new update CW 9 ????

2003-07-04 Thread Rodolphe Bréjaude
Hello, Is ther a new update for CW9 ? I have 9.1 patch but is ther a new one ?? thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PleaseWait form

2003-07-03 Thread Rodolphe Bréjaude
you can deletes all pen and key message sin the queue before returning uses sysfluspenqueue() or something like that - Original Message - From: "George VS" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 4:39 PM Su

Re: MemPtrFree - invalid chunk

2003-06-24 Thread Rodolphe Bréjaude
do you have the pb in Debug and in Release mode? Perhaps you should resize up the stack (in project setting in CodeWarrior) - Original Message - From: "Agus" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 12:24

Re: CW9 blocks/freezes while debbuging with breakpoints...

2003-06-18 Thread Rodolphe Bréjaude
rdo > - Original Message - > From: "Ben Combee" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Wednesday, June 18, 2003 12:54 PM > Subject: Re: CW9 blocks/freezes while debbuging with breakpoints... > > > At

Re: CW9 blocks/freezes while debbuging with breakpoints...

2003-06-18 Thread Rodolphe Bréjaude
eakpoints... > I have this too > > with winME > > any solutions ? > > Tks. > > Ricardo > - Original Message - > From: "Rodolphe Bréjaude" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" <[EMAIL PROTECTED]> >

Re: Link errors using the POL

2003-06-18 Thread Rodolphe Bréjaude
When you have strange links error with POL, this is because some of you segment are too big.. go in the segnement window and dispach better all your .cpp and .h files in seg 2 or more... Don't forget to let the starter.cpp and .h and your MyApp.cpp in SEGMENT 1. Good luck. - Original Messa

CW9 blocks/freezes while debbuging with breakpoints...

2003-06-18 Thread Rodolphe Bréjaude
Hi, I have big troubles with CW9 which always stopped while arriving at a breakpoint. The application is stopped but CW don't show me the windows. every things is blocked!! I can't do Step in or anything else. I can only Reset the Palm and sometimes quit CW and relaunch it... Do you know why su

Re: play litte sound with Palm

2003-06-17 Thread Rodolphe Bréjaude
aram3 = sndMaxAmp; > > SndDoCmd ( 0, &sndCmd, true ); > > This one works on my T|W > > Agus > > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] la part de Rodolphe > Bréjaude > Envoyé : lundi 16 juin 2003 17:57 > À : Palm

Re: play litte sound with Palm

2003-06-16 Thread Rodolphe Bréjaude
AIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 5:42 PM Subject: Re: play litte sound with Palm > Try SndDoCmd > > > - Original Message - > From: "Rodolphe Bréjaude" <[EMAIL PROTECTED]> > To: &q

play litte sound with Palm

2003-06-16 Thread Rodolphe Bréjaude
Hello; How can I play a bepp at a special frequenci or just a beep on my palm in my application (C/C++) ? like BEEP(440); -> play 44Hz thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

EvtDequeuePenPoint crashes the APP ?

2003-06-13 Thread Rodolphe Bréjaude
Hi, Do you know why this methods crashes my app when I called it and there is no pen events in the queue? If there are some, I get the first one, but if there is no, it crashes?? Is it a way to know if there are some pen events in the queue before calling EvtDequeuePenPoint() ? thanks -- For

Re: Palm Serial Numbers

