RE: timer??

2001-02-26 Thread Cox, Mark
check out http://oasis.palm.com/dev/kb/manuals/1724.cfm One solution would be to put the function in a do loop until a specific time is reached. -Original Message- From: maggie lim [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 24, 2001 10:54 PM To: Palm Developer Forum Subject: ti

Multi platform PDA development

2001-02-26 Thread Bjoern Knafla
Hej, I am currently enrolled in a project targeted at different PDA's (PalmOS and WindowsCE) which is my debut to PDA programming too. I have searched the net for open source document/html viewers (and found "Plucker" which seems to be really nice) which I want to use as a starting point for a mu

Re: CW7 Always Crash When Compile

2001-02-26 Thread Ben Combee
"Wang Yan-FYA009" <[EMAIL PROTECTED]> wrote in message news:40895@palm-dev-forum... > > Hi, group, > > I have two graphic push button on a form. They used to work fine. Now I add > a new one with two bitmaps size 16x12. I don't know how many color it should > be. When I try 256 do a recolor with c

Re: Objective C

2001-02-26 Thread Ben Combee
"Philip Sheard" <[EMAIL PROTECTED]> wrote in message news:40631@palm-dev-forum... > > Has anyone tried Objective C in CW? I cannot find any documentation about > it, and I seem to fall at the first hurdle, as I cannot find a header file > Object.h. Objective C isn't supported. The base compiler

Re: Getting reference to field on remote form.

2001-02-26 Thread Randy Brown
Steve wrote: >>When you say "the following doesn't seem to work", what doesn't work? Have you checked with the debugger to see if ptrToOtherForm has a valid value? Has the 2nd form been opened and initialized?<< I was able to work through this. I used FrmIntiForm(mySecondForm) to get a poin

Palm Platinum test

2001-02-26 Thread Richard.Johnstone
In the palm platinum test, the app must reach 1 Mil gremlins. Does this mean the gremlin range is from 0 to 100? Everytime I run it like this, it is still running gremlin #0 but doing 1 million events. Is that right?? Also, the switch after X exents. What does this do?? What is the correct gr

RE: Magnetic card reader for Palm?

2001-02-26 Thread Charles L. Christensen
the only MSR I know of is a symbol unit that is used on the spt-17xx family. I don't think building an "PlugOn" would be that difficult. Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cox, Mark Sent: Wednesday, February 21, 2001 1:05 PM To: Palm

Re: error message

2001-02-26 Thread Steve Achelis
I'm guessing (I don' t have the Palm source code, but I've received the message myself and this was the cause): You're calling a memory function with an invalid memory handle. For example, you are calling MemHandleLock( hHandle) but hHandle isn't valid (i.e., you never called hHandle = MemHandleN

Re: Deleting older version of app

2001-02-26 Thread DIAMOND JEFF
This makes it sound like you CAN have two databases exist simultaneously with the same name. But in a previous discussion, several people insisted that you couldn't. What am I missing? Danny Epstein wrote: > I'm assuming that you didn't bump the version number when you released the > second v

RE: Debugging on device with CW R7

2001-02-26 Thread Richard Burmeister
> From: DeAnna Davidson > > Maybe I just haven't done it in a long time and I've forgotten, but does > downloading to the device for debugs seem unusually slow in R7 to anyone > else? > Just yesterday, Jun-Kiat Lam said "This is a known issue in the R7 debugger when debugging via serial to device

Re: Stepping into library code

2001-02-26 Thread Ben Combee
"Chris Percival" <[EMAIL PROTECTED]> wrote in message news:40892@palm-dev-forum... > > Ben, can you elaborate on your points please? By 'drag the project' do you > mean dragging the project file in explorer or in Codewarrior? If you mean > in Codewarrior, what exactly do you drag? I meant drag

Re: Question about mixing OS3.1 and OS3.5 calls....

2001-02-26 Thread Ben Combee
"DIAMOND JEFF" <[EMAIL PROTECTED]> wrote in message news:40633@palm-dev-forum... > > I'm trying to write code that works under both OS 3.5 and OS 3.1. > > The only way to insert OS 3.1 specific calls into my OS 3.5 compiler SDK > is to include . Like Chris said, the PalmCompatibility.h header is

RE: Constructor/Bitmaps/Link Errors

2001-02-26 Thread Chris Yourch
>>If you are using different versions, let us know what >>version of Constructor you are using and what version >>of the post linker you have, and I'll be better able to help you. >> >>-hkmlt >> >>> >>>Constructor: 1.6.0.2 >>>PalmRezPostLinker.dll: 4.5.0.2 You need to replace yo

