localizing of the control texts

2003-08-20 Thread Dhanashri K
Hello All , I want to support internationalisation in my UI . I have gone through a few of the related palm docs but i find these mainly cater to text fields only . How can i support internationalisation for labels on the pushbuttons , sliders , buttons , checkboxes , label fields menus ? How

RE: localizing of the control texts

2003-08-20 Thread Akhilesh Singh
You'll need to create separate resource for each language you support. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dhanashri K Sent: Wednesday, August 20, 2003 12:30 PM To: Palm Developer Forum Subject: localizing of the control texts Hello All , I

RE: localizing of the control texts

2003-08-20 Thread Dhanashri K
Hello , I used the Prc2Ovl tool of the palm sdk tools as follows : prc2ovl hello.prc -locale deDE -o hello_deDE.prc it created the output file , but when i downloaded it into the emulator running German ROM on it , it simply didn't show anything on the application launcher . But in the delete

How to modify Hotsync Modem Preferences ????

2003-08-20 Thread Fabrice Meichtry
Hi everybody, I'm trying to find a way to modify the phone number of hotsync modem.. I know these information are stored on the Unsaved Preferences database but for me it's impossible to access it, when I try to open and then to get the pointer and to lock it with MemHandleLock() I still get an

Re: Faking relational databases with PDBs

2003-08-20 Thread O.Lancelot
Hi On Tue, 19 Aug 2003 20:50:15 -0700, Jeff Ishaq [EMAIL PROTECTED] wrote: I would be interested to hear comments from other developers who have, or are considering, building rather than buying a similar RDBMS system. At my company we have done similar work; however instead of storing the

Strange string format behavior... (On palm simulator)

