Re: Detect Keyboard Event

2002-02-08 Thread Sajul Pamban Nandakumar
Hi Blair, You have to check for the keyboard event on the eventloop. This has to be done just after EvtGetEvent and before the SysHandleEvent call. Once the event is passed to syshandle event it is outside your control. Check for the vchrKeyboard/vchrKeyboardAlpha/vchrKeyboardNumeric

Re: Debuggin w. Pose question

2002-02-08 Thread scott
On Sat, Feb 09, 2002 at 12:52:32AM -0500, Kevin Del wrote: > Hi thanks for the info. > > Strangely that thread seems to be missing from news.massena.com, though there are >some messages with that date. I searched all the subjects on that group and checked >deja-news for good measure. I just

Re: Debuggin w. Pose question

2002-02-08 Thread Kevin Del
Hi thanks for the info. Strangely that thread seems to be missing from news.massena.com, though there are some messages with that date. I searched all the subjects on that group and checked deja-news for good measure. I saw a reference to that thread where they mention a patch to gcc and ano

Interface library to Magellan GPS

2002-02-08 Thread Harry Ohlsen
Now that I have my networking code talking, I'm looking at the next stage of the development. I want to be able to interface with a Magellan GPS sled for the Palm V (although, the final version will be for the m505). I've looked at the Magellan site, but couldn't find any information about wr

RE: After 16 successful connections, calling NetLibSocketOpen ret urns netErrTooManyTCPConnections (0x124F). What is going wrong?

2002-02-08 Thread Schettino, John
Couple Ideas for ya: 1) 3 second delay --- use SysTaskDelay so the OS can do some work - that will probably do it. 2) other though if #1 doesn't do it, you have your linger (remain open) set for 3 seconds, and you sleep for 3 seconds. Things are not that exact, so I'd linger less or sleep more (

Re: Help! Backup changes UniqueIDs in database??

2002-02-08 Thread Joe
--- Paulo Raffaelli wrote: > > I am having a problem with Palm desktop's Backup; I can > install my app's .pdb file on my handheld and then back > it up, but the backed up version of the .pdb does not > have the same Unique IDs for the records as the original > ... > Changing the unique IDs b

Re: OS 5 == High Development Cost?

2002-02-08 Thread scott
On Fri, Feb 08, 2002 at 05:48:31PM -0500, Stringer wrote: > > The dr5 version of the Simulator runs just great on a Win ME > system, though I haven't tried it on a Win95 or Win98 system > yet. Has anyone tried it on these Win OS versions? > > Roger Stringer > Marietta Systems, Inc. Seems to ru

RE: Very Low Incidence of Missing Alarms

