connection to internet using InetMgr

2005-02-27 Thread rupesh kumar
i want to connect my palmos application to internet using InetMgr. how this work can be done.kindly send the code. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

about system time and date on emulator

2005-02-27 Thread rupesh kumar
how i can get the system time and date and time in my palm os application.actuaaly i have get the time and date on my emulator in a field but update to that time and date i have to run my app again what i can do for autoupdate.if possible plz send code for this. -- For information on using the

Re: Expansion for PRC.

2005-02-27 Thread Douglas Handy
Urs, >> Can anyone please tell me, what is the expansion for >> PRC? >Not sure, but I think it stands for "Palm ResourCe" I think it is actually Palm Resource Collection, i.e., a database containing a collection of resources. Doug -- For information on using the Palm Developer Forums, or to

Re: recognizing carriage return stroke

2005-02-27 Thread Evan Ovadia
I've sometimes used the '\r' character (It's part of ANSI) but I don't know if PODS follows ANSI that closely... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How To Make A Custom Japanese Font?

2005-02-27 Thread Ilia Mandev
Hi and thank you for your answer, I was hoping to hear from you. I was already thinking about this after examining the Font.c and the private header. Here is what I think: 1. The fontMap is contracted on the fly. 2. A fake subfont featuring few unused "character codes" is added to the syste

re: Treo 650 menu disappears

2005-02-27 Thread Stephen Best
So I take it my problem with menus on the Treo 650 is unique? Or does everybody know what the solution is but it's too obvious? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How To Make A Custom Japanese Font?

2005-02-27 Thread Ken Krugler
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 worst scenario w

Re: encryption/decryption problem

2005-02-27 Thread Stadin, Benjamin
Thank you very much for your detailed answer. I took your second suggestion on the aligning and that solved the problem. I found that there are different implementations of xxtea and unfortunately my PC and Palm version are incompatible when I looked closer to the source. I'm now using AESLib

Re: Invalid chunk ptr after exiting app

2005-02-27 Thread Chris Tutty
From: "Richard Coutts" <[EMAIL PROTECTED]> > I've been reading through the architives and seeing that this is likely > because I'm overwriting a chunk header, or something to that effect. My > apps pretty big, so I'm having a tough time tracking down where this might > be happening. When I make c

Re: Dynamic data structure?

2005-02-27 Thread Logan Shaw
Thomas Werner wrote: > I created a CustomGrid with POL which views user data of different types. > This grid's layout can be changed by the user, so (s)he can add or remove > pre-defined columns (e.g. name, age, sex, city, date of birth... etc.). > I'm going to add a couple of more column types. Th

Re: date formats

2005-02-27 Thread Logan Shaw
Yuen Kwee wrote: > hi every1! > > i have simple problem. and the problem is how to display the date format, > for example "31/01/05" for 31st jan 2005. i tried using dfDMYWithSlashes, > but the end result is "31/1/05" Since you want a specific format, the easiest solution will probably be to for

How to Programmatically Switch to another Application (and then back)

2005-02-27 Thread Valerie Rock
I am developing a program that constantly checks GPS location signals on a Garmin iQue. I need the program to automatically switch to Garmin's map program until a certain location has been reached (upon which it switches back to my application). Is there a simple way to do this? Does my program

Re: Invalid chunk ptr after exiting app

2005-02-27 Thread Richard Coutts
FWIW, the exact error is "MemoryMgr.c, Line:3757, Invalid chunk ptr" running on the T3 Simulator, Palm OS 5.2.1. I just bumped up my "pref - stack size" from 5120 to 6144 and the problem went away. I'm not too savvy on the black magic of some settings like the stack size, so I have a couple of

Re: Invalid chunk ptr after exiting app

2005-02-27 Thread Richard Coutts
FWIW, the exact error is "MemoryMgr.c, Line:3757, Invalid chunk ptr" running on the T3 Simulator, Palm OS 5.2.1. Rich -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Glib problems

2005-02-27 Thread Garth Wimbush
I have compiled the library with -mown-gp; > m68k-palmos-gcc -shared -mown-gp -o Development/Palm/ADB/bin/ADBLib Development/Palm/ADB/obj/ADB-jumps.s Development/Palm/lib/libADB.a Do you mean that I should also compile the main routine (which calls the glib) with -mown-gp? Thanks, Garth Wimbush O

Invalid chunk ptr after exiting app

2005-02-27 Thread Richard Coutts
I'm having trouble finding a nasty bug. It only happens in my Release build on certain devices and their corresponding simulators. Specifically the T3. I've been reading through the architives and seeing that this is likely because I'm overwriting a chunk header, or something to that effect.

Re: DmQueryNextInCategory Handle Size

2005-02-27 Thread epross
Thanks Henk - So what it seems that I need to do is: Check to see if the current device is a T3 and if so use the new Memo database? Actually it would seem that I should check for the existence of the new Memo database to support future devices right? Edward Henk Jonas wrote: > epross wrote:

Dynamic data structure?

2005-02-27 Thread Thomas Werner
Hi there! I created a CustomGrid with POL which views user data of different types. This grid's layout can be changed by the user, so (s)he can add or remove pre-defined columns (e.g. name, age, sex, city, date of birth... etc.). I'm going to add a couple of more column types. That means, that t

Re: Expansion for PRC.

2005-02-27 Thread Urs Hunkeler
> Can anyone please tell me, what is the expansion for > PRC? Not sure, but I think it stands for "Palm ResourCe" (this type of database contains resources rather than normal records) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/s

RES: SDK Source

2005-02-27 Thread Saulo Nardin Rocha
Do you still have it ? Can you send me it? TIA: Saulo Nardin Rocha -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Ben Combee Enviada em: sábado, 26 de fevereiro de 2005 22:18 Para: Palm Developer Forum Assunto:Re: SDK Source At 01:13 PM

date formats

2005-02-27 Thread Yuen Kwee
hi every1! i have simple problem. and the problem is how to display the date format, for example "31/01/05" for 31st jan 2005. i tried using dfDMYWithSlashes, but the end result is "31/1/05" -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.

Expansion for PRC.

2005-02-27 Thread babbu cathy
Hi All, Can anyone please tell me, what is the expansion for PRC? catherine. Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony -- For information on using the Palm Develo

Re: Versamail, adding record to outbox from my application

2005-02-27 Thread Vadim
Yes. Pack with Zip and MIME encoding. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Versamail, adding record to outbox from my application

2005-02-27 Thread Henk Jonas
Vadim wrote: Its Work! But, how sending mail with attach? Vadim Mescheryakov. MIME encode it before sending? -- - Henk Jonas Palm OS Â certified developer [EMAIL PROTECTED] www.metaviewso

Re: DmQueryNextInCategory Handle Size

2005-02-27 Thread Henk Jonas
epross wrote: 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 1