bye

2002-08-16 Thread Dominique Martel
of you who answered my questions. Thank you! Bye! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

XModem Protocol

2002-08-15 Thread Dominique Martel
HI, I need to use the 1kXModem protocol (for serial transmission) on the Palm. Are there libraries that exist and I can include or I need to code it myself? Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

RE: error with reading database

2002-08-14 Thread Dominique Martel
that it's a bin file. But, I tried to do the exact same thing with other datas, which were in fact a text file and the problem didn't happen (all the datas were exact). Thank you! Dominique Martel -Original Message- From: Johnson, Brian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14

error with reading database

2002-08-13 Thread Dominique Martel
bytes). Would anyone have any advice? Thank you! Dominique Martel UInt16 uiSerialPort; LocalID DBID; DmOpenRef DB; charDBName[] = 001-VMB002-1; MemHandle mHandle; CharPtr pDatas; VoidHandresH

RE: error with reading database

2002-08-13 Thread Dominique Martel
Ok, I will try that. And by the way, the database that is on the Palm never changes (no delete record or anything like that). This database is only a file that needs to be loaded from the Palm to another device. Thank you very much! Dominique Martel -Original Message- From: Johnson

RE: error with reading database

2002-08-13 Thread Dominique Martel
Bryan, After trying your solution, it doesn't resolve my problem. With a 500 bytes file, there is 1 data that is different. But, with a larger with (300 kbytes), there are so many differences that I didn't count them. Thank you anyway for the advice! Dominique Martel -Original Message

RE: Help with bin to device... please!!!

2002-07-30 Thread Dominique Martel
, then copying all the datas of the bin to the new pdb file. After that, I verified (with a hex editor) that all the datas correspond. I hope I'm helping you a bit more. Thank you! Dominique Martel -Original Message- From: Mark Clayton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 8:46

Help with bin to device... please!!!

2002-07-29 Thread Dominique Martel
Hi, I have to load a .bin file in a device, using a Palm. Here is what I did. First I created an app that build a pdb file. The pdb file contains a header, followed by the all the datas. Then, I transfered this pdb file in the Palm. And finally, I send the datas contained in the pdb to the

Transfering file to device

2002-07-26 Thread Dominique Martel
functions like ExgDBRead, DmGetRecord, ... Are they the right ones? Any advice would be appreciated. Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Release compilation

2002-07-24 Thread Dominique Martel
including this file? Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: pdb files

