Re: How to display into Uppercase

2004-08-19 Thread Venkat
Hi, Thanks lot for your response . Your suggestion is working well , i wonder why Samsung smart phone is not supporting and Tungsten T2 PDA is supporting to display in Upper case though both are using same version of OS. Have a nice time ! Thanks & Regards Venkat -- For information on using

Applications on Cards: possible to avoid deletion?

2004-08-19 Thread Greg Sepesi
Typically card launched applications are deleted when they are stopped, as described in the PalmOS Companion's "Applications on Cards" chapter: "When the user switches to a new application, the card-launched application is removed from main memory." Is there a way to avoid this deletion,

Catching the Brightness and Clock virtual characters on the Tungsten E (and others....)

2004-08-19 Thread John Smallberries
Hi, I have seen a few postings about this and was just wondering if there is an explanation for why these aren't sent when you register for a sysNotifyVirtualCharHandlingEvent? The expected result is to receive the vchrBrightness, which is 0x0122 (and also 0x0502 in the 5way SDK). Ditto for the

Again!!!! UDP Broadcast or Multicast

2004-08-19 Thread Dejun Zhou
Ben Combee, Is UDP Broadcast or Multicast supported in Palm OS 5.2.1? I'm using Sony Clie PEG-TJ37 (Palm OS 5.2.1), it seems neither Broadcast nor Multicast is supported. At lease can not send packet to these IP addresses. Anyone has similiar experience please reply! Dejun zhou -- For informa

Re: Strings are always maintained in UTF-8 format while characters are always in 2 bytes?

2004-08-19 Thread Jennifer Fell
Thanks Mr. Krugler. It was very helpful and cleared up all my confusions regarding characeter encoding in Palm OS. Regards, Jenni - Original Message - From: "Ken Krugler" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, August 19, 2004 10:32 AM Subject:

Getting a 5x5 bmp to remain 5x5 in double density OS 5 mode

2004-08-19 Thread lleblanc
My program displays a 5x5 bitmap in normal density mode. In double density mode, I would like this bitmap to remain 5x5, thus appear half its size. Yet, when I run in double density mode, the bitmap appears the same size, likely automatically expanded by the OS. Is this normal, or am I doing som

Re: error when "making" sample code in Palm OS Developer Suite

2004-08-19 Thread Ben Combee
At 11:31 AM 8/19/2004, you wrote: >>I am including the sample code and makefile. What am I doing wrong? >For one, this is a makefile for a Win32 application. Is this what >you're >trying to build? I presume so since I am just following the tutorial. The CDT tutorial isn't for Palm OS development --

RE: Custom Resources

2004-08-19 Thread Eric Cloninger
Garf, You will need to put custom resources in a separate file. The Palm OS Resource Editor is intended for known resource types only. You can edit the XRD file with any text editor, so just copy those custom resource types to a separate file and remove them from the XRD file that has your forms

Re: error when "making" sample code in Palm OS Developer Suite

2004-08-19 Thread Harold Knopke
>Did you install Cygwin with PODS, or are you using your own >installation of >it? Is it in your PATH? I installed Palm_OS_Developer_Suite_1_0 as downloaded from the Palm website and did not install Cygwin separately since the documentation makes it clear not to do that. How can I find out what

Adding a bitmap to a Palm Photo API photo album?

2004-08-19 Thread Patti Wells
Hi all, I have a bitmap - doesn't really matter where I got it - and I would like to add it to a Palm Photo album. Anyone done this successfully? I either get a failure trying to create the PalmHandle, or, if I can get a PalmHandle created, it fails on the PalmPhotoAddImage. Thanks for any

Re: error when "making" sample code in Palm OS Developer Suite

2004-08-19 Thread Ben Combee
At 10:42 AM 8/19/2004, you wrote: I have just come from Linux and I am trying to set up the Palm OS Developer Suite in Windows XP. When I try to make the sample code, I get: ***[clean] Error1 which looks to me as if "rm" can't be found. Did you install Cygwin with PODS, or are you using your own

Re: Custom Resources

2004-08-19 Thread Ben Combee
At 02:37 AM 8/19/2004, you wrote: Hi I seem to be having difficulties in creating a custom resource with the PalmOSResourceEditor. The resource editor does not recognize the tags. Is this a bug with the resource editor, or am I missing something. This is likely to be a bug with the Palm OS Resour

error when "making" sample code in Palm OS Developer Suite

2004-08-19 Thread Harold Knopke
I have just come from Linux and I am trying to set up the Palm OS Developer Suite in Windows XP. When I try to make the sample code, I get: ***[clean] Error1 which looks to me as if "rm" can't be found. I am including the sample code and makefile. What am I doing wrong? -

Re: Strings are always maintained in UTF-8 format while characters are always in 2 bytes?

2004-08-19 Thread Ken Krugler
I read the following on Text Manager and just wondering if this means that "strings are always mainteained in UTF-8 format while characters are always in 2 bytes". No. The encoding for characters in a string is based on the device's character encoding. Currently no device is based on UTF-8 - the s

Re: TREO 600 ...Device Identification??

2004-08-19 Thread Adrien Regimbald
A google search for "palm determine device" (sans quotes) would have yielded good results, and this has probably come up before in the archives too, but since I have them bookmarked: Retrieving device IDs: http://www.mobilegeographics.com/dev/devices.php Known device IDs: http://homepage.mac.com/

Re: font rotate

2004-08-19 Thread Alexander R. Pruss
Before OS5, you could rotate a font by writing a little renderer yourself and getting the font pointer. In OS5, the font data is hidden away, so you need to render to a bitmap and rotate the bitmap. If your project is GPL licensed, you can re-use code in Plucker (www.plkr.org) that does all of

Re: Renaming Using DmSetDatabaseInfo

2004-08-19 Thread Roger Stringer
ubject: Renaming Using DmSetDatabaseInfo From: "Rich Bruchal" <[EMAIL PROTECTED]> Date: Wed, 18 Aug 2004 15:09:43 - It seems that using DmSetDatabaseInfo to rename an application or a resource library causes problems on OS 5 devices. If I do the following: dBID = DmFindDatabase(usCardNo, "fo

Re: TREO 600 ...Device Identification??

2004-08-19 Thread ירון שלמה
Try the Feature Manager in this link http://www.palmos.com/dev/support/docs/palmos/FeatureManager.html#1035797 - Original Message - From: "Shree S" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, August 19, 2004 9:56 AM Subject: TREO 600 ...Device Identif

TREO 600 ...Device Identification??

2004-08-19 Thread Shree S
Hi all, I am developing an application for Palm OS 5.2.1. In the begining of my app I need to determine the device on which my app is running. How can i do that Programatically. For eg. I want to know whether my app is running on treo or on some other palm device...how can i acheive this.

Custom Resources

2004-08-19 Thread Garf
Hi I seem to be having difficulties in creating a custom resource with the PalmOSResourceEditor. The resource editor does not recognize the tags. Is this a bug with the resource editor, or am I missing something. Thanks in advance Garf -- For information on using the Palm Developer Forums,