Re: when do i need to call DmSyncDatabase?

2006-02-03 Thread Guilherme C. Hazan
Hi, When i call DmCloseDatabase, does the db gets synced automatically or do i need to call sync explicitly (in zire 22). Yes, the act of closing a database does force a sync -- or at least it does presuming it was opened in read/write mode (and you have made changes?). Thanks. DmSyncDatab

Re: DmSyncDatabase entry number?

2006-02-03 Thread Guilherme C. Hazan
Hi, sysTrapDmSyncDatabase Yes, but i don't want the systrap. I want the internal entry number used in the ARM mode. Systraps aren't used in that mode to make direct calls. thx guich -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://

Re: variable substitution in rcp file

2006-02-03 Thread Ben Combee
At 03:01 PM 2/3/2006, you wrote: Great idea! I tried loading the TRANSLATION into a separate rcp file but I got a complaint from pilrc. I found that I had to put it in the same rcp file - and at the top of the file. Can you recommend a way to put them in a separate rcp file? (Last question, I p

Re: Scanning (was Is Palm OS deing?)

2006-02-03 Thread Douglas Handy
Roger, >However their CHS BT laser barcode scanner seems to have much better >potential. It uses a laser barcode reader, so you get far better >scanning functionality. It appears, finally, to be a viable BT-based >barcode reader! And it works with the Treo650. Have you tried using BT scanne

Re: variable substitution in rcp file

2006-02-03 Thread Gnadinger, David
Great idea! I tried loading the TRANSLATION into a separate rcp file but I got a complaint from pilrc. I found that I had to put it in the same rcp file - and at the top of the file. Can you recommend a way to put them in a separate rcp file? (Last question, I promise!) I'm using Cygwin (unix).

Re: Scanning (was Is Palm OS deing?)

2006-02-03 Thread Roger Stringer
At 03:15 AM 2/2/2006, you wrote: Subject: Re: Is Palm OS deing? From: Douglas Handy <[EMAIL PROTECTED]> Date: Wed, 01 Feb 2006 10:26:14 -0500 > 2. SDIO slot can't emulate Serial interface. So, many third-party SD devices >(e.g. SD Barcode scanners) don't work with TE2. I wasn't aware of that

Re: DmSyncDatabase entry number?

2006-02-03 Thread Allan Bressler
sysTrapDmSyncDatabase You need to include the 650 headers in your project, the older 600 headers don't have this defined. Allan Guilherme C. Hazan wrote: Hi, Can someone tell me the entry number of the function DmSyncDatabase so i can call it directly from ARM using PalmOS5RE? thanks

How to show my own logon screen?

2006-02-03 Thread Michael Kang
Title: Message Hi everyone,   I want to show my own password screen when power on or soft reset. Could anyone give me a direction? Does Palm OS give an interface to customize its logon password screen? I know Windows CE does.   Thinks in advance.   Michael.     -- For information on us

Re: variable substitution in rcp file

2006-02-03 Thread Ben Combee
At 12:58 PM 2/3/2006, you wrote: Ok. That's works great for my resources - the main thing I was concerned about. Before I start putting something together on my own, is there a built-in for handling strings in the "C" source code? I haven't found anything so far. Just use STRING resources and

Re: PALM TX Reboots at 13% of "ROM Transfer"

2006-02-03 Thread Aaron Ardiri
On 2/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Simulator doesn't wirk for "native" code. > For example, HP power48 calculator creates > a "write directly on screen" error. > > While emulator doesn't have this kind of > problem. > > Is there a emulator for T|X? you can disable that check

Re: variable substitution in rcp file

2006-02-03 Thread Gnadinger, David
Ok. That's works great for my resources - the main thing I was concerned about. Before I start putting something together on my own, is there a built-in for handling strings in the "C" source code? I haven't found anything so far. Thanks! -- For information on using the PalmSource Developer For

Re: PALM TX Reboots at 13% of "ROM Transfer"

2006-02-03 Thread apple2pomme
Simulator doesn't wirk for "native" code. For example, HP power48 calculator creates a "write directly on screen" error. While emulator doesn't have this kind of problem. Is there a emulator for T|X? Thanks. -- For information on using the PalmSource Developer Forums, or to unsubscribe, ple

Re: variable substitution in rcp file

2006-02-03 Thread Gnadinger, David
Thanks! I'll check that out. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: when do i need to call DmSyncDatabase?

2006-02-03 Thread Douglas Handy
Guich, >When i call DmCloseDatabase, does the db gets synced automatically or do i >need to call >sync explicitly (in zire 22). Yes, the act of closing a database does force a sync -- or at least it does presuming it was opened in read/write mode (and you have made changes?). DmSyncDatabase()

Re: Managing new blue focus ring

2006-02-03 Thread Ben Combee
At 06:35 AM 2/3/2006, you wrote: "Ben Combee" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > > If you use a 'fnav' resource to tell Palm OS that your form should not be > in Object Interaction mode, you shouldn't get the blue ring. This focus > system has a major benefi

Re: when do i need to call DmSyncDatabase?

2006-02-03 Thread Regis St-Gelais
"Guilherme C. Hazan" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > When i call DmCloseDatabase, does the db gets synced automatically or do i > need to call sync explicitly (in zire 22). > You can't call DmSyncDatabase on a closed database. >From the header file: /**

when do i need to call DmSyncDatabase?

2006-02-03 Thread Guilherme C. Hazan
When i call DmCloseDatabase, does the db gets synced automatically or do i need to call sync explicitly (in zire 22). []s guich -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Managing new blue focus ring

2006-02-03 Thread Grzegorz Szewc
You can create navigation file and add it to your project. The file extension should be .r, here is an example: //File navigation.r #include "StarterRsc.h" //You have to include all resource headers you will//reference to #define frmNavFlags \ defaultStartStateVal

Re: Managing new blue focus ring

2006-02-03 Thread Regis St-Gelais
"Ben Combee" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > > If you use a 'fnav' resource to tell Palm OS that your form should not be > in Object Interaction mode, you shouldn't get the blue ring. This focus > system has a major benefit for smart phone users, where i

Pref DB Open Error...

2006-02-03 Thread babbu cathy
hi all, whenever i install my project prc into my treo device, it gives a reset. But afte some it got installed after i tried 4 times hotsync. Error says.. "Preference.c, Line:271, Pref DB Open Error" ... What is wrong in my project? Can anyone give me details on this to resolve? cathy.

DmSyncDatabase entry number?

2006-02-03 Thread Guilherme C. Hazan
Hi, Can someone tell me the entry number of the function DmSyncDatabase so i can call it directly from ARM using PalmOS5RE? thanks guich -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/