Greetings. I am using the PalmOne SDK GoLcdSetStatus function to disable the GoLCD (aka full screen writing, aka Grafitti Anywhere) feature when my app starts, and restore it when the app ends. It is not appropriate for this app, so it should be disabled while the app is running.
However, on devices with that have the expandable screen, there is also a GoLCD toggle icon on the DIA status bar, and this toggle icon allows the user to override the GoLCD status to turn it back on. We do not want this to happen in this app. Is there a way to disable this GoLCD status bar toggle icon when I disable GoLCD in my app? [I can think of a possible way by responding to the goLcdNotifyStatusEvent notification and then immediately disabling it again, but the use of notifications is difficult in this instance because this code is in a non-app code resource.] Are there any other ideas? Thanks, David Thacker -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