2003-06-11 Thread Rodolphe Bréjaude
I did : UInt16 GetNumeroSerie(UInt8** MonNumeroSerie) { UInt16 bufLen=0; SysGetROMToken (0, sysROMTokenSnum, MonNumeroSerie, &bufLen); return bufLen; } the calling method is : UInt8 *bufferSerie = NULL; UInt16 Retour = GetNumeroSerie(&bufferSerie); if ((Retour == 0) || (bufferSerie =

Re: Popup list callback function not being called...urgent help needed

2003-06-11 Thread Rodolphe Bréjaude
did you set the number of items of the list before, so the callback is called as many time as the number of item specified ? - Original Message - From: "Vidya Amar" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 2:32 PM Subject: Popup list

Re: bluetooth connection problem

2003-06-10 Thread Rodolphe Bréjaude
to detect all bt devices, set 0x00 to all the BT address in btParams.u.client.remoteDevAddr.address[x] - Original Message - From: "Raymond Ho" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 7:21 PM Subject: bluetoo

Re: Segments memory repartition with CWxx

2003-06-05 Thread Rodolphe Bréjaude
On Thu, 05 Jun 2003 14:17:50 +0200, Rodolphe Bréjaude wrote: > > > > > Hello, > > > > I have trouble reparting my different sources .cpp into the 4 segments. > > > > What are the maximal size of each segment? > > Is there any rules to respect? > >

Segments memory repartition with CWxx

2003-06-05 Thread Rodolphe Bréjaude
Hello, I have trouble reparting my different sources .cpp into the 4 segments. What are the maximal size of each segment? Is there any rules to respect? I succeed the repartition, the exection is good on my Palm, but when I reboot the Palm, it is blocked on the PALM screen and only a HardReset

Re: Information needed on retrieving unique device-id of a palm

2003-06-05 Thread Rodolphe Bréjaude
you have this : UInt16 GetNumeroSerie(UInt8** MonNumeroSerie) { UInt16 bufLen=0; SysGetROMToken (0, sysROMTokenSnum, MonNumeroSerie, &bufLen); return bufLen; } - Original Message - From: "Sadanandam O." <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: T

utility of uuid lists ???

2003-06-04 Thread Rodolphe Bréjaude
Hello, I use the uuid list method to make a server and a client communicate by bluetooth virtual serial comm. If I set different uuid lists on the server and on the client, the connexion is even created ? Why? Where is the security to reject connexion which doesn't konw the right uuid? Than

Re: How to capture screen and save as bmp on high resolution device?

2003-06-04 Thread Rodolphe Bréjaude
I have found one shareware Screenshot.prc If you want I can mail you if you give me a valid e-mail. bye - Original Message - From: "Miken" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 3:32 AM Subject: Re: How

Getting number of pen events in the queue

2003-06-04 Thread Rodolphe Bréjaude
Hello, I want to use the method EvtDequeuePenPoint() to retreive a pen event, but this method crashes if there is no Pen events in the queue. How can I know if there are pen events in the system queue? Any ideas or methods? Thanks Rodolphe. -- For information on using the Palm Developer Forum

Register for OBEX with RFCOMM serial driver

2003-06-02 Thread Rodolphe Bréjaude
Hello, I need some help on how to register my app with OBEX to launch my app when a client try to connect using bluetooth virtual serial port with SrmExtOpen() method. I only know the CeatroId and the type. Do I need more information? How to use ExgRegisterData(..) with these parametres becau

timer with event

2003-03-03 Thread Rodolphe Bréjaude
Hello, I use CW9 and I want to set a timer that send my events when it goes, each xx seconds or less. How can I do such a timer? I found "SysTimerCreate" but it looks like it is for system use only? With POL? How can I set/get events periodically in a form to make a label ON and OFF each seconds.

Event with POL

2003-02-27 Thread Rodolphe Bréjaude
Hello, I work with POL and CW9. I have a modal form that must close and launch a function of the MainForm (her parent). I think that I can do this by sending an event in the message queue. I create my on event and use EvtAddEvtToQueue() to post it. but The function of the MainForm is not launched.

big problem with POL ModalForm in Release compile mode

2003-02-21 Thread Rodolphe Bréjaude
Hello, I have made an application with POL. it is a mainform with buttons which launch modalforms when klicked (like the sample POL ModalTest.cpp) When I compile in debug, it works fine but when I compile in release mode the first button launch the modal form ok, but the ohters buttons makes a fa

using a string with CW9 ??

2003-02-18 Thread Rodolphe Bréjaude
Hello, I create a string and and string list with PILRC with the label "xxx" How can I get the text of the ressource in a char* or a CString variable? thanks if you have a littel exemple... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.c

CW9 graphic control question

2003-02-17 Thread Rodolphe Bréjaude
Hello, How can I change the width of a control (button for exemple) dynamically in my programm. I change the label of the button, but if the size is not large enough, I want to change it. How can I do this? Is is set as AUTO in the PILRC control widht field. Thanks for your help. -- For informa

to Ben Combee ->

2003-02-04 Thread Rodolphe Bréjaude
Following you advice, I wrote to sales@metrowerks, but I dont have any response Here is my mail, can you do something ? Hello, I bought CodeWarrior 8.0 on 3 December 2002 and I saw on the Palm Forum a response from Ben Combee that I can upgrade to CW9.0 for free. here is his response : At 15:30 2

Re: what is exactly PILRC ??

2003-01-31 Thread Rodolphe Bréjaude
I already bought CW8, and I just buy the POL librairy. I don't want to buy anything else... Why is ther no price for updating CW8 to CW9, instead of purchasing the whole package ?? - Original Message - From: "Aaron Ardiri" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED

Re: what is exactly PILRC ??

2003-01-31 Thread Rodolphe Bréjaude
It is not a graphical editor? like Microsoft Visual? is it more efficicent that the ressource constructor provide with CodeWarrior ? It's not free, as I can see, must I buy it ? thanks. - Original Message - From: "Aaron Ardiri" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROT

what is exactly PILRC ??

2003-01-31 Thread Rodolphe Bréjaude
what is exactly PILRC ?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: enumerate the all DB or file stream

2003-01-30 Thread Rodolphe Bréjaude
thanks, and for the files stream?? - Original Message - From: "Henk Jonas" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 12:04 PM Subject: Re: enumerate the all DB or

Re: VFS Volume error

2003-01-30 Thread Rodolphe Bréjaude
thanks, and for the files stream?? - Original Message - From: "Jeff Wheeler" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 7:02 PM Subject: RE: VFS Volume error Rodolphe Bréjaude wrote: >> Is

enumerate the all DB or file stream

2003-01-30 Thread Rodolphe Bréjaude
Hello, Is it possible to have the list of all the database on a Palm ? like VFSEnumerate does for file on the SD card. Does such a function exist also for file stream ? like "dir *.*" Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos

Re: VFS Volume error

2003-01-29 Thread Rodolphe Bréjaude
Just a Question on VFS : Is it possible to create file with VFS on the Palm itself, not in the SD card? Thanks - Original Message - From: "Jeff Wheeler" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 4:44 PM Subject: RE: VFS Volume e

Re: Question about the use of CW8...

2003-01-29 Thread Rodolphe Bréjaude
Thanks for these asnwers but : Is it normal that my palm reset when I kill de debuger on my PC ? is there a way to stop debugging properly wihtout reseting? About the Help file, if I launch it manualy, I don't have the cursor problem but I can not press F1 an be directly moved on the right page,

Question about the use of CW8...

2003-01-29 Thread Rodolphe Bréjaude
Hello, I use CW to make mya pplication, but I find that it is a little boring to use it.. I explain: In debug mode with my Plam, I must make the Shortcut..2 each time I want to debug on the target ? is it possible to force this mode at the first time... and only one time? When I call the Help wi

File stream ???

2003-01-29 Thread Rodolphe Bréjaude
Hello, I would like to save informations for my app on my palm. I would like to use FileOpen, FileRead and FileWrite to do that, but it looks like the datas are not persistant when I quit my application. When I restart my app, and do an FileOpen and FileRead, I don't read the datas I write in the

Re: VFS question

2003-01-28 Thread Rodolphe Bréjaude
VFSFileOpen() and FileOpen() ?? Thanks for your help. - Original Message - From: "Dave Carrigan" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 6:12 PM Subject: Re: VFS question > On Tue, 2003-01-2

Re: VFS question

2003-01-28 Thread Rodolphe Bréjaude
thank you - Original Message - From: "Dave Carrigan" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 6:12 PM Subject: Re: VFS question > On Tue, 2003-01-28 at 06:59, Rodolphe Bréjaude wrote: > >

VFS question

2003-01-28 Thread Rodolphe Bréjaude
Hello, Is it possible to list all the files in an SD memory car that I inserted in may Pal and present them in a form in my app? Can I use the VFS functions to do this? I can read or write in a file with VFS functions, but I don't see a function to list or search files with a specific extension,

Re: turn screen off?

2003-01-28 Thread Rodolphe Bréjaude
itch(cardNo, dbID, sysAppLaunchCmdNormalLaunch, NULL); > } > } > > markus dresch (www.palmside.com) > > "Rodolphe Bréjaude" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:110855@palm-dev-forum... > > > > I am interrested to know how you did such an a