2002-07-23 Thread Dominique Martel
Thank you very much! Dominique Martel -Original Message- From: Dave Lippincott [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 4:58 PM To: Palm Developer Forum Subject: Re: pdb files 64K per record max. The PDB file format is documented. Get the format at: http

pdb files

2002-07-22 Thread Dominique Martel
restriction about each record's size? Can we insert only 1 record? Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

debugger doesn't work

2002-07-18 Thread Dominique Martel
Hi, I installed Fach.net Developper Studio version 2.6.0.0 on another PC (at home), but the debugger doesn't work. I'm using Windows XP, and I've set the exact same configuration than at work. Everything works fine, but the debugger. Any idea? Dominique Martel -- For information on using

RE: Using the 5 buttons on the bottom of the Palm

2002-07-17 Thread Dominique Martel
Do you have the url to find the sample codes? I searched, but didn't find it. Thank you! Dominique Martel -Original Message- From: Joe Malone [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 10:00 AM To: Palm Developer Forum Subject: Re: Using the 5 buttons on the bottom

text on bitmap

2002-07-15 Thread Dominique Martel
2 and the letters ABC on another line. I've tried to put a label on the button, but it's hidden by the button. Any ideas? Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Using the 5 buttons on the bottom of the Palm

2002-07-15 Thread Dominique Martel
How can I use the 5 buttons on the bottom of the Palm (Scroll Up/Down, ...)? Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Using the 5 buttons on the bottom of the Palm

2002-07-15 Thread Dominique Martel
I'm sure you knew I meant how to intercept the messages. Thank you for the examples, I'll look at that. Dominique Martel -Original Message- From: Joe Malone [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 10:00 AM To: Palm Developer Forum Subject: Re: Using the 5 buttons

RE: Scroll bar

2002-07-10 Thread Dominique Martel
Thank you, this is what I found and it works great! Dominique Martel -Original Message- From: Kapil Konde [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 12:15 AM To: Palm Developer Forum Subject: RE: Scroll bar You will need to handle sclRepeat event. In the event handler

RE: Use serial Port in a special way

2002-07-10 Thread Dominique Martel
); //Flush datas in the queue So this is the functions I'm using, you can verify for errors. You could also set a boolean to acknowledge when the serial port is opened and read only if this is the case. I'M relatively new to Palm programming, so may be someone will have a better idea. Dominique

RE: Scroll bar

2002-07-09 Thread Dominique Martel
Thank you, but where do I find that? Dominique Martel -Original Message- From: DE FREMONT Vincent [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 3:25 AM To: Palm Developer Forum Subject: RE: Scroll bar Hi Dominique You'll find code in the Palm OS 4.0 SDK Example ToDo

Scroll bar

2002-07-08 Thread Dominique Martel
it. And if so, do I have to write everything in the field resource or just adjust the scroll bar. I'm using Falch.net DeveloperStudio 2.6.0.0, if it could help. Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Display a new form, but the old one still active

2002-07-04 Thread Dominique Martel
! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

State of a label

2002-07-03 Thread Dominique Martel
I think I send this question yesterday, but I'm not sure. I have a label that I show and hide with FrmShowObject() and FrmHideObject(). But at a certain time, I would like to know if the label is shown or hidden. Is there a function that does this? Thank you! Dominique Martel

RE: State of a label

2002-07-03 Thread Dominique Martel
I'm using Falch Net Developer Studio 2.6.0.0 and I don't find this function??? Dominique Martel -Original Message- From: Brian Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 9:57 AM To: Palm Developer Forum Subject: Re: State of a label On Wed, 3 Jul 2002, Dominique

RE: State of a label

2002-07-03 Thread Dominique Martel
Thank you anyway. I'll do that. Dominique Martel -Original Message- From: Brian Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 9:57 AM To: Palm Developer Forum Subject: Re: State of a label On Wed, 3 Jul 2002, Dominique Martel wrote: I think I send this question

Label state???

2002-07-02 Thread Dominique Martel
is shown or hidded? Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Bitmap

2002-06-25 Thread Dominique Martel
you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Bitmap

2002-06-25 Thread Dominique Martel
in the text field and it works. But at run time, it doesn't work, it prints a bad character. Any idea? Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Bitmap

2002-06-25 Thread Dominique Martel
of informations! Dominique Martel -Original Message- From: Joe Malone [mailto:[EMAIL PROTECTED]] Sent: 25 juin, 2002 14:51 To: Palm Developer Forum Subject: Re: Bitmap --- Dominique Martel [EMAIL PROTECTED] wrote: Hi, I have a very simple question. I have a bitmap and I write 2 words

RE: Bitmap

2002-06-25 Thread Dominique Martel
Sorry Ben but that doesn't work either. Dominique Martel -Original Message- From: Ben Combee [mailto:[EMAIL PROTECTED]] Sent: 25 juin, 2002 16:24 To: Palm Developer Forum Subject: RE: Bitmap In article 89712@palm-dev-forum, [EMAIL PROTECTED] says... I'm using Falch.net

RE: Linking error HELP PLEASE!!!

2002-06-18 Thread Dominique Martel
Thank you, I'll try that! Dominique Martel -Original Message- From: Holger Klawitter [mailto:[EMAIL PROTECTED]] Sent: 18 juin, 2002 03:16 To: Palm Developer Forum Subject: Re: Linking error HELP PLEASE!!! The error returned is: /prc-tools/H-i586-cygwin32/m68k-palmos/lib/libcrt.a

d Files

2002-06-13 Thread Dominique Martel
Hi all, I would like to know what are .d files exactly? Are they temporary files generated when compiling? I have many .d files in my debug folder; but I have also one .d file in another folder. Is it ok? Can I erase it? Dominique Martel -- For information on using the Palm Developer Forums

RE: d Files

2002-06-13 Thread Dominique Martel
Sorry! I'm using FalchNet Developper Studio 2.6 and PalmOS 3.5.2. I'm working under Win2000 (if it makes any difference). Dominique Martel -Original Message- From: Joe Malone [mailto:[EMAIL PROTECTED]] Sent: 13 juin, 2002 10:45 To: Palm Developer Forum Subject: Re: d Files

usign namespace

2002-06-12 Thread Dominique Martel
I have an application for the Palm and I have many .c files. In many of these files, I wanted to use the namespace command. But it doesn't seem to compile. Can we use it? If so, how? Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please

RE: usign namespace

2002-06-12 Thread Dominique Martel
OK thank you! -Original Message- From: Ben Combee [mailto:[EMAIL PROTECTED]] Sent: 12 juin, 2002 11:18 To: Palm Developer Forum Subject: Re: usign namespace In article 88707@palm-dev-forum, [EMAIL PROTECTED] says... I have an application for the Palm and I have many .c files. In

Edit push buttons text

2002-06-03 Thread Dominique Martel
Hi, is there a way to know the text within a push button and edit it. For example, i have a button that is written Connect and I want to change it for Disconnect when the connection is established. Is it possible to edit it or I have to create 2 buttons? Thank you! Dominique Martel

RE: Edit push buttons text

2002-06-03 Thread Dominique Martel
Thank you! Dominique Martel -Original Message- From: Hal Mueller [mailto:[EMAIL PROTECTED]] Sent: 3 juin, 2002 16:02 To: Palm Developer Forum Cc: Palm Developer Forum Subject: Re: Edit push buttons text You can change it with CtlSetLabel, but it's much easier to use two buttons

RE: file open

2002-05-22 Thread Dominique Martel
Ok so how do I open a file on a desktop pc? Dominique Martel -Original Message- From: Joe [mailto:[EMAIL PROTECTED]] Sent: 21 mai, 2002 17:03 To: Palm Developer Forum Subject: Re: file open --- Dominique Martel [EMAIL PROTECTED] wrote: Hi, I want to open a file on a pc from a Palm

downloading .bin files

2002-05-21 Thread Dominique Martel
! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

file open

2002-05-21 Thread Dominique Martel
? Thank you! Dominique Martel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/