Re: Events during Alert Box

2002-04-15 Thread John Crouch
I am using the Symbol MSR (Magnetic Stripe Reader). This library runs in two modes: buffered mode or unbuffered mode. Buffered mode requires the app to issue an arm to read command to the MSR. The app then sits waiting for the card to be swiped by the user. You cannot do anything else while

Re: Events during Alert Box

2002-04-15 Thread John Crouch
Thank you Peter and everybody else for their input. I think I am going to create a replacement for my use of FrmCustomAlert and a keyboard replacement function. Can anyone offer me tips or a starting point for either of these two routines? FrmCustomAlert Replacement: Today I use a generic

Events during Alert Box

2002-04-05 Thread John Crouch
When an alert box is being displayed via the FrmCustomAlert() function call, my app does not receive any events. We have a need to trap events during this time. Am I missing something or is this correct - we don't get events when an alert box is up? -- For information on using the Palm

StrNCopy()

2002-04-04 Thread John Crouch
I want to use StrNCopy() with a single byte character string. I understand that if the src string is less than n-characters in length that the dst string gets padded to the right with NULLs. This is good. But if the src is n-characters or longer then no NULL is appended to the dst string and

Re: Browser on the Palm

2002-02-03 Thread John Crouch
Thanks for the info. We currently have Symbol 1740 devices which will allow us to connect to the web server (intranet web server) on our network from the PDA. So I would need a browser to download into that unit as a starting point. Can you recommend other locations to find web browsers for

Re: App w/Large Amount of Data

2002-02-03 Thread John Crouch
I agree. We would need to force a min number of characters for the begins with query. Something like 3 or 5 chartacters may do the job. Jim Cooper [EMAIL PROTECTED] wrote in message news:75537@palm-dev-forum... but you may need to work on the partial name searching. It seems silly to

Re: App w/Large Amount of Data

2002-02-03 Thread John Crouch
Amount of Data From: John Crouch [EMAIL PROTECTED] Date: Fri, 1 Feb 2002 17:55:05 -0500 I am looking for opinions and ideas on what tool could be used to develop an app on the Palm that will allow filtering and viewing data from a pdb with as many as 100,000 records. Each record would

Re: App w/Large Amount of Data

2002-02-03 Thread John Crouch
Douglas and Hal, I appreciate your response. I know it takes time to read these messages and then reply, so I really do appreciate it. We have Symbol 1740 units but we're torn between using our own equipment or the client's. We're really early in the investigation phase of this project so

App w/Large Amount of Data

2002-02-01 Thread John Crouch
I am looking for opinions and ideas on what tool could be used to develop an app on the Palm that will allow filtering and viewing data from a pdb with as many as 100,000 records. Each record would be a maximum of 100 characters in size. We may want to filter on one of two different fields to

Browser on the Palm

2002-02-01 Thread John Crouch
Can someone explain to me or send me in the right direction where I can read about how to make an app on the Palm that is browser based? Can you create web pages that can be viewed on the Palm device? When I look at browser related topics for the Palm all I ever see if reference to clipping.

Hidden Shortcut Command

2002-01-29 Thread John Crouch
How might I go about adding a hidden shortcut command to my program. I don't want it on my menu or anywhere that the user would see. Our in house users would know the shortcut so they could use it but the end user would not. -- For information on using the Palm Developer Forums, or to

Re: Hidden Shortcut Command

2002-01-29 Thread John Crouch
in message news:74982@palm-dev-forum... From: John Crouch [mailto:[EMAIL PROTECTED]] How might I go about adding a hidden shortcut command to my program. I don't want it on my menu or anywhere that the user would see. Probably difficult, since the shortcut mechanism is based on the current

appStopEvent in Emulator 3.3

2001-11-15 Thread John Crouch
I see that the newest version of the Emulator now sends appStopEvents during the gremlin testing. I like every bit of testing they can throw at me, but now I'm getting an error: -- MyAppName (1.9.0) just read from memory location 0x3452, which is in an unallocated chunk of memory.

Re: appStopEvent in Emulator 3.3