2002-02-08 Thread Kevin OKeefe
That is an interesting possibility... Thanks! Kevin -Original Message- From: Richard M. Hartman [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 2:51 PM To: Palm Developer Forum Subject: Re: Very Low Incidence of Missing Alarms "Kevin OKeefe" <[EMAIL PROTECTED]> wrote in m

Re: Screen Resolution

2002-02-08 Thread Stringer
>Subject: Re: Screen Resolution >From: Max Bian <[EMAIL PROTECTED]> >Date: Wed, 6 Feb 2002 08:32:32 -0800 (PST) > >Thanks. If I would like to have my app take advantage of the >high res on those devices, which approach is better (recommanded >by Palm): two form resources for both 160 and 320 re

Re: Very Low Incidence of Missing Alarms

2002-02-08 Thread Richard M. Hartman
"Kevin OKeefe" <[EMAIL PROTECTED]> wrote in message news:76149@palm-dev-forum... > >Just wondering if any of you have occasionally not received alarms set by your application. > >Our application uses alarms extensively to randomly prompt patients about various subjective >measurements and such.

Re: OS 5 == High Development Cost?

2002-02-08 Thread Stringer
>Subject: Re: OS 5 == High Development Cost? >From: "David A. Desrosiers" <[EMAIL PROTECTED]> >Date: Wed, 6 Feb 2002 13:50:00 -0800 (PST) > >> The new Simulator only runs under Windows NT/2k. >>It does not emulate the > ARM instruction set of a ROM >> image, as POSE does, >There goes 2/3 of the

Re: CW 8.1 / __rethrow ... is undefined

2002-02-08 Thread Paul Anthony Mandrafino
Thanks Ben, Apparently I'm not the only one experiencing this problem. Your solution worked. I just replied to someone else having the same problem and referred him to this thres. Regards, paul "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:75845@palm-dev-forum... > > "Paul Anthony

Re: __rethrow...

2002-02-08 Thread Paul Anthony Mandrafino
"Nicholas Pleis" <[EMAIL PROTECTED]> wrote in message news:76172@palm-dev-forum... > > I'm attempting to port my GCC projects over to > codewarrior and am running into a link error: > > __rethrow referenced from __unexpected is not defined. If you are using CodeWarrior 8, make sure get the update

__rethrow...

2002-02-08 Thread Nicholas Pleis
I'm attempting to port my GCC projects over to codewarrior and am running into a link error: __rethrow referenced from __unexpected is not defined. Does anyone know what this means? I can not make ANY sense out of it... Thanks! __ Do You Yahoo!?

Re: Using Palm OS Simulator

2002-02-08 Thread Richard M. Hartman
Whoof. Somehow my IE settings were set to never check for new content if the page was cached. No wonder I couldn't see the new stuff when it showed up. I think that setting was also interferring w/ my attempt to revisit the seeding area (the link to which goes through a cgi script ...) Ok, sor

Re: Detect Keyboard Event

2002-02-08 Thread Paul Nevai
You could test FrmGetActiveFormID(). This is not at all foolproof. OS 4.0+ uses a new ID as opposed to 3.5 and below. /Paul [pedit - LapTopHack - superFinderHack] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Using Palm OS Simulator

2002-02-08 Thread Richard M. Hartman
Hey! All of a sudden I don't have access to the seeding area! I could get there this morning!! -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! "Laurie Davis" <[EMAIL PROTECTED]> wrote in message news:76161@palm-dev-forum... > > I did not sign up for

Re: Illegal initialization? address table?

2002-02-08 Thread Ben Combee
"GB" <[EMAIL PROTECTED]> wrote in message news:76142@palm-dev-forum... > > Thanks again. It seems to me that the functions that make up the > application would all move around as a unit, and there appears to > be no problem calling a function at any given time. So (to me) it > stands to reason

Re: Debuggin w. Pose question

2002-02-08 Thread scott
On Fri, Feb 08, 2002 at 03:21:12PM -0500, Kevin Del wrote: > Hello all, > > The problem is every time the gremlin starts or stops the app, I have to give the >debugger (m68k-palmos-gdb on linux) the continue command, then go to pose and tell it >to resume the gremlin. You can remedy this situa

Help! Backup changes UniqueIDs in database??

2002-02-08 Thread Paulo Raffaelli
Hi, I am having a problem with Palm desktop's Backup; I can install my app's .pdb file on my handheld and then back it up, but the backed up version of the .pdb does not have the same Unique IDs for the records as the original (the data itself is unchanged). This happens even if the app isn't

Re: Bluetooth Development

2002-02-08 Thread Dave Lippincott
Buy.com for hardware (no Palm specific stuff yet) Bluetooth.com for the specification - Original Message - From: <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 2:31 PM Subject: Bluetooth Development > I'm just getting ready to wrap u

Debuggin w. Pose question

2002-02-08 Thread Kevin Del
Hello all, I have a palm application that fails using one of the gremlins. I want to have the debugger open while the gremlin runs so that I can debug it, and once I zero in on the problem can set breakpoints etc. The problem is every time the gremlin starts or stops the app, I have to give th

Re: Using Palm OS Simulator

2002-02-08 Thread Laurie Davis
I did not sign up for anything special. I found it in the "Palm OS Development Seeding Area" under "International Web Clipping Tools". I have no idea what it has to do with web clipping tools, but ... I have managed to get the simulator running, but I have not yet figured out how to get the CodeW

Debuggin w. Pose question.

2002-02-08 Thread Kevin Del
Hello all, I have a palm application that fails quite using one of the gremlins. I want to have the debugger open while the gremlin runs so that I can debug it, and once I zero in on the problem can set breakpoints etc. The problem is every time the gremlin starts or stops the app, I have to g

RE: Can we use FrmGotoForm() if the current form has Gadgets

2002-02-08 Thread Evan Wise
Uva, it sounds as though you are trying to access data in the Gadget when it is unallocated and/or invalid. Make sure that you have valid memory in your Gadget before you attempt to do anything. The reason for the error in ApplicationHandleEvent is probably due to the form cleanup that occurs a

Bluetooth Development

2002-02-08 Thread [EMAIL PROTECTED]
I'm just getting ready to wrap up my time here at Palm Source and am very interested in developing some product concepts with bluetooth. My initial problem is getting the hardware to do the development. Does anyone know if there is a software only bluetooth emulator (so you can connect multip

After 16 successful connections, calling NetLibSocketOpen returns netErrTooManyTCPConnections (0x124F). What is going wrong?

2002-02-08 Thread Butler, Nick
After 16 successful connections, calling NetLibSocketOpen returns netErrTooManyTCPConnections (0x124F). What is going wrong? I implement the solution as described in and setting the linger option has no effect. Is anyone else having this problem with

RE: Very Low Incidence of Missing Alarms

2002-02-08 Thread Kevin OKeefe
Addendum: Yes, I've read the archives and I'm familiar with reports of Vx/IIIx alarm problems in '99. Still there? Kevin -Original Message- From: Kevin OKeefe Sent: Friday, February 08, 2002 10:32 AM To: Palm Developer Forum Subject: Very Low Incidence of Missing Alarms Just wonder

Re: Localized appl. Qn

2002-02-08 Thread Ken Krugler
At 12:00am -0800 02-02-08, Palm Developer Forum digest wrote: >Now i am going to localizing my appl. >I read through "Using Overlays to Localize Resources" and "PalmOS >Programmer's Compaion - Localized Applications" also sample of "Address" > >i got a brief idea on that, but still alot of Qn. >I

Re: Using Palm OS Simulator

2002-02-08 Thread Richard M. Hartman
I don't see the OS Simulator on the dev seed page ... is there a page where you have to sign up w/ an OS 5 seeding program first before you can see it? -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! "Laurie Davis" <[EMAIL PROTECTED]> wrote in messag

Re: !!!pdb file

2002-02-08 Thread Richard M. Hartman
Do you have ABC.DLL on your computer? Perhaps he has a conduit installed that you do not, and for some reason that conduit is conflicting with your PDB file. Did you use your own registered creator ID on the PDB file? If so, then the conduit (if it is not yours) shouldn't be doing this. Otoh,

Very Low Incidence of Missing Alarms

2002-02-08 Thread Kevin OKeefe
Just wondering if any of you have occasionally not received alarms set by your application. Our application uses alarms extensively to randomly prompt patients about various subjective measurements and such. While doing a study involving 100's of users with 1000's of alarms going off, we noti

RE: OS 5 == High Development Cost?

2002-02-08 Thread Regis Nicolas
It also works on 9x. PalmOS 5.0 has an abstraction layer which allows the same code to run native on several different HW, including WinTel platforms. Note that unlike POSEr the code runs native, thus very fast and easily debuggable with a native debugger (pick yours). As Jim mentioned there is no

Re: Using Palm OS Simulator

2002-02-08 Thread Laurie Davis
I have tried that, I still get the following CodeWarrior log message: CmdReadRemoteMem: error in SlkReceivePacket = Serial Link timeout. Trying to Read address 0x0 "Oliver Steinmeier" <[EMAIL PROTECTED]> wrote in message news:76141@palm-dev-forum... > > > How do I select the simulator as the t

Re: Illegal initialization? address table?

2002-02-08 Thread GB
Thanks again. It seems to me that the functions that make up the application would all move around as a unit, and there appears to be no problem calling a function at any given time. So (to me) it stands to reason that whatever method works for locating functions should work for locating constan

Re: Using Palm OS Simulator

2002-02-08 Thread Oliver Steinmeier
> How do I select the simulator as the target? In the IDE preferences, Debugger -> Palm Connection Settings, set Target: Palm OS Emulator Use TCP/IP Sockets: checked Emulator: enter your path/filename for your Simulator Oliver __ Do You Yahoo!?

Re: Using Palm OS Simulator

2002-02-08 Thread Ben Combee
"Laurie Davis" <[EMAIL PROTECTED]> wrote in message news:76130@palm-dev-forum... > > I have downloaded the new Palm OS Simulator from the Palm website: > > http://www.palmos.com/alliance/resources.cgi/devseed/ > > When I try launching my application in the simulator I get the message: > > "PalmSim

Re: Illegal initialization? address table?

2002-02-08 Thread Ben Combee
"GB" <[EMAIL PROTECTED]> wrote in message news:76135@palm-dev-forum... > > Thanks for the response. Yes I have the pcrelconstdata pragma > on, and that helped somewhat, but the problem is that the array > length is variable, so I didn't want to chew up a bunch of space > by predefining the array

Re: Revisiting the dynamic scrollbars debate

2002-02-08 Thread Terry Dennis
re: FrmAddSpaceForObject does work like a charm, and doesn't even seem all that hackish I sure hope it's not "hackish" ... the concept was cloned from the Palm 3.5 source where they add other dynamic UI objects. That's why it works so well, and why it "shouldn't" be that big of a deal for Palm t

Detect Keyboard Event

2002-02-08 Thread Blair Kingsland
I want to detect when the system keyboard is popped up. Using PalmOS3.5 and POSE3.3. The POSE debug file shows a penDownEvent, penUpEvent and keyDownEvent when the virtual key is pressed to popup the keyboard. But the events do not show in any events in the Form_HandleEvent routine. I can't test

Re: Illegal initialization? address table?

2002-02-08 Thread GB
Thanks for the response. Yes I have the pcrelconstdata pragma on, and that helped somewhat, but the problem is that the array length is variable, so I didn't want to chew up a bunch of space by predefining the array length for the longest one, ... so I included a pointer to an array instead. It

newbie database help

2002-02-08 Thread David Russell
hey there, im trying to develop a database app which will take information gathered from the handheld and synchronise it with a database on the desktop, possibly access. i am developing the app using the j2me wireless toolkit, and the ktoolbar development environment i was wondering if anyone

Using Palm OS Simulator

2002-02-08 Thread Laurie Davis
I have downloaded the new Palm OS Simulator from the Palm website: http://www.palmos.com/alliance/resources.cgi/devseed/ When I try launching my application in the simulator I get the message: "PalmSim.exe has generated erros and will be closed by Windows. You will need to restart the program.

strange problem- fldgetselection

2002-02-08 Thread ram
Hello every body, the start and the end parameters retrieve correct positions, but some times it sows some values like -5674 (-ve values ). Do help me out in sorting this out. Thank you Ram -- For information on using the Palm Developer Forums, or to unsubscribe, please see http:

Re: Revisiting the dynamic scrollbars debate

2002-02-08 Thread dan mason
Terry - thanks, somehow I missed that when reading the archives; :). FrmAddSpaceForObject does work like a charm, and doesn't even seem all that hackish; I hope OS 5 at least allows this kind of access, which is far less intrusive that what I would have done otherwise. Sajul - well, actually, I

documents..

2002-02-08 Thread ram
hi all, where can i find articles that help me in displaying images in the handheld. ram. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Any sample codes for displaying APPLICATION ICONS in a launcher.

2002-02-08 Thread Yuva Kumar R
Hi all, I am developing a launcher application, and in that, i have some 4 forms to display various details. I am using a GADGET in the Mainform to display the application icons and selecting the applications. The mainform works perfectly well when I dont use any other forms for navigation, thr

Can we use FrmGotoForm() if the current form has Gadgets

2002-02-08 Thread Yuva Kumar R
Hi, Can we use FrmGotoForm() to navigate to some other form, if the current form has a Gadget. I am getting address error when I use FrmGotoForm() in the ApplicationHandleEvent(). Please help. Can someone pl help me with some sample codes, as to how to display the application icons in the launc

Re: Stack Overflow

2002-02-08 Thread Thomas Maeder
Eli Mandel wrote: > > I have implemented my serial communications handler as a > WakeupHandlerProc() > to be triggerred upon detecting an incoming byte. The SDK docs say: "Because wakeup handlers are called during interrupt time, they cannot call ANY Palm OSĀ® system functions that may block the