Can you run an app with the LCD turned off?

2002-04-02 Thread Scott Schoen
no globals available to me but I could easily allocate those on the heap and pass a pointer to them around to the various function in my app. Any restrictions on running an event loop within a ProcAlarm? Thanks in advance, Scott Schoen -- For information on using the Palm Developer Forums

Re: Can you run an app with the LCD turned off?

2002-04-02 Thread Scott Schoen
alarm launch code? Thanks again for your help, Scott Schoen Danny Epstein [EMAIL PROTECTED] wrote in message news:82466@palm-dev-forum... Does anybody know if there's a way to run an application with the LCD (display) turned off to conserve power? A search of the archives for procedure alarm

Does anyone know the calling arrguments for HwrDisplayWake()?

2002-04-29 Thread Scott Schoen
I know the HwrDisplaySleep() and HwrDisplayWake() are not portable but I need to use them. I found out the calling arguments for HwrDisplaySleep() are void HwrDisplaySleep(Boolean, Boolean); Does anyone know the calling arguments for HwrDisplayWake()? Thanks, Scott Schoen

Re: How do you find out what card is in the SDIO slot?

2002-05-10 Thread Scott Schoen
These routines sound exactly like what would need if I knew where to find them. They don't seem to be included as part of my 4.1 SDK. How do I get access to them? Thanks, Scott Schoen Tribble, David wrote: Do VFSVolumeInfo and VFSVolumeGetLabel get you where you need to be? dave