I am working on my first high res app, and menu.c says unexpected coordinate system when I open a menu.

The relevant code in my form open event handler:

WinScreenMode (winScreenModeSet, NULL, NULL, &depth, NULL);
WinSetCoordinateSystem (kCoordinatesDouble);
win = WinCreateOffscreenWindow(160, 160, screenFormat, &error);
destWin = FrmGetWindowHandle( frmP);

What am I doing wrong here?

Brandon
                



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

Reply via email to