PrefSetAppPreferences

2006-10-17 Thread Bismi
Can anyone point me out of a simple example that shows how to set & get appPreferences. I know the Librarian Example but I was not able to get it. Any Help would be appreciated. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

RE: Auto on/off of palm screen

2006-10-17 Thread Arsh
Thanks for an excellent suggestions. I will look into the matter -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Adding menu item to VersaMail application

2006-10-17 Thread kaushik15
Hi All, I want to add menu item when i m in Inbox or in Read View of VersaMail application.I try using MenuAddItem() function but i failed.Can anybody site me samples regarding that or can help out me to proceed in this.I am using Palm OS Garnet SDK and Palm OS Developer Suite.Please hel

Re: Converting a char sequence to a float and converting it back

2006-10-17 Thread Alan Ingleby
Look through the archives for GetStringFromDouble and GetDoubleFromStringOn 10/18/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:I created a NUMERIC MAXCHARS 40 UNDERLINED text field for the GUI. And I figured out how to get the text inside that text field inside the Palm C Code.I seem to only be

FldDrawField causes Invalid Field Length error

2006-10-17 Thread trevor
I'm writing a background application which listens for field input in other apps and then edits the field. The following code gives an "Invalid Field Length" error after calling FldDrawField(). Am I doing anything wrong? FieldType* fldP = field ptr Char* fullString = null terminated string... Me

Re: Which Palm OS Runtime Do I Use?

2006-10-17 Thread Ben Combee
On 10/17/06, Greg <[EMAIL PROTECTED]> wrote: What is the difference between the Palm OS Runtimes: Palm_OS_Runtime_2i_A4-A5 Palm_OS_Runtime_2i_A4-A5JT Palm_OS_Runtime_2i_A5 Palm_OS_Runtime_4i_A4-A5 Palm_OS_Runtime_4i_A4-A5JT Palm_OS_Runtime_4i_A5 2i is for 2-byte int type 4i is for 4-byte int t

Converting a char sequence to a float and converting it back

2006-10-17 Thread spam562
I created a NUMERIC MAXCHARS 40 UNDERLINED text field for the GUI. And I figured out how to get the text inside that text field inside the Palm C Code. I seem to only be able to extract it as a char sequence even though it is NUMERIC. How can i convert my char sequence into float? static Char

PalmPhotoDeleteImage doesn't work

2006-10-17 Thread efrenk
I need to delete an image from Multimedia, I have this code Err error; PalmPhotoFileLocation photoFilep; PalmPhotoHandle photo; UInt16 jpegLibRef = 0; photoFilep.file.StreamFile.creator = 'Foto'; photoFilep.fileLocationType = palmPhotoStreamLocation; StrCopy(photoFilep.file.StreamFile.name, "imgs

[ANN] InstallExpert 4.0 now available (former Pilot Catapult)

2006-10-17 Thread Bobby Kolev
The original Palm OS application deployment kit by BEIKS takes another spin before ALP :-) New in 4.0: * User selected targets (RAM / media card) * VFS targeting via custom InstallExpert conduit - install *any* type of file anywhere on a media card * Also targeting Windows Mobile and BlackBerry

Which Palm OS Runtime Do I Use?

2006-10-17 Thread Greg
What is the difference between the Palm OS Runtimes: Palm_OS_Runtime_2i_A4-A5 Palm_OS_Runtime_2i_A4-A5JT Palm_OS_Runtime_2i_A5 Palm_OS_Runtime_4i_A4-A5 Palm_OS_Runtime_4i_A4-A5JT Palm_OS_Runtime_4i_A5 Thanks Greg -- For information on using the PalmSource Developer Forums, or to unsubscribe, p

Re: Auto on/off of palm screen

2006-10-17 Thread Arsh
The value that is been returned is 0(zero). So device doesnt turns off. But If I am not installing my application in device the AutoOff time is 2 minutes. that is the device time is initially 2 min but after my application alters the time it gets me zero. Please let me know were I am getting w

Re: Auto on/off of palm screen

2006-10-17 Thread Neil Whitworth
Arsh wrote: Now I am able to set the AutoOff time but this time is suppose to be application specific. Such that if user has set the AutoOff time for 3 minutes & I want it to be 5 minutes for my application & when I exit my application the AutoOff time should be back to what the user has set

Re: Auto on/off of palm screen

2006-10-17 Thread Arsh
Now I am able to set the AutoOff time but this time is suppose to be application specific. Such that if user has set the AutoOff time for 3 minutes & I want it to be 5 minutes for my application & when I exit my application the AutoOff time should be back to what the user has set for his device

Re: Inverted bitmap Image

2006-10-17 Thread Aaron Ardiri
On 10/17/06, Anoop <[EMAIL PROTECTED]> wrote: Hi all, While trying to display a bitmap image programatically we had issue in displaying the image correctly. The image seems to be distorted and inverted. So we tested the image after converting it to palm bitmap, after going through a post

Re: Re: Knowing when a sound stream ends?

2006-10-17 Thread Aaron Ardiri
On 10/17/06, Roger Stringer <[EMAIL PROTECTED]> wrote: Sorry but that's not the end of the process I was concerned with. In this example, when the file has been read, there is still some amount of unplayed sound in the buffers of the sound stream. So if you kill the sound stream there will be s

Re: Auto on/off of palm screen

2006-10-17 Thread Arsh
Thanks I got through it -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/