2001-11-15 Thread John Crouch
or additional input please feel free to send them along. John Crouch [EMAIL PROTECTED] wrote in message news:68010@palm-dev-forum... I see that the newest version of the Emulator now sends appStopEvents during the gremlin testing. I like every bit of testing they can throw at me, but now I'm getting

App Launcher Prefs

2001-11-14 Thread John Crouch
In the Application Launcher screen you can set the preference whether you want the apps to be displayed in LIST or ICON mode. Does anyone know how I can set this setting from within my own application? I want to be able to let my app set whether the user sees their apps in list or icon mode

Re: App Launcher Prefs

2001-11-14 Thread John Crouch
Hi Danny, thanks for the reply. The app I wrote and maintain is for internal company use only. We run it on our own hardware (Symbol 1740 units) with our own Palm 3.5 ROM burned into the Symbol units. So I am in a very controlled environment. However, I still don't like the idea of expecting

Re: StrVPrintF()

2001-11-02 Thread John Crouch
. John Crouch [EMAIL PROTECTED] wrote in message news:65794@palm-dev-forum... Why doesn't including stdarg.h work when I try to use StrVPrintF() and it's associated va_start and va_end functions? If I use unix_stdarg.h it works. Am I doing something wrong and is it ok to use the unix_stdarg.h

StrVPrintF()

2001-10-23 Thread John Crouch
Why doesn't including stdarg.h work when I try to use StrVPrintF() and it's associated va_start and va_end functions? If I use unix_stdarg.h it works. Am I doing something wrong and is it ok to use the unix_stdarg.h header file? -- For information on using the Palm Developer Forums, or to

Re: Address Book Info

2001-10-03 Thread John Crouch
I'm locked into 3.5 because I'm working on our in house Symbol devices. I'll look and see what 3.5 Address Book app does. Thanks. Ben Combee [EMAIL PROTECTED] wrote in message news:63875@palm-dev-forum... John Crouch [EMAIL PROTECTED] wrote in message news:63865@palm-dev-forum... Can you

Re: ANN - PocketStudio - A new choice for PalmOS development

2001-10-03 Thread John Crouch
Hello Mr. Olson, this looks like a very interesting and exciting new product. I have a Delphi background and I look forward to evaluating your product. When do you think the eval version will be available? Douglas Olson - Pocket Technologies, Inc. [EMAIL PROTECTED] wrote in message

Re: Address Book Info

2001-10-02 Thread John Crouch
Can you tell me where to find this PDI library? Is this provided by Palm or imc.org? I'll take some time to look at the Palm Address Book code and see what they're doing. Thanks. Robert McKenzie [EMAIL PROTECTED] wrote in message news:63811@palm-dev-forum... vCard is an internet standard,

Address Book Info

2001-10-01 Thread John Crouch
I am capturing address information in my own application and need to store it. I am thinking of storing it in the Palm Address Book pdb. Is this something that I should consider? I'm sure I can look at the source for the address book and be able to use it's pdb but what about different

Re: Address Book Info

2001-10-01 Thread John Crouch
Thanks for the reply Bob. May I ask one more question? If I store the information in my own pdb, how might I go about giving my program the ability to beam the data to another Palm device and have the receiving Palm device accept the data and recognize it as Address Book data? I think sending

Re: Address Book Info

2001-10-01 Thread John Crouch
Thanks again. Can you tell me where to fin the vCard format? I've looked in the Palm documentation and two Palm books I have and none have that format listed. Robert McKenzie [EMAIL PROTECTED] wrote in message news:63780@palm-dev-forum... John- Beaming to another Palm is done via the

Re: ROM vs RAM - Same Program?

2001-08-31 Thread John Crouch
Hi Danny. Thanks for your reply. I am working on this again (after a nice little vacation :) and have a/some questions. I need to copy a PRC from ROM to RAM. I have a method to detect that the PRC is in ROM. I wrote a routine to use ExgDBWrite to write the PRC file out from ROM into a

Re: ROM vs RAM - Same Program?

