RE: IDE

2004-04-06 Thread Rinko-Gay, William
Pavel, I should admit that I am not developing commercial software. I develop tools for myself at my curent location. I've written my own hierarchical task list, and a read-only synch from our work tracking database. I've been using the prc-tools for all and not had any problems. I'm aware

RE: error description

2004-04-05 Thread Rinko-Gay, William
My opinion: Users should not be given detailed error information on any problem they are not expected to be able to resolve on their own. Errors such as, Please verify your username and password and try again are reasonable to give to a user. If the error will be corrected by support personnel,

RE: function printf

2004-03-30 Thread Rinko-Gay, William
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I believe you are looking for WinDrawChars. For example (not tested): StrPrintF(debugString, The value of x is %d, x); WinDrawChars(debugString, StrLen(debugString), 2, 140); *** * *

RE: DmQuickSort and DataMgr.c Line 5342 error

2004-03-25 Thread Rinko-Gay, William
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Graham Sent: Monday, March 22, 2004 6:56 PM To: Palm Developer Forum Subject: Re: DmQuickSort and DataMgr.c Line 5342 error Rinko-Gay, William wrote: I am trying to use DmQuickSort to sort a database. When I execute the code

RE: Java and RMS

2004-03-24 Thread Rinko-Gay, William
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Palm has released a Jsync suite as part of their CDK403. I've used it successfully to write to a PDB. The class can be used to read and manipulate the PDB as well. Understand that you only have access to the PDB during a HotSync operation. Are

RE: DmQuickSort and DataMgr.c Line 5342 error

2004-03-23 Thread Rinko-Gay, William
] On Behalf Of Matt Graham Sent: Monday, March 22, 2004 6:56 PM To: Palm Developer Forum Subject: Re: DmQuickSort and DataMgr.c Line 5342 error Rinko-Gay, William wrote: I am trying to use DmQuickSort to sort a database. When I execute the code that calls the DmQuickSort I get an error: code called

RE: DmQuickSort and DataMgr.c Line 5342 error

2004-03-23 Thread Rinko-Gay, William
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I currently have 128 records. They can be of varying length as they are downloaded from an actual database. The Info app shows the entire application at 21K. Thanks, Bill *** * * The

DmQuickSort and DataMgr.c Line 5342 error

2004-03-22 Thread Rinko-Gay, William
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to use DmQuickSort to sort a database. When I execute the code that calls the DmQuickSort I get an error: code called SysFatalAlert with the message: DataMgr.c, Line 5342, Err insertion sort. Converting to DmInsertionSort did not

RE: DmQuickSort and DataMgr.c Line 5342 error

2004-03-22 Thread Rinko-Gay, William
:53 PM To: Palm Developer Forum Subject: Re: DmQuickSort and DataMgr.c Line 5342 error Rinko-Gay, William wrote: I am trying to use DmQuickSort to sort a database. When I execute the code that calls the DmQuickSort I get an error: code called SysFatalAlert with the message: DataMgr.c, Line