I am following the events using the debugger.
For the working pop up lists I get the following event order:
penDownEvent
ctlEnterEvent
ctlSelectEvent
(The list is now shown and a selection has to be made)
winExitEvent
winEnterEvent
popSelectEvent
penUpEvent
For the pop up lists that don't work I get the following:
penDownEvent
ctlEnterEvent
ctlSelectEvent
penUpEvent
No list is shown. What am I doing wrong? All the pop up lists are done
exactly the same in the constructor..
Thanks in advance,
Jimmy