2001-08-31 Thread John Crouch
Danny, thanks! I tried your suggestion to simply tell ExgDBRead that I deleted the file (from the DeleteProc function) and it works. The only other thing I had to do was clear the read-only attribute using code like this (error handling omitted here): DmDatabaseInfo(0, *newID, NULL, attr,

Determining if prc is ROM-based

2001-08-28 Thread John Crouch
How can I determine if a prc file is located in ROM or RAM? Should I use DmDatabaseInfo and check the attribute for dmHdrAttrReadOnly? Or is there a better method? -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: PDB access performance

2001-08-16 Thread John Crouch
I see that you can insert records into the pdb in a specific location. Would it be faster to determine where the record goes and insert it that it would be to append it to the end of the pdb and resort the entire pdb every time? I think so but wanted another opinion. Thanks. Peter Epstein

Re: Can an application determine whether it is running on POSE...

2001-08-13 Thread John Crouch
Ah, you're right. Looking at the docs it looks like FtrGet will only return one of two values (errNone or ftrErrNoSuchFeature). I guess it could return something else, especially in a later version some time in the future. I have updated my function. Thanks for the tip. Paul Nevai [EMAIL

Re: ROM vs RAM - Same Program?

2001-08-13 Thread John Crouch
Thanks for both your tips. I will start reading Danny Epstein [EMAIL PROTECTED] wrote in message news:59550@palm-dev-forum... Can you point me into the direction on how to make an installer app? Read the docs and search the archives for DmCreateDatabaseFromImage and ExgDBRead. The

Re: Get Current Network Service Name

2001-07-31 Thread John Crouch
they added a new function named GetActiveService() that does exactly what I need. Looks like Palm may have come through with exactly what I need. I'm going to test it today to see. John Crouch [EMAIL PROTECTED] wrote in message news:58295@palm-dev-forum... I am currently writing a specialized

Get Current Network Service Name

2001-07-30 Thread John Crouch
I am currently writing a specialized application for use on our Symbol SPT-1740 devices that will allow me to read and write the current/default network connection. This program will be used to allow us to easily configure different canned network settings as needed without having to go into the

Re: Palm network preference database format

2001-07-13 Thread John Crouch
Check out the knowledgebase article at http://oasis.palm.com/dev/kb/samples/2370.cfm. Deepak [EMAIL PROTECTED] wrote in message news:56467@palm-dev-forum... Hello all, I want to read/write to network preference database networkdb.pdb from the palm application or palm conduit. Can anyone

Re: Networkdb.pdb format

2001-07-13 Thread John Crouch
Check this out http://oasis.palm.com/dev/kb/samples/2370.cfm Deepak D [EMAIL PROTECTED] wrote in message news:56374@palm-dev-forum... Hello all, Can anyone tell format for networkdb.pdb which is network database used for storing all network preferences.I want to write/read from the

Re: Battery Meter

2001-06-21 Thread John Crouch
-forum... From: John Crouch Thanks very much. I did not find this in my archive search. Using the nilEvent sounds good to me. My guess that updating the levels ever 15 seconds or so would not be unreasonable. Look up using the nilEvent message to drive your update. FYI: you might

Trap Launch/Find Buttons

2001-05-29 Thread John Crouch
Can I use the following code in my App Event function to trap and ignore the application launcher and find buttons when pressed by the user? Is it OK to just ignore these events? Am I doing all the right testing to make sure I'm trapping ONLY these events? Thanks. do { EvtGetEvent(event,

Re: Invalid char passed to TxtCharAttr?

2001-05-29 Thread John Crouch
Thanks Ken. Your information lead me right to the error. The code apparently was trying to trap the find and launcher silk screen buttons in the app event loop. When it saw these buttons it would clear the modifier. But they were not doing enough checking. I modified the code and left another

Re: Cannot Connect to POSE with CW 7

2001-05-24 Thread John Crouch
Developers' Nation You've got the questions; we've got the answers. Visit Us At :http://www.devnation.net for Palm Developer Support John Crouch [EMAIL

Re: Cannot Connect to POSE with CW 7

2001-05-24 Thread John Crouch
More info. It only happens on the project that I have been working on. I started a new sample project and it connects to the emulator just fine. As I said, suddenly in the middle of the day it stopped working. I don't recally making any changes to the configuration of the project I'm working

Re: Failed to connect to remote

2001-05-24 Thread John Crouch
Hello, This is an old message thread but I wanted to say thanks for leaving a follow-up on your problem. I had the same problem and after searching through the ng for hours I found your message and sure enough I had the same problems. This is two times now that I have had really strange

Re: Failed To Connect To Remote

2001-05-24 Thread John Crouch
This is an old thread, but can you tell me where to find the autosave and cache files or directories you mention below. I'm using CW 7 on Windows 2000. I looked in the CodeWarrior tree and cannot find them anywhere. Thanks. Richard Burmeister [EMAIL PROTECTED] wrote in message

Re: Cannot Connect to POSE with CW 7

2001-05-24 Thread John Crouch
to the family. I removed this unused icon family and everything works fine now. Thanks to all for your suggestions. This is the second time now that I have had a resource file cause me to have strange problems. John Crouch [EMAIL PROTECTED] wrote in message news:50307@palm-dev-forum... After doing

Re: Form is shiften to the right

2001-05-24 Thread John Crouch
was giving me the problem with everything shifted to the right. John Crouch [EMAIL PROTECTED] wrote in message news:50305@palm-dev-forum... While working today suddenly one of my forms had everything on it shifted to the right by about 2 or 4 pixels. I'm using CW 7 on Windows with SDK 3.5

Form is shiften to the right

2001-05-23 Thread John Crouch
While working today suddenly one of my forms had everything on it shifted to the right by about 2 or 4 pixels. I'm using CW 7 on Windows with SDK 3.5 on a Symbol 1740 device. The same prc did not demonstrate this behavior on the POSE emulator running the Palm 3.5 debug rom. I tried restoring

Cannot Connect to POSE with CW 7

2001-05-23 Thread John Crouch
After doing debugging all day long, suddenly I cannot connect to the emulator. I'm running CW 7, Windows 2000, and the latest version of the emulator (3.1). I was working all day just fine, then suddenly CW says it cannot connect to the emulator. It successfully downloads the prc then comes up

Re: Invalid char passed to TxtCharAttr?

2001-05-21 Thread John Crouch
No, we're not using any of these macros and we're not calling this function. I checked TextMgr.h and saw that these macros use this function and every one begins with TxtChar. So I did a search of all files in the project and did not find these macros being used anywhere. I am stumped. Thanks

Re: Invalid char passed to TxtCharAttr?

2001-05-18 Thread John Crouch
Thanks for the reply. I will try the unsigned chars setting in the compiler. I wanted to say that my code is not calling the TxtCharAttr function. It is happening via the system code somewhere during a field input. So I have no control over how it is called. This is why I am really stumped.

Re: Battery Meter

2001-05-10 Thread John Crouch
Thanks very much. I did not find this in my archive search. Using the nilEvent sounds good to me. My guess that updating the levels ever 15 seconds or so would not be unreasonable. Look up using the nilEvent message to drive your update. -- For information on using the Palm Developer

Battery Meter

2001-05-09 Thread John Crouch
I would like to create my own battery meter to visually display the battery level when my app is running. I have searched the Palm app source code as well as the newsgroup for ideas on how to do this but could not find anything. I am particularly interested in: 1. How to display the visual

Re: File Us.prefix.h cannot be opened

2001-05-02 Thread John Crouch
If we simply remove the reference to the us.prefix.h file and everything compiles without any warnings or errors, do we need to use the Palm_Headers and palmos.win.pch files as you mention, or is it safe just to leave this entry blank. Ben Combee [EMAIL PROTECTED] wrote in message

Fatal Error in Info Screen

2001-04-06 Thread John Crouch
When I use the Info screen (menu - info) and select "records" my application causes a fatal exception and forces us to reset. Any ideas on what would cause this to happen? -- For information on using the Palm Developer Forums, or to unsubscribe, please see