CrazyEddie,
Thanks, that would be fantastic if you could post that code!
- Houdini
Search found 3 matches
- Wed Feb 24, 2010 00:37
- Forum: Help
- Topic: Selection on a multi-column listbox
- Replies: 3
- Views: 2909
- Tue Feb 23, 2010 03:14
- Forum: Help
- Topic: Selection on a multi-column listbox
- Replies: 3
- Views: 2909
Selection on a multi-column listbox
According to the docs, setSelectionBrushImage() must be called for comboboxes, listboxes, and multicolumnlistboxes in order for the selection highlight to display. Looking at the Demo7 sample setSelectionBrushImage() is set automatically using the MyListItem class. Yet if I comment out that line bot...
- Wed Feb 10, 2010 22:46
- Forum: Help
- Topic: [SOLVED] How to retrieve window that generated an event?
- Replies: 3
- Views: 2463
[SOLVED] How to retrieve window that generated an event?
I would really like to have a group of windows call the same "onevent" function when a particular event occurs, but I need to be able to retrieve the "user data" associated with the window that generated the event. Is this possible? edit: I found the solution in the wiki!! - Houd...