> A related issue: is there any way to find out the size of the entire > screen, > not only what's given by WinGetDisplayExtent(), but the size of the screen > including the DisplayScreen, the DIA [if exists], and the control bar [if > exist].
No, there's not. The best you can do is use WinGetAttribute (I think) and find the bytes per row of the screen, and use that information along with the bpp setting and whether or not the handheld has a DIA. Of course, on the newer handhelds this can change with the orientation. --- Tim Kostka -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
