Hi, folks. I have an app with a form that contains one button and one table. (In fact the form contains more stuff but my problem reduces on these two items.)
I want to stay on the same form but offer two different views. In view 1 the button is displayed and an image underneath. In view 2 a table with some data is shown. So I went and defined a form with all necessary things in it and wrote some functions that show and hide the form elements as necessary. We start with view 1 and hide the table. Everything works fine under PalmOS 3.1. Under PalmOS 4.x the table seems to cover the button even though it's invisable: no tap events get through to my app as long as I stay within the bounds of the (invisable) table. When I put the TABLE line in my PilRC file before the BUTTON line, the button is usable and everything works just great. Except for under PalmOS 3.1 which needs the TABLE line to be below the BUTTON line in the RCP file. So I can choose between OS 3.1 and 4.0 but both won't work at the same time. Any idea how to work around this nasty incompatibility? Thanks in advance and bye! Matthias -- Upcoming GPL'd PalmOS Japanese trainer: http://hotaru.sf.net -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