Re: Using ansi c (calloc)

2001-02-26 Thread Stephan Veigl
Hi Carl > I have an app with numerous calls to calloc. I've included the file #include > which directs to the cstdlib file which in turn holds the > prototype for calloc. Palm OS has it's own mem-management, so you should avoid std C mem-functions (e.g. malloc, calloc, free, ...) use Palm OS

Menu command bar overwrites screen and causes a problem

2001-02-26 Thread Chris DiPierro
I've got 3 buttons across the bottom of the screen. One menu selection changes the text of these buttons. This works just fine if you select it from a proper menu. However, if you select it from its shortcut, the following happens: 1) The menu command bar pops up 2) The buttons are relabeled and

Re: Question about mixing OS3.1 and OS3.5 calls....

2001-02-26 Thread Chris DiPierro
Simply put, if your app must work on both 3.1 and 3.5, then use only 3.1 calls. The SDK docs clearly state which calls are OS/3.5 only. Alternatively, grab the PalmOS version # (or the appropriate features) and code around the version. But really, there's only a few things 3.5 can do that 3.1 can'

Re: Netlibe - Recieve line vs known length.

2001-02-26 Thread Matt Mason
I really want the berkely socket call equivalent Recieve(SocketRef, Ending_Character, wait_Time); Matt Mason <[EMAIL PROTECTED]> wrote in message news:40930@palm-dev-forum... > > I would like to read a line from a socket, not knowing its length ahead of > time, but am not sure which System mapped

Question about mixing OS3.1 and OS3.5 calls....

2001-02-26 Thread DIAMOND JEFF
I'm trying to write code that works under both OS 3.5 and OS 3.1. The only way to insert OS 3.1 specific calls into my OS 3.5 compiler SDK is to include . But what this header does is simply rephrase my OS 3.1 call back to its OS 3.5 analogy. Now my question is this: If this compile method wou

Objective C

2001-02-26 Thread Philip Sheard
Has anyone tried Objective C in CW? I cannot find any documentation about it, and I seem to fall at the first hurdle, as I cannot find a header file Object.h. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Clean up....

2001-02-26 Thread Randy Brown
Sam - I believe you also need to do a MemHandleUnlock(txtH). [rb} At 09:33 AM 02/21/2001 -0800, you wrote: >I'm using the following code to create a string list for a list and when I >exit the app I'm getting "SystemMgr.c Line:4192, Possible memory leak." >Would anyone let me know what ki

Re: handling Checkbox

2001-02-26 Thread Elizabeth Featheringill
use that ctlSelectEvent for checkboxes For a table with checkboxes, use tblSelectEvent. If you look in the documentation, tblSelectEvents return the row, column, table ID and so forth. Anyway, say all of your checkboxes were in column 0. case tblSelectEvent: switch (col){ case 0:

RE: How to add small icon into application for application list

2001-02-26 Thread Jason Partyka
The strange part is I'm not the only one having trouble creating a small icon. I followed the instructions at http://oasis.palm.com/dev/kb/faq/1457.cfm (which are virtually identical to Heather's), to no avail. -Jason Jason A. Partyka HighTower, Inc. 7301 N. Lincoln Avenue Lincolnwood, IL 6

Re: Using ansi c (calloc)

2001-02-26 Thread DIAMOND JEFF
My understanding is that there is no stdlib on the Palm, but Palm creates a stdlib-like header (by a different name) solely for use in development, but not in final products. You really should use the Palm view on memory, which is different than the C view. Especially since on the Palm memory i

How do I create a 72 point font like CreateFontIndirect(&lf) in Win32

2001-02-26 Thread Michael Wesley
Hello, I am trying to create a 72 point font using 'c'. I don't have an example for FntDefineFont and I think that is what I should be using ... Any help is appreciated ... Thanks in advance ... -- Michael S. Wesley [EMAIL PROTECTED] -- For information on using the Palm Developer Forums,

Re: Code0 resource format

2001-02-26 Thread krollin
It should be the same as the Mac's: -- Keith [EMAIL PROTECTED] (Carpathia) on 02/25/2001 01:37:16 PM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] (Carpathia) To: "

timer??

2001-02-26 Thread maggie lim
can i write a code on create a timer, so as to stop execute a particular function after the timer stop. if it is possible can someone tell me how to do it _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmai