kcorey wrote:

Hi All,

Got a strange problem here, and I'm racking my brains to figure out
where it all goes pear-shaped.

..
1) compiler optimisation errors
2) A notification or callback that my code is mangling somehow.
3) Something I don't know about (*grin*)
2) There exist two events (sysNotifyDisplayResizedEvent,sysNotifyDisplayChangeEvent).
But you must explicit register for this event, e.g:
SysNotifyRegister (cardNo, mylid, sysNotifyDisplayChangeEvent, NULL, sysNotifyNormalPriority, NULL);
See the Palm OS SDK docs for more on this topic!
Also read the description about HRWinGetDisplayExtent() and HRWinGetDisplayExtent()


3) WinScreenMode() doesn't set the HiRes mode within other parameter as 160x160 (for Palm OS HiRes and Sony HiRes). Your program should know, if you are in HiRes or not. And you must explicit specify with HiRes do you use. Palm HiRes is 160x160 and a double density (and other density), where Sony HiRes is 320 320, 320 x 480 ect.

best regards,
--
* * * * * * * * * * * * * * * * * * * * * * * * * * * *
Ralf Dietrich                  www: http://www.envicon.com
envi.con KG                    mail:[EMAIL PROTECTED]
Detmolder Str. 60              Tel: +4930-34902670
10713 Berlin/Germany           Fax: +4930-34902671


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

Reply via email to