Re: Setting Help "Topic" at runtime!

2001-06-09 Thread Per-Eric Larsson
Ok - that was my idea aswell so here's the next question: What event do I trap? I've found no reference of a "helpevent" so I guess I must go for a PenDownEvent or PenUpEvent I have little experience in handling these so any guidance would be appreciated ! /Per-Eric "Aaron Ardiri" <[EMAIL PROTEC

Re: Shared Libraries & C++

2001-06-09 Thread Ben Combee
"Randy Eaton" <[EMAIL PROTECTED]> wrote in message news:52415@palm-dev-forum... > > I have developed an extensive amount of C++ code that I would like to move > to a shared library rather than be linked into each application. Does anyone > know how I would go about this? > All of the exam

Re: globals and shared libs.

2001-06-09 Thread Dave Lippincott
Close, I doubt he would have to assign each element individually. Anyway, the data has to get typed in at some point. What exactly would be the difference? - Original Message - From: "Eric W. Sirko" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTEC

Shared Libraries & C++

2001-06-09 Thread Randy Eaton
I have developed an extensive amount of C++ code that I would like to move to a shared library rather than be linked into each application. Does anyone know how I would go about this? All of the examples I've seen are straight C code but there must be some way to do it. -- For informat

Adding List to form

2001-06-09 Thread Kevin Mckee
When I add an additional drop-down list to my form and upgrade to the newer program (the .prc file), it removes the first two characters from the first field (only) in each of my records. If I reload the older .prc program, the first two characters re-appear. Any ideas? Regards, Kevin Mckee [E

Re: CW6 running on Win2000

2001-06-09 Thread John Stephenson
You might want to consider upgrading to CW 7. I have been running it on Win2k and Win95 for a couple months with few problems and no patches ( to the OS's or CW ). spike >From: "John J. Corelli" <[EMAIL PROTECTED]> >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> >To: "Palm Developer Fo

Re: CW6 running on Win2000

2001-06-09 Thread Aaron Ardiri
> Greetings again (BTW: Happy B-day Aaron) - :P under the circumstances.. had better years :) i got an SMS last year from a developer *grin* :P > I'm back to running my dev tools on my win2k box. I'm running CW-R6 with > the latest version of POSE (3.1). I've gone through the process of >

more Timer Latency...

2001-06-09 Thread John J. Corelli
I'm guessing my problems with the latency of the reaction time of the s/w versus the real time has to do with the OS getting and servicing the interrupt. I don't want to get down to the hardware of the on-board timer to get more accurate timing down to 10 msecs. (this can only cause problems w

Timer latency question

2001-06-09 Thread John J. Corelli
Hello developers - I have a stopwatch timer that is controlled by the application buttons (start/stop and split functions). At the POSE level, I am seeing anywhere between 30 to 110 milliseconds latency from the time I 'press' on a split button to the time when the application loop comes around

CW6 running on Win2000

2001-06-09 Thread John J. Corelli
Greetings again (BTW: Happy B-day Aaron) - I'm back to running my dev tools on my win2k box. I'm running CW-R6 with the latest version of POSE (3.1). I've gone through the process of installing the necessary updates and Debugger plugins, but my debugger environment is still not stable. When I

RE: Desktop App

2001-06-09 Thread Aaron Ardiri
> > Is there any site which offers a Destop app source code in VB, > > please let me know i need one very urgently. > > Bhaski, > > You need to explain what you mean by "a Destop app source code in VB", > because it sounds like something that has nothing to do with Palm OS > programming. bhas

Re: Setting Help "Topic" at runtime!

2001-06-09 Thread Aaron Ardiri
> I've found no function to change the helpID for a FORM resource at runtime. > I have a form in an application that I use for two purposes, I want the help > text to change, depending on from where the form was called > > I'm using falch.net dev studio and gcc, prctools and all of that > > I'm

RE: Desktop App

2001-06-09 Thread Richard Burmeister
> From: Bhaski > > Is there any site which offers a Destop app source code in VB, > please let me know i need one very urgently. > Bhaski, You need to explain what you mean by "a Destop app source code in VB", because it sounds like something that has nothing to do with Palm OS programming. --

Setting Help "Topic" at runtime!

2001-06-09 Thread Per-Eric Larsson
I've found no function to change the helpID for a FORM resource at runtime. I have a form in an application that I use for two purposes, I want the help text to change, depending on from where the form was called I'm using falch.net dev studio and gcc, prctools and all of that I'm down to two p

Str[N]Compare performance in 4.0

2001-06-09 Thread Stringer
>Subject: Str[N]Compare performance in 4.0 >From: Ken Krugler <[EMAIL PROTECTED]> >Date: Fri, 08 Jun 2001 15:51:26 -0700 > >> > From: Kevin >> > >> > I have a commerical application that has run fine under >> > all 3.x version of PalmOS. Under 4.0 it runs very slowly. >> > I have not been abl

Managing events

2001-06-09 Thread Stringer
>Subject: Re: Managing events >From: "George Aslanis" <[EMAIL PROTECTED]> >Date: Fri, 8 Jun 2001 12:22:10 -0400 > >I have to disagree. C programming is primarily the manipulation >of pointers not switch statements. Yes, all compilers have to handle >pointers, but "C" allows the programmer to dec

Something like "menuCmdBarOpenEvent" in OS prior to 3.5

2001-06-09 Thread Max Vlasov
Are there events in PalmOS before 3.5 to track the appereance of "Command:" message on the screen? It should be something like menuCmdBarOpenEvent in 3.5, but I could not find it. Thanks Max -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm

RE: FrmRemoveObject

2001-06-09 Thread Manikumar Kandhasamy
Hi, When you are creating new Objects, frmPP will be changing and you have to use the new frmPP returned when you create the new object. You are using the value that becomes invalid once you create a new object. FormPtr * frmPP = &frmP; >From the documentation you can get the explanatio

Desktop App

2001-06-09 Thread Bhaski
Hi Is there any site which offers a Destop app source code in VB, please let me know i need one very urgently. Bye Bhaski _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.com -- For information o

Re: detecting compiler

2001-06-09 Thread Aaron Ardiri
> IIRC, gcc defines _GNU_C_ or __GNU_C__ or something to that effect. > That should be something you can search the docs for easily enough. __GNUC__ :) // az [EMAIL PROTECTED] http://www.ardiri.com/<--- free games! -- For information on using the Palm Developer Forums, or to unsubscrib