how to find cw registration number?

2001-08-01 Thread Jason Henderson
I want to upgrade codewarrior and I know I've registered it, but I can't find the number. Is there a way to get the registration number from within cw? thanks -- Jason Henderson Software Engineer EagleSoft, A Patterson Co

RE: how to find cw registration number?

2001-08-01 Thread Jason Henderson
Thanks, I found the card you were refering to. I think I registered via the web but I couldn't remember (its been a while). -- Jason Henderson Software Engineer EagleSoft, A Patterson Co. The significant problems we face cannot

RE: Turn palm off code!

2001-07-18 Thread Jason Henderson
To the people who are offended by a God Bless tag line I say: GET OVER IT! And if you don't like the fact that my message does not refer to the Palm in any way, TOO BAD. -- Jason Henderson Software Engineer EagleSoft, A Patterson

RE: SelectDay Function

2001-07-18 Thread Jason Henderson
; MemPtrFree(pDateTime); -- Jason Henderson Software Engineer EagleSoft, A Patterson Co. The significant problems we face cannot be solved by the same level of thinking that created them. - Albert Einstein -Original Message

RE: SelectDay Function

2001-07-18 Thread Jason Henderson
I'm no Palm programming expert that's just how I did it. -- Jason Henderson Software Engineer EagleSoft, A Patterson Co. The significant problems we face cannot be solved by the same level of thinking that created them. - Albert

RE: Installation Problems

2001-07-13 Thread Jason Henderson
on our cd CmInstallCreator(szCreatorID, 0); // szCreatorID is a string here UnUseDLL( SUPPORTDIR ^ CondMgr.dll ); Hope this helps. -- Jason Henderson Software Engineer EagleSoft, A Patterson Co. The significant problems we face cannot

RE: Installation Problems

2001-07-13 Thread Jason Henderson
it. -- Jason Henderson Software Engineer EagleSoft, A Patterson Co. The significant problems we face cannot be solved by the same level of thinking that created them. - Albert Einstein -Original Message- From: Peter Mott [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 10:40 AM

RE: search function

2001-07-12 Thread Jason Henderson
Of course its possible. Look up info on the Global Find Facility. -- Jason Henderson Software Engineer EagleSoft, A Patterson Co. The significant problems we face cannot be solved by the same level of thinking that created them

RE: search function

2001-07-12 Thread Jason Henderson
block passed by the system's Find utility is preconverted, so it can be passed straight through to FindStrInStr. -- Jason Henderson Software Engineer EagleSoft, A Patterson Co. The significant problems we face cannot be solved

RE: Can Palm Inc own the word Palm ?

2001-07-11 Thread Jason Henderson
Funny as heck though. Thanks for the laugh. -- Jason Henderson Software Engineer EagleSoft, A Patterson Co. The significant problems we face cannot be solved by the same level of thinking that created them. - Albert Einstein

RE: is there any utility which converts a bmp file into palm reso urce

2001-07-03 Thread Jason Henderson
if you use constructor... create a bitmap of the appropriate size in constructor, then copy and paste. -Original Message- From: Gaurav Palvia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 3:01 AM To: Palm Developer Forum Subject: is there any utility which converts a bmp

applications category

2001-06-29 Thread Jason Henderson
How do I set the category of my app in the Applications app on an install? Can I do it programmatically through CodeWarrior or my conduit? thanks Jason Henderson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support

RE: Conduit options..

2001-06-29 Thread Jason Henderson
Write your own dialog window with the options you want. Jason Henderson -Original Message- From: Craig Gatter [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 4:47 PM To: Palm Developer Forum Subject: Conduit options.. I've been working on a conduit for my palm

Re: urgent

2001-03-02 Thread Jason Henderson
Don't get mad at me for responding to an "urgent" message... emulator.exe -psf filename.psf you can find this in the UsingPOSE.pdf documentation under Downloading and Running Palm OS Emulator/Command Line Options. Jason Henderson Software Engineer EagleSoft, A Patterson Co. i have a

SysFormPointerArrayToStrings

2001-01-26 Thread Jason Henderson
Do I need to free the handle returned from SysFormPointerArrayToStrings? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: How to test for valid pointers?

2001-01-25 Thread Jason Henderson
"Again, if you see someone repeatedly using the list for basic questions, then fine, slam him." This is ticking me off! Why would you slam someone for asking a question!? Developing for the Palm would be a lot easier if the documentation didn't suck! I have asked several questions on this list

Re: Where ths Palm magazines?

2001-01-25 Thread Jason Henderson
An e-zine with regular articles and QA, or a email newsletter with the same would be good. "Ben Combee" [EMAIL PROTECTED] wrote in message news:37168@palm-dev-forum... BTW, I find it easier to get information from microsoft than Palm. The main reason is the number of resources available.

Re: Dynamically created list - how to add items to them?

2001-01-24 Thread Jason Henderson
Use LstSetDrawFunction and draw the characters with WinDrawChars. Handle a popup list like you would any other dynamic list with one exception. You need to store a pointer to the popup trigger label text for the entire life of the list. "Timothy Astle" [EMAIL PROTECTED] wrote in message

CmSetCreatorValueDword returns -7

2001-01-17 Thread Jason Henderson
What does -7 mean? Is it PS_ERROR_INVALID_SECTION defined in instappd.h or ERR_UNABLE_TO_CREATE_CONDUIT defined in condmgre.h? My creator id is EAGL and I'm calling the function like this: CmSetCreatorValueDword("EAGL", "TaskSync", dwTask); dwTask is a dword value The TaskSync value in the

first sync of app gets no data

2001-01-15 Thread Jason Henderson
Is there a way to sync data during the same hot sync that my app's installation occurs? It shows on the palm hot sync screen but no data is actually transferred until I hit hotsync again. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

bitmap drawing error

2001-01-10 Thread Jason Henderson
on that line that says I may have a mem leak, but I can't find any possible leak. Thanks Jason Henderson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

multi-segmenting problems

2001-01-08 Thread Jason Henderson
st version of "MyApp", please report this to the application author. Anyone know what this means? thanks Jason Henderson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: global find problem

2001-01-05 Thread Jason Henderson
using multiple databases or give me a clue as to what is happening here? Thanks "Jason Henderson" [EMAIL PROTECTED] wrote in message news:34676@palm-dev-forum... I am trying to put the global find functionality into my app, and I am using the code from The Developer's Guide book. E

Re: global find problem

2001-01-04 Thread Jason Henderson
? "Scott Johnson (Bellevue)" [EMAIL PROTECTED] wrote in message news:34711@palm-dev-forum... From: Jason Henderson [mailto:[EMAIL PROTECTED]] I am trying to put the global find functionality into my app [...] the heck is going on?! Does this have something to do with the no global

Re: strange resource problem

2001-01-02 Thread Jason Henderson
I'm impressed, however, I'm using neither FrmCopyTitle() or FrmCopyLabel in this function. I am using it in some areas, but those areas aren't used in this scenario. There is a label, Pharmacy:, on my form and it is the last one. Here is the code: static Boolean ViewRx(Word wSelection) {

strange resource problem

2000-12-29 Thread Jason Henderson
acing them completely offscreen. In constructor, the button is located at the bottom of the form, but it is not visible at runtime. Why am I getting this message and what might be causing it? Thanks Jason Henderson -- For information on using the Palm Developer Forums, or to unsubscribe, please