Re: turn screen off?

2003-01-28 Thread Rodolphe Bréjaude
I am interrested to know how you did such an application ?? What must I exactly do to be in a normal environnement when my application is launch by an alarm trigger. Can you help me, I will appreciate...? - Original Message - From: "Wischnewski, Berndt" <[EMAIL PROTECTED]> To: "Palm Dev

Re: turn screen off?

2003-01-28 Thread Rodolphe Bréjaude
Hello, I'm interrested in that action (wake up and do my programm). What are exactly the restricition in this Alarm launch mode ? What do you mean with "handling whatever you have to do " What are these msg are for ? "sysAppLaunchCmdDisplayAlarm and call SysUIAppSwitch " Thanks, th help, If you ha

debug or release

2003-01-22 Thread Rodolphe Bréjaude
Hello, I don't exactly see differencies in the CW projet setting betwwen DEBUG and RELEASE target? What is the differences? Is there a define that I can test in my code? I can compile my application in debug, but I have a link error in release ? thanks to help me. -- For information on using

Fw: how to set a define "PALM_OS" in CW project setting ?

2003-01-22 Thread Rodolphe Bréjaude
> Hello, > > I have a .c file that must compile different part of code > depending on a define ex : > #ifdef _PALM_OS > int i; > #else > char i; > #endif > > How can I set the _PALM_OS string as a compiling define in the > project setting ? > > thanks ? -- For information on using the

