Re: multilizer - localization

2005-02-26 Thread Henk Jonas
mguo wrote: Thanks, Ken. One more thing i am wondering is: when multilizer do translation directly in PRC file, is it also smart enough to re-size and re-position UI controls (like button) if the translated string/label is too long to fit the original control? What strategy you recommend for

Re: Problems with NVFS

2005-02-26 Thread Henk Jonas
Edgar T. Lpez wrote: So, I'm trying to complete the register, but I cant put 512 Bytes in a register. Can you tell me which the maximun size of register at VFS is?. Thanks and Regards. As Logan said, it's Record, not Register. The maximum size for one Record is slightly less than 64 KByte.

How to use Treo600 SMSSendOptions?

2005-02-26 Thread Cai Song
The developer guide indicates that Treo600 can support SMS status report. I modify the SimpleSMS samples, add codes using PhnLibSetOptions, and set the statusReport to true. But it seems that it does work. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

encryption/decryption problem

2005-02-26 Thread Stadin, Benjamin
Hi, I've chosen XXTEA (not XTEA but a derivate) for encryption and decryption of text. I made a PC program which generates the pdb file for my Palm app. I encrypt the text on the PC side and store the binary data in reverse order (last long as first, second last as second first..) and reverse

Glib problems

2005-02-26 Thread Garth Wimbush
Hi, I am having trouble with GLibs. The library and source code compiles fine, but when I try run the app it falls over in GLibDispatch when trying to call the Glib, under the emulator. I version 5r3 of the SDK, and am compiling in a GCC Linux environment. My makefile output for the GLib library

Re: problems with memory

2005-02-26 Thread Roger Stringer
Subject: problems with memory From: Fabio Guerra [EMAIL PROTECTED] Date: Fri, 25 Feb 2005 20:25:23 - Hi, I´m developing an application using databases and pointers (and obviously functions as malloc and free, etc). Well first switch to using the Palm OS API's (MemPtrNewMemHandleNew...

SDK Source

2005-02-26 Thread Saulo Nardin Rocha
Hi people, On last year while I reading a text in PalmSource I found a link to download a bit of SDK 68K, after this I never found it again. Does somebody know where can I download it? TIA: Saulo Nardin Rocha -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: encryption/decryption problem

2005-02-26 Thread Logan Shaw
Stadin, Benjamin wrote: I've chosen XXTEA (not XTEA but a derivate) for encryption and decryption On the Palm side I use the code below to decrypt the text. My problem is that I'm not able to decrypt the text on my Palm. The decryption function reads beyond the data or starts at an odd

Re: multilizer - localization

2005-02-26 Thread Ken Krugler
Thanks, Ken. One more thing i am wondering is: when multilizer do translation directly in PRC file, is it also smart enough to re-size and re-position UI controls (like button) if the translated string/label is too long to fit the original control? Their latest version has some support for UI

Re: SMS Unicode

2005-02-26 Thread Ken Krugler
Does PalmOS phone library support unicode SMS messages? Does PalmOne SMS libray support them? I tried to use the SMS bundled application on a T|T to receive a message that is known to be in unicode from an GSM phone and it just ignored it! The 5.x platform telephony libraries do support

Is there a fast way to get the number of databases of a given type?

2005-02-26 Thread Vesselin Bontchev
Is there a fast way to get the number of databases of a particular type? DmNumDatabases returns the number of all databases, of any type, on a given card. I could use DmGetNextDatabaseByTypeCreator with a given type and count how many times it returns before saying that there are no more

Button Background Color on Cobalt

2005-02-26 Thread Terry
Some buttons on my form are on a white background, others are on a red background. This was fine pre-Cobalt. But, now on Cobalt, the buttons on the red background look bad because the corners are erased to white. But, if the background is set to red, then the buttons on the white background look

Perofming a lengthy operation on all databases of a given type

2005-02-26 Thread Vesselin Bontchev
My application needs to perform a relatively time-consumming operation on every database of a particular type. In order to assure the user that something is really happening (i.e., the program hasn't crashed), I display a form that contains a field and a button. In the field I write the name of

contract position - NYC

2005-02-26 Thread Arthur Kaye
My client is seeking a very strong developer for an ongoing project for the Palm platform. They are seeking a person with experience with C/C++ (CodeWarrior) working on the latest version of PalmOS for Treo. Backend experience with either MS-SQL, SQL.net, and or VB.net preferred, as is knowledge

Re: Versamail, adding record to outbox from my application

2005-02-26 Thread Vadim
Its Work! But, how sending mail with attach? Vadim Mescheryakov. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

T5 simulator hard reset

2005-02-26 Thread David Ellis
Can someone tell me how I can clear out the memory on the T5 simulator? I am working on a program that registers callbacks for notifications. Every time I start the simulator, Windows gives me an error that it needs to close. I can see that my program is loading. I have tried deleting the

Re: Glib problems

2005-02-26 Thread Ton van Overbeek
On 2005-02-26, Garth Wimbush [EMAIL PROTECTED] wrote: Hi, I am having trouble with GLibs. The library and source code compiles fine, but when I try run the app it falls over in GLibDispatch when trying to call the Glib, under the emulator. I version 5r3 of the SDK, and am compiling in a GCC

Re: T5 simulator hard reset

2005-02-26 Thread Cory Pratt
You need to remove the memory image found in the PALM directory. David Ellis wrote: Can someone tell me how I can clear out the memory on the T5 simulator? I am working on a program that registers callbacks for notifications. Every time I start the simulator, Windows gives me an error that

Re: T5 simulator hard reset

2005-02-26 Thread Cory Pratt
You need to remove the file SimSlotDriverVolume from the PALM directory. David Ellis wrote: Can someone tell me how I can clear out the memory on the T5 simulator? I am working on a program that registers callbacks for notifications. Every time I start the simulator, Windows gives me an

Re: T5 simulator hard reset

2005-02-26 Thread David Ellis
Thank you. I was going crazy. I knew that it was a simple solution. Dave Cory Pratt wrote: You need to remove the file SimSlotDriverVolume from the PALM directory. David Ellis wrote: Can someone tell me how I can clear out the memory on the T5 simulator? I am working on a program that registers

Re: SDK Source

2005-02-26 Thread Ben Combee
At 01:13 PM 2/26/2005, you wrote: Hi people, On last year while I reading a text in PalmSource I found a link to download a bit of SDK 68K, after this I never found it again. Does somebody know where can I download it? I think you're referring to the Palm OS 3.0, 3.5, and 4.0 sources that were

How To Make A Custom Japanese Font?

2005-02-26 Thread Ilia Mandev
Hi all! As the title says - the need is to make a custom Japanese font, just for with smaller characters then the std one in the CLIEs. The ideal case will be to be able to install it in the device and activate it with FntSetFont() and use it like a custom font on a Latin based device. The

DmQueryNextInCategory Handle Size

2005-02-26 Thread epross
I am using DmQueryNextInCategory to obtain a handle for a record in a database. In this case I am working with a record from the built in MemoDB database. On a Tungsten T3 (Palm OS 5.2.1), the size of the handle returned is 4096 no matter if there is 4K worth of text in the memo or 16000K. Am I