2003-08-20 Thread Eitan
I try to use a simple string format, but the result seems wrong, I try it using CString, after this failed I try using StrPrintF Here is a demo code: CString myStr; myStr.Format(%d Test? %d last! %d ,3,5,7); FrmCustomAlert(GeneralAlert, myStr, , ); char msg[100]; StrPrintF (msg,%d

Re: Multi Segment Manual

2003-08-20 Thread L.M. Fridael
Régis Daniel de Oliveira [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Does anybody knows where can i find documentation about segmenting aplications for Palm Os? I'm using falch.net, and need to segment my app. http://www.falch.net/Articles?art=151 Make sure you read the other

Where can I get OS5 ROM?

2003-08-20 Thread Ben Thomas
Hi all, I can't find anything on the palmos site to access the OS5 ROM. I own a Tungsten T, but have not been able to download the ROM from my Palm either, using the utility that came with the Emulator. Obviously I'm doing something wrong. Am I the first? Can anyone help? Thanks for any

Re: Multi Segment Manual

2003-08-20 Thread Régis Daniel
Thanks for your answer. And what about debugging segmented apps on Falch.Net? I´ve heard that there is some problems... Is debugging working good for you? Thanks! --- In [EMAIL PROTECTED], L.M. Fridael [EMAIL PROTECTED] wrote: Régis Daniel de Oliveira [EMAIL PROTECTED] wrote in message

Re: get phone number of the sim card

2003-08-20 Thread Geoff Day
The phone number of a SIM is not stored with the SIM but with the phone network operator. Mobile phones get the number by requesting it from the network which is why it takes a few seconds to do so. There is an ETSI command AT+CNUM which is supposed to get the number but it is optional for the

Telephony on the Tungsten W

2003-08-20 Thread Geoff Day
Anyone know how to disable the built-in phone app. on the TW? I want to get access to incoming calls first, and optionally pass them on to the built-in app. If I can handle data calls in this way also so much the better. Thanks, Geoff Day -- For information on using the Palm Developer

Re: Where can I get OS5 ROM?

2003-08-20 Thread Dave Lippincott
You don't. Download the OS5 simulator, it already has the ROM file in it. http://www.palmos.com/dev/tools/simulator/ - Original Message - From: Ben Thomas [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 8:05 AM

Re: Multi Segment Manual

2003-08-20 Thread L.M. Fridael
Régis Daniel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is debugging working good for you? It seems to be working fine. I encounter no problems with using breakpoints in different segments. I segmented my app a few days ago, so I don't have extensive experience with debugging

Re: Bitmap PDB

2003-08-20 Thread Ken
Thanks for your comments. I had started in this direction so it was good to hear that this approach is valid. Ken -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Strange string format behavior... (On palm simulator)

2003-08-20 Thread Ben Combee
At 06:36 AM 8/20/2003, Eitan wrote: I try to use a simple string format, but the result seems wrong, I try it using CString, after this failed I try using StrPrintF Here is a demo code: CString myStr; myStr.Format(%d Test? %d last! %d ,3,5,7); FrmCustomAlert(GeneralAlert, myStr, , ); char

RE: Faking relational databases with PDBs

2003-08-20 Thread Jeff Ishaq
-Original Message- From: O.Lancelot Sent: Wednesday, August 20, 2003 4:34 AM On Tue, 19 Aug 2003 20:50:15 -0700, Jeff Ishaq [EMAIL PROTECTED] wrote: I would be interested to hear comments from other developers who have, or are considering, building rather than buying a

Re: Strange string format behavior... (On palm simulator)

2003-08-20 Thread eitanft
Thank, Ben, This is exactly the problem, I turn on the 4-byte integer before, because I had some integer overflow in a couple of places. I waste a quit few hours on this, and haven't got a clue… You were very helpful, thanks again, Eitan --- In [EMAIL PROTECTED], Ben Combee [EMAIL PROTECTED]

Alternatives to PrintBoy?

2003-08-20 Thread Jeff Ishaq
I'm a big fan of Bachmann's PrintBoy for IR Printing. Glenn crew have supported me on numerous clients for many years, and I've always been happy with it. With that said, I'm curious if there is any competition in the arena of IR printing for the Palm? I need to consider all options for a

RE: How to create a .PDB in Windows - looking for a utility (VB6) or the documentation - Newbie question of the day!

2003-08-20 Thread Muriph, Michael
Please send the code here also! PalmDb.dll is included in the ConduitDK. -Original Message- From: Fred Zappert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 10:51 PM To: Palm Developer Forum Subject: Re: How to create a .PDB in Windows - looking for a utility (VB6) or

RE: Faking relational databases with PDBs

2003-08-20 Thread Jeff Ishaq
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Figler Sent: Wednesday, August 20, 2003 9:19 AM To: Palm Developer Forum Subject: Re: Faking relational databases with PDBs Jeff, I was using a method similar to yours, but I had the

Re: Codewarrior newsgroup...

2003-08-20 Thread Ben Combee
At 11:39 AM 8/20/2003, [EMAIL PROTECTED] wrote: I was wondering if anyone has set up a newsgroup to news://codewarrior.palm as listed on their site? If so, did you have to subscribe to some newsgroup provider like www.newsguy.com or www.supernews.com as posted on their site? I've used the news

Re: Faking relational databases with PDBs

2003-08-20 Thread Douglas Handy
Jeff, So if you are looking for the record index corresponding to a particular UID, you can do better than a linear search of the record list with the information above. DmFindRecordByID() does a linear search. For example, you can do a binary search of the record list Binary searches don't

Re: Faking relational databases with PDBs

2003-08-20 Thread Brad Figler
Jeff Ishaq wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Figler Sent: Wednesday, August 20, 2003 9:19 AM To: Palm Developer Forum Subject: Re: Faking relational databases with PDBs Jeff, I was using a method similar to yours, but I had

Strange problem with multi-section

2003-08-20 Thread Khaki Wizard
Hi, When I multi-sectioned my C++ program, g++ has some warnings like: g2palm:.data+0x1998: warning: reloc relative to strange section 'SECT2' g2palm:.data+0x19d6: warning: reloc relative to strange section 'SECT2' g2palm:.data+0x19fc: warning: reloc relative to strange section 'SECT1'

FrmPopupForm() - FrmDoDialog()

2003-08-20 Thread nmailey
As I understand it, FrmPopupForm() has a lot of overhead when calling it, is there a way to use FrmDoDialog but retrieve a string stored in the field of the modal and return it to the form from which it was called? Is storing the field value in a external global char the only way? That's the

Registration Scheme

2003-08-20 Thread Hugh Jassman
Dear all, I know this has been discussed in the past, but I haven't been able to find the answer to my question.  Please help to direct me to past posts if applicable. I'm thinking of making a registration process for my app.  there is a trial period where the user can use it for 5 days, then

Navigate between fields

2003-08-20 Thread N
Is there any generic way to navigate between the fields on the form. I was to move to next field when Tab key is press on my form or down key is press from 5-way Navigation. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

List and 5-Way Navigation

2003-08-20 Thread N
I have a which is being populated from database. When I try to navigate up and down using 5-way navigation it does not work. But when I associate it with Popup Trigger it works as expected. Any Idea how navigation can be enabled for the list. __ Do you Yahoo!?

Re: FrmPopupForm() - FrmDoDialog()

2003-08-20 Thread kcorey
On Wed, 2003-08-20 at 19:36, [EMAIL PROTECTED] wrote: As I understand it, FrmPopupForm() has a lot of overhead when calling it, is there a way to use FrmDoDialog but retrieve a string stored in the field of the modal and return it to the form from which it was called? Is storing the field

distinguish between Release and Debug at compile time

2003-08-20 Thread Eric Potter
Is the a way to tell wheter the build is a debug or a release build at compile time? I have some code that I want to conditionally compile out for release builds, but I need the code in there for debug builds. thanks -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: FrmPopupForm() - FrmDoDialog()

2003-08-20 Thread Ben Combee
At 02:36 PM 8/20/2003, [EMAIL PROTECTED] wrote: As I understand it, FrmPopupForm() has a lot of overhead when calling it, is there a way to use FrmDoDialog but retrieve a string stored in the field of the modal and return it to the form from which it was called? Yes. When FrmDoDialog returns, you

Re: Navigate between fields

2003-08-20 Thread Ben Combee
At 02:59 PM 8/20/2003, N wrote: Is there any generic way to navigate between the fields on the form. I was to move to next field when Tab key is press on my form or down key is press from 5-way Navigation. You need to intercept the vchrNextField and vchrPrevField key codes and use them to change

Re: distinguish between Release and Debug at compile time

2003-08-20 Thread Ben Combee
At 03:30 PM 8/20/2003, Eric Potter wrote: Is the a way to tell wheter the build is a debug or a release build at compile time? I have some code that I want to conditionally compile out for release builds, but I need the code in there for debug builds.

Re: get phone number of the sim card

2003-08-20 Thread Chris Tutty
From: Geoff Day [EMAIL PROTECTED] The phone number of a SIM is not stored with the SIM but with the phone network operator. Mobile phones get the number by requesting it from the network which is why it takes a few seconds to do so. There is an ETSI command AT+CNUM which is supposed to get the

Changing title of alert in run-time?

2003-08-20 Thread John
I would like to change the title of an alert in run-time, but I don't know if it is possible. I have - two lists; List A and List B, and - one Add button, one Edit button and one Delete button on a form And have defined three corresponding alerts: AlertAdd, AlertEdit and AlertDel For example: A

Re: Alternatives to PrintBoy?

2003-08-20 Thread Alan Ingleby
Jeff Ishaq [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] With that said, I'm curious if there is any competition in the arena of IR printing for the Palm? I need to consider all options for a current project, and Bachmann seems the de facto print engine, but I am not certain of

Re: Strange problem with multi-section

2003-08-20 Thread John Marshall
On Wed, 20 Aug 2003 11:45:44 -0700 (PDT), Khaki Wizard wrote: When I multi-sectioned my C++ program, g++ has some warnings like: g2palm:.data+0x1998: warning: reloc relative to strange section 'SECT2' These are messages from build-prc, not m68k-palmos-g++. Congratulations; this diagnostic is

PDB for Bitmap

2003-08-20 Thread apple k
Hi, I was wondering how would be look like if one of a pdb field store a Bitmap (signature) type? I mean we are more concerning on security if a person is able to retrieve the pdb, the Bitmap field would be look like hexvalue rather than bitmap in a pdb, right? In order to read the hexvalue of

RE: Faking relational databases with PDBs

2003-08-20 Thread Jeff Ishaq
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Handy Sent: Wednesday, August 20, 2003 10:59 AM To: Palm Developer Forum Subject: Re: Faking relational databases with PDBs Jeff, So if you are looking for the record index

RE: Faking relational databases with PDBs

2003-08-20 Thread Jeff Ishaq
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Sent: Wednesday, August 20, 2003 10:41 AM To: Palm Developer Forum Subject: Re: Faking relational databases with PDBs Jeff wrote: I also don't believe that the Palm code guarantees

WTB: Visor Deluxes... Lots of them

2003-08-20 Thread Jeff Ishaq
A client is looking to buy 1000-1500 Visor Deluxe units. Handspring has apparently sold their reserves, but I'm curious if anyone might know of a surplus that is collecting dust somewhere. -Jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Alternatives to PrintBoy?

2003-08-20 Thread Douglas Handy
Alan, I need to consider all options for a current project, There are others out there, but very much depends on the project. There are lots of factors here, including: - Number of distribution licenses required - Printer models which must be supported - Connection types needed (just

Re: FrmPopupForm() - FrmDoDialog()

2003-08-20 Thread Tom Hoelscher
You can access the items on the form after using FrmDoDialog. You are returned the resource ID of the button the user clicked on, and can access any of the items on that form until you call FrmDeleteForm to get rid of the dialog. I use this method for a Find dialog in my product. My form has a

RE: Alternatives to PrintBoy?

2003-08-20 Thread Jeff Ishaq
-Original Message- From: Douglas Handy Sent: Wednesday, August 20, 2003 8:51 PM I need to consider all options for a current project, There are others out there, but very much depends on the project. There are lots of factors here, including: - Number of distribution

Re: WTB: Visor Deluxes... Lots of them

2003-08-20 Thread Tom Hoelscher
Fry's Electronics often has mounds of them - they have some kind of trade-in program, and inspect/refurbish the units prior to reselling them. At least, this was what they did the last time I was in their store, about 8 months ago. I believe that they now have a web site as well, but the address

Re: Alternatives to PrintBoy?

2003-08-20 Thread Douglas Handy
Jeff, I need to print some fairly complex graphics ... PrintBoy does handle graphics on PCL (i.e., HP Laserjet) printers, so this might be the route we go. I have the PCL reference on CDROM, so I might just do it myself as well if there's time. Thanks for the input! PCL comes in many flavors.

Re: WTB: Visor Deluxes... Lots of them

2003-08-20 Thread Ben Combee
At 10:38 PM 8/20/2003, Jeff Ishaq wrote: A client is looking to buy 1000-1500 Visor Deluxe units. Handspring has apparently sold their reserves, but I'm curious if anyone might know of a surplus that is collecting dust somewhere. www.compgeeks.com is a surplus retailer I've used a bit in the