Hi, I'm trying to add DIA support to one of my applications. I've downloaded and followed the SampleCollapse_R3 example. The first form in my application (FormA) shows a table. Tapping on an item in the table takes you to a second form (FormB). I noticed a strange flicker when switching between the two forms, so I put a breakpoint on the first statement in the frmOpenEvent handler in FormB. What happens is this:
1. I maximize the screen (i.e., hide the Graffiti area) 2. I tap on my application's icon in the launcher 3. FormA is displayed, with 17 rows of data in the table 4. I tap on an item in the table, and it does a FrmGotoForm(FormB) 5. Execution hits the breakpoint in FormB At this point, on my screen, the top (160x160) portion has been erased, but the bottom portion hasn't. I can still see a few rows of data in the bottom portion of the screen as well as some buttons below the table. This happens in both the T3 Simulator and on an NX-60 device. It only lasts for a fraction of a second, but I think users might still find it annoying. I'm using CW 9.2 if it matters. Anybody know what might be causing this and what I can do to fix it? Thanks. Tom -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