how to set a define "PALM_OS" in project setting ?

2003-01-22 Thread Rodolphe Bréjaude
Hello, I have a .c file that must compile different part of code depending on a define ex : #ifdef _PALM_OS int i; #else char i; #endif How can I set the _PALM_OS string as a compiling define in the project setting ? thanks ? -- For information on using the Palm Developer Forums, or to

using string

2003-01-17 Thread Rodolphe Bréjaude
Hello, Is it possible to use the string API in codewarrior like in C++ with MFC? what must I include ? and how to use it, what are the possible function ? Thanks a lot -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Obex and user interaction

2003-01-14 Thread Rodolphe Bréjaude
Yes, this is my case, I have a transmitter and a receiver application. Do you know how to do this with OBEX ? - Original Message - From: "Stringer" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 2:13 PM Subject: RE: Obex and user interact

Obex and user interaction

2003-01-13 Thread Rodolphe Bréjaude
Hello, I will use OBEX to beam a data base with bluetooth, but I dont want that a user need to click or validate anything. I want it to be done automaticaly. My problem is that when an OBEX connection arrives, a form appears and asks the user to accept or not the reception. Is there a way to bypa

Re: Convert Palm App to WindowsCE App

2003-01-10 Thread Rodolphe Bréjaude
No I don't know, does anybody use this software or have another solution ? - Original Message - From: "Dave Lippincott" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 4:42 PM Subject: Re: Convert Palm App to WindowsCE App > Do you know

BT address

2003-01-10 Thread Rodolphe Bréjaude
Hello, I really need your help on how determining by software my own Bluetooth address. With the inquiry, you can find others address, but how can I find MY address ? Thanks for you help if you can. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://w

converting a txt PC file to a PDB palm file

2003-01-10 Thread Rodolphe Bréjaude
Hello, I would like to transform a text file from my PC (which is in fact my data base) to a pdb format file for my palm. Then, I synchronize to transfert the pdb to my palm and I can read my datas with my own palm application. Is there any free tool to make this convertion ? I found PdbConverter

