Re: Displaying battery status

2006-02-18 Thread Tinnus
SysBattery...() then? Maybe... You could always take a look at LJP, there's some code there to draw a nice battery indicator using OS drawing calls. Should be hard to find though, maybe I'll post it here later. PS: could you not quote whole posts replying? Sorry. It's just that I'm used to GMail hi

Re: Displaying battery status

2006-02-18 Thread Borszczuk
On Saturday 18 of February 2006 16:19 Tinnus wrote: > "Hs"? That seems like Treo SDK to me. SysBattery...() then? PS: could you not quote whole posts replying? Regards, -- "Daddy, what "Formatting drive C:" means?"... Marcin http://wfmh.org.pl/carlos/ -- For informat

Re: Displaying battery status

2006-02-18 Thread Tinnus
"Hs"? That seems like Treo SDK to me.2006/2/18, Borszczuk <[EMAIL PROTECTED]>: On Saturday 18 of February 2006 07:41 hv reddy wrote:> Is there any way to display battery charging status information in my> application.Wouldn't be regular battery icon sufficient?HsStatusSetGadgetType(frmP, gadgetBatt

RE: Displaying battery status

2006-02-18 Thread Borszczuk
On Saturday 18 of February 2006 07:41 hv reddy wrote: > Is there any way to display battery charging status information in my > application. Wouldn't be regular battery icon sufficient? HsStatusSetGadgetType(frmP, gadgetBatteryLevel, hsStatusGadgetBattery); Regards, -- "Daddy, what "Formatti

RE: Displaying battery status

2006-02-17 Thread hv reddy
Hi Is there any way to display battery charging status information in my application. Thanks , regards Harsha -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Displaying battery status

2003-12-17 Thread Mihai Ciornei
Yes there is try please something like: UInt8 percentP; UInt16 voltage = SysBatteryInfo (false, NULL, NULL, NULL, NULL, NULL, &percentP); RectangleType rect; rect.topLeft.x = 93; rect.topLeft.y = 91; rect.extent.x = 60; rect.e