All forms and dialogs need to be full width and bottom justified when you
include the space required for the border. A full screen dialog should be:
left = 2
top = 2
width = 156
height = 156
A dialog that's about half screen height will be something like this:
left = 2
top = 72
width = 156
height = 86
The sum of the top and height should always be 158 for dialogs.
A non-modal full screen form has no border, and therefore should be:
left = 0
top = 0
width = 160
height = 160
There should be no problem showing a dialog (or an alert, which is actually
a dialog too) on top of another dialog. Dialogs should be arranged to show
their border, as described above. If you've done all that, and it still
isn't working, I don't know what the problem might be.
--
Peter Epstein
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/