I wasn't able to find any solutions to this in the
archives, but I was able to hack my way through it and
thought I'd share.
The problem I was having was to use Tab to move
between fields in a window (I usually use a DialogBox,
but wanted a scroll bar - thanks to kenneth for his
great example of
I discovered the problem I was having with ListBoxes.
I was trying to have the click event do too much.
I was attempting to populate 4 comboboxes. This
Was to much for the event handler. So what I do
Now is display the last selected items from the 4
Comboboxes in 4 textfields (readonly) instead.
2 matches
Mail list logo