Dear All: If, say, I change the WiFi settings programmatically, how can I update the control bar [aka status bar] icons?
Posting winDisplayChangedEvent or sysNotifyDisplayResizedEvent didn't help. StatHide (); StatShow (); didn't help either. This worked const UInt16 sysOrientationState = SysGetOrientation (); SysSetOrientation (sysOrientationReversePortrait); SysSetOrientation (sysOrientationState); but it seems like a drastic solution to me. Please advise me. Thanks, PaulN -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