exchange

2003-01-09 Thread Rodolphe Bréjaude
hi, I will tranfert info with bluetooth and exchange manager but without any human intervention or click on the screen. I will use OBEX. is it possible to establish a connection (I already know the BT address) without human action? and is it possible, on the other palm, to accept the data withou

pb AlmSetAlarm()

2002-12-20 Thread Rodolphe Bréjaude
Hello, I use the AlmSetAlarm() method to launch my app directly, but instead of launching my app, the Palm reboot ? What does that mean? I use : AlmSetAlarm(0,appFileCreator,XX,nbSeconde,1); what must I put in X ? Thanks. -- For information on using the Palm Developer Forums, or to

Re: Programmatic hard reset

2002-12-20 Thread Rodolphe Bréjaude
Thanks, this doesn't work on PalmOS5.0 ?? - Original Message - From: "Stuart Eichert" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 4:42 PM Subject: Re: Programmatic hard reset > In my program I had no problem with showing the dialog.

Re: Programmatic hard reset

2002-12-20 Thread Rodolphe Bréjaude
I used the SysColdBoot() method, It works on a M515, but not on a TungstenT, Does anybody know why ? thakns - Original Message - From: "Stuart Eichert" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 2:44 AM Subject: Re: Programmatic hard

Re: Programmatic hard reset

2002-12-20 Thread Rodolphe Bréjaude
Hi, I am interested in that function for personnal reasons (not virus, I swear) but how do you use it exactly, what must you set for the different parameters? I have tried, I vave a message box that appears, but it doesn't perform the reset? In the .h file, what is the SYS_TRAP(sysTrapSysColdBoot)

How to activate the vibrator?

2002-12-20 Thread Rodolphe Bréjaude
Hello, Is is possible to activate and desactivate the vibrator (or vibror) used by the alarm using my software ? I would like to activate it during 3 seconds in my application? Thanks for your help, I really appreciate people that already responds to all the questions I asked.;-) -- For inform

Re: priting iforlmation on screen

2002-12-19 Thread Rodolphe Bréjaude
of code similar to your MsgBox) would do the job. > > Gary Gorsline > Easy Business Software > == End of Message == > > - Original Message - > From: "

AlmSetAlarm exemple

2002-12-19 Thread Rodolphe Bréjaude
Hi, does anybody have an exemple of using AlmSetAlarm method. I would like to know how to fill the number of second since 1904 ??? thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

priting iforlmation on screen

2002-12-19 Thread Rodolphe Bréjaude
Hello, Is it possible it possible to prit a string on the string quickly without having to create a form alert ? I need to debug my code with popup message, I would like something like MsgBox("You passed here"); OK button ? thanks -- For information on using the Palm Developer Forums, or to uns

debug on the Tungsten with CW8.0

2002-12-18 Thread Rodolphe Bréjaude
Hy every body, My problem is that I can't debug with my tungstenT and CodeWarrior because the USB connection is not recognized and I can't connect? I know that the CW9.0 will correct this bug, but I bought the 8.0 and want to use it! Do you succeed debugging on The TungstenT device by USB connect

network inquiry

2002-12-17 Thread Rodolphe Bréjaude
Hello, I would like to know if it is possible to search for Other Palm with bluetooth without having to use the graphic interface which search and after let you choose the device found in a list? I will make a program with codewarrior to connect my palm BT with other Palm BT, but I don't want to s

diff between OS4.1 and 5.0

2002-12-13 Thread Rodolphe Bréjaude
Hello, What are the differences between PalmOS4.1 and 5.0? I know that 5.0 is multi-thread, but what does this means exactly? Even, what are the main differences? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/for

simples questions, please help...

2002-12-13 Thread Rodolphe Bréjaude
Hello folks, I need some information for my dev on a Tungsten Palm. How can I perform a SOFT reset by software ? How can I perform a HARD reset by software ? How can I launch an pp at a special time ? How can I launch another app from my app and go back after in mine ? (ex : My app launch the