SamSandq
SamSandq
I wanted to add this to the toolbar as I use it a lot, and noticed that it wasn't possible. Please add this option.
The following method fails to be filed in and compiled: **!Object a ^self !** It results in a host of **lookupMethod:167 looking up #new: in class Undefined. lookupMethod:167 looking up...
However, I've identified a bug (or consistency). 1) Identifiers are letter (letter|digit)* 2) bootstrap.c accepts the following, and the code works ! =TextBox new: lines |t1| t1 := TextBox new....
I would like to display photos (*.jpg, .CR2, etc all that my Mac supports). Currently, the ui.picture does not support these (comes from gg I guess, that only supports .png...
I wanted to added some resource images to my application, and proceeded as the documentation says: - added a directory under `.../res/`, giving `.../res/res_images` - changed the `CMakeLists.txt` file in...
During my development of drag & drop I am continuously confronted by trying to obtain the correct position of the dropped item. This is possible some, but the inconsistency in...
It would be a nice enhancement to be able to include Images in a TableView cell, not only text. And table text entries could be editable too. Hitting ENTER should...
I create a Combo like this: > Combo *filter = combo_create(); > layout_combo(filtLayout, filter, 3, 0); > combo_add_elem(filter, "1+ stars", NULL); > combo_add_elem(filter, "2+ stars", NULL); > combo_add_elem(filter, "3+ stars",...
I am using keys a lot, match them with the symbolic names, like ekKEY_QUEST, ekMKEY_COMMAND and so forth. The problem I had is that the key names (like ekKEY_QUEST) are...
According to the documentation the combo box should trigger its **combo_OnChange** event when one clicks (selects) an item in the list. This will move the selected item to the visible...