the problem:

i use a form in my app, in which one control is a big table. sometimes i
need to show a small, but long listbox, which overlaps parts of this table.
so in constructor i designed both, a table and a list and hide and show the
list when needed with FrmHideObject / FrmShowObject.

On the m100/m105 (OS 3.5) everything worx fine, but on a m505 (OS 4.0), when
choosing an item of the list, i will only get a "lstSelectEvent" on those
items which don't overlap the table. all items in the list, whose bounding
rectangle complete(!) lie in the bounding rect of the table don't generate
this event. (btw: the list is always shown on top!)

i tried:
- changing the layout hierarchy in contructor
- setting the tableitems under the list to unused

the crude thing is: it worx fine under OS 3.5!
(my last chance probably is to use the "penUpEvent", calculate the
parameters and generate a "lstSelectEvent" by myself, but that's not how it
SHOULD be!...)


anyone any ideas? very welcome!!

________________
Andreas Kopp
miprotek GmbH
+49.4161.7404-12
[EMAIL PROTECTED]






-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to