help - development tools wish list

2001-06-25 Thread johnstrong
To All, I was recently asked by our CIO to create a wish list of development tools for palm computers, while Codewarrior & POSE are musts, what other products ( that you have used!) should be on my list. Target applications are currently undefined, but are sure to include some database apps,

Palm Device : "Data Processing" or "Data Capturing" ????

2001-06-25 Thread Viren Shakya
I remember reading in the palm-literature that you should try to do as little of "processing" on Palm device as possible. Because palm devices are fundamentally made to "collect"/"gather" data. The "data processing" task should be kept reserved for the PC. My question is : How much of "processing

RE: Problem in providing noneditable but scrollable field

2001-06-25 Thread Shoeb
Its not helping ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shaikh Khurram Saghir Sent: Friday, June 22, 2001 10:48 AM To: Palm Developer Forum Subject: Re: Problem in providing noneditable but scrollable field Use a scrollbar with the field.

Re: multiple parameter support

2001-06-25 Thread Makheshwar Babu
Hi Ben, Thanks for the information. I have searched exhaustively with no luck for the location of stdargs.h directory. I don;t find it anywhere in any of code warrior directories. For your information i use Codewarrior lite, downloaded from palm site. If you could let me know t

TEST, Please ignore

2001-06-25 Thread Akhilesh Singh
Test -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: showing tab element in application..........

2001-06-25 Thread Richard Burmeister
> From: Ravindra > > I want to show tab element in my palm application but there > is no built in support in constructor 1.5 of code warrior. > The PalmOS user interface does not support tabbed dialog pages because they waste too much space for the tiny screen. (Have you looked at the "Catalog R

RE: Unsubscribing ??? HOw

2001-06-25 Thread Richard Burmeister
> From: Mike Davis > > I am going on a 30 day vacation and need to temporarily unsubscribe > from this list. > One way to unsubscribe is to go to http://www.palmos.com/dev/tech/support/forums/unsub.html, select the name of the mailing list ("Palm Developer Forum"), enter your email (check the hea

RE: Palm Device : "Data Processing" or "Data Capturing" ????

2001-06-25 Thread Richard Burmeister
> From: Viren Shakya > > My question is : How much of "processing" should be > done natively on the palm ? I am desiging an > application whereupon I need to process each and > every word of "textual" data. This data is gonna > be a real "massive". I have been quite Working with many records in

RE: Problem in providing noneditable but scrollable field

2001-06-25 Thread Richard Burmeister
> From: Shaikh Khurram Saghir > > Use a scrollbar with the field. > > From: Shoeb > > Its not helping ! > Then your code isn't correctly handling the scrollbar. You're going to have to say what doesn't happen that you expect to happen or what does happen that you don't expect, and probably

Re: help - development tools wish list

2001-06-25 Thread Bradly J. Barton
From: <[EMAIL PROTECTED]> > I was recently asked by our CIO to create a wish list of development > tools for palm computers, while Codewarrior & POSE are musts, what other > products ( that you have used!) should be on my list. I assume this is because they want to know what software is running

RE: Datebook synchronization

2001-06-25 Thread Robert McKenzie
Method (a) should work, as long as your conduit leaves all records it writes to "dirty". The default priority for the built-in conduits is 2. The drawback with (a) is your conduit won't pick up any records that are written by the datebook conduit until the next sync. My vote would be for (b),

pop up lists

2001-06-25 Thread Nancy Kho
Hi, I created a list.. and used l LstSetListChoices() and LstDrawList() and it works great.. however when I make the list not usable (so that it's only visible after hitting a pop-up trigger) junk shows up in the list. Does anyone know how I can fix this? thanks, Nancy Kho [EMAIL PROTECTED]

Re: multiple parameter support

2001-06-25 Thread Ben Combee
"Makheshwar Babu" <[EMAIL PROTECTED]> wrote in message news:54157@palm-dev-forum... > > Hi Ben, > Thanks for the information. > > I have searched exhaustively with no luck for the location of stdargs.h > directory. I don;t find it anywhere in any of code warrior directories. > > For

Not able to set focus!

2001-06-25 Thread amritha aithal
Hi, I haven't worked on Text Fields before. Now I am forced to include them in my PDA application. I have 3 different text fields on my form . But somehow I am not able to get focus on the text fields when I select them . I went thro' the manual and few sample examples .But I didn't succeed. If

Re: Unsubscribing ??? HOw

2001-06-25 Thread Dave Lippincott
Using the same links, you could also change your account settings to news only. Look under the 'Setting Subscription Type' heading. Then you'll still be a member of the list but will not receive individual emails. - Original Message - From: "Richard Burmeister" <[EMAIL PROTECTED]> To: "Pa

Re: help - development tools wish list

2001-06-25 Thread Jim Cooper
> you might get some debate about Codewarrior vs other > development platforms.. There are loads of tools these days, and it seems a new one comes out every month :-) FWIW, I use PocketStudio (because I'm on the beta list), which is a Pascal equivalent of CW, and I would almost always use a to

Launching Programs

2001-06-25 Thread DrumBSF
Is there a command that will Launch another program other than the palm default applications? If so can you send us the command and prototype? Thanks! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

beaming

2001-06-25 Thread Rania Saymeh
anyone knows if there's any chunk of code/function I can add to my application to prevent it from being beamed? thanx! Rania -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Launching Programs

2001-06-25 Thread Anthony Randazzo
You need to know the creator id of the application you want to launch. Then use; err = DmGetNextDatabaseByTypeCreator(true, &searchState, sysFileTApplication, CREATORID_OF_APPLICATION, true, &cardNumber, &dbID); err = SysUIAppSwitch(cardNumber, dbID,

RE: pop up lists

2001-06-25 Thread Richard Burmeister
> From: Nancy Kho > > ListPtr listP; > FormPtr formP = FrmGetActiveForm(); > > CharPtr lines[4]; > char line1[6]= "test1"; > char line2[6]= "test2"; > char line3[6] = "test3"; > char line4[6]= "test4"; > > listP = getObject(formP, PartTwoAbility1List

RE: beaming

2001-06-25 Thread Richard Burmeister
> From: Rania Saymeh > > anyone knows if there's any chunk of code/function I can add to my > application to prevent it from being beamed? > Almost everybody on this list knows that you can set the Copy-prevention Bit to do that. Info about that was posted just yesterday (06/24/01, or 24/06/01 i

How does clipper figure out which mail client to launch with mailto in href?

2001-06-25 Thread Anthony Randazzo
How does the Clipper browser figure out which mail client to launch when I have an mailto:[EMAIL PROTECTED]";>. I have OmniSky, Eudora, Palm Mail and it launches OmniSky mail Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/d

Re: 3.1 to 3.5 conversion - forms drawing on top of each other

2001-06-25 Thread Jim Schram
At 4:58 PM -0500 2001/06/24, Ben Combee wrote: >You don't have to make the forms modal, you just need to set the "save >behind" bit on the forms. This should be set for any forms other than >top-level ones. If it pops up, use this to get proper background >erasing and redrawing behavior. Never

Sounds On the Palm

2001-06-25 Thread DrumBSF
How do you play sounds on the Palm? We tried using sndplaysmf but we don't know what the pointer smfp is for. Any suggestions? Thanks! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Non-word-aligned handle

2001-06-25 Thread Stan Hunter
I get the error message: "MemoryMgr.c, Line:4347, Non-word-aligned handle". I searched the knowledge base but found nothing on this. What causes non-word-aligned handles? (What are they?) Thanks a lot, Stan -- For information on using the Palm Developer Forums, or to unsubscribe, please see

POSE Weirdness

2001-06-25 Thread Steve Mann
I'm trying to debug an older application (one that runs on 3.5 but not 4.0 totally successfully) using POSE 3.2 and CodeWarrior r7. I launch my application with the symbolic debugger, and it starts up fine. I then select Gremlins, select a single event turn on Event and System Calls logging, t

Button Bug?

2001-06-25 Thread Randy Eaton
I have an intermittent problem when dynamically creating forms. Every once in a while a single character in a buttons text is changed to some other character. I have debugged through the code and the error seems to be in the Palm OS code when calling CtlNewControl(). I think this has someth

Disabling the keyboard search on the Visor.

2001-06-25 Thread Nesselhauf, John
Hi, I am interested in disabling the search for the keyboard on the serial port on the Handspring Visor. Is there a way to do this in code. If so, could I see it. Thank You, John. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/t

RE: Sounds On the Palm

2001-06-25 Thread John J. Corelli
The Sound manager is the way to do it. Take a look at the archives - this has been talked about fairly recently. Specifically, here is some sample code posted last Friday (I'm sure there's more) This was originally posted by Richard Burmeister >>>

RE: Button Bug?

2001-06-25 Thread John J. Corelli
Some sample code snippets might be useful here. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Randy Eaton Sent: Monday, June 25, 2001 1:10 PM To: Palm Developer Forum Subject: Button Bug? I have an intermittent problem when dynamically creating fo

RE: Button Bug?

2001-06-25 Thread John Wilson
I've run into this before. In my case it was a problem with the resource DB not being generated properly in CW 6.0. I had to rebuild my rsrc file from scratch and then everything worked fine. As far as I can tell the the CW Constructor was generating overalpping resource IDs and when it generat

Re: Button Bug?

2001-06-25 Thread Steve Mann
> I have an intermittent problem when dynamically creating forms. >Every once >in a while a single character in a buttons text is changed to some other >character. I think this has come up before. You might want to search the email archives for "dynamic controls". Regards, Steve Mann -- -

Re: Table not displaying. Newbie not getting it...

2001-06-25 Thread Scott Herman
Thanks Andres. Adding the TblSetColumnUsable() kinda worked. I get the top line of the table displayed, but that's it. Does anybody know what that's all about? Apparently there's something tricky about tables that I'm just not getting. Since it's a just single column table of non-editable text,

table problems (and posting)

2001-06-25 Thread Luca
Hello people. First of all, I apologize if this message got posted more than once. I've been having problems posting to the forum today. The, as for my problem... I'm working on an application that uses a table in one of its forms. This table has a coloumn that uses fields to gather and di

Re: Writing a hack

2001-06-25 Thread Thomee Wright
You might want to check out DemoHack at http://www.splatbang.com/palm/demo.html. I bookmarked it a while back, but haven't actually looked at it, so I can't comment on its quality, but it looked like what you're looking for. Hope that helps, -Thomee Wright- In article <53729@palm-dev-forum>,

RE: showing tab element in application..........

2001-06-25 Thread Nicolas Raitman
negative, it does not exists, at least in CW6. If you want it you have to implement it yourself. -Mensaje original- De: Ravindra <[EMAIL PROTECTED]> Para: Palm Developer Forum <[EMAIL PROTECTED]> Fecha: Lunes, 25 de Junio de 2001 01:01 a.m. Asunto: showing tab element in application..

small application icons

2001-06-25 Thread John J. Corelli
I've been through the KB as well as the email archive and can't find the information I need for doing small icons. Yes, in the KB I found an article describing the small icon and its size has to be 9 x 15, but they mention (incorrectly I think) that you should place the icon in the upper left of

RE: help - development tools wish list

2001-06-25 Thread Nicolas Raitman
NSBasic or AppForge (both in basic, the last one it is used with the Visual Basic environment) -Mensaje original- De: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Grupos de noticias: palm-dev-forum Para: Palm Developer Forum <[EMAIL PROTECTED]> Fecha: Lunes, 25 de Junio de 2001 05:33 a.m. Asunto

RE: small application icons

2001-06-25 Thread Scott Johnson (Bellevue)
> From: John J. Corelli [mailto:[EMAIL PROTECTED]] > in the KB I found an article describing the small icon > and its size has to be 9 x 15 That's backwards: it must be 15 (wide) x 9 (high). -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www

RE: find record by unique Id

2001-06-25 Thread Peter Epstein
A linear scan of a 300 records probably won't take long enough to be noticed by the user, but if you want to do something for each record that requires this linear scan, you end up with an n squared problem, and that will be too slow. So, for example, if you have records in one database that conta

RE: small application icons

2001-06-25 Thread Anthony Randazzo
I use the smal icon on my app and it's in the upper left corner and it doesn't impact any other icons in list mode. The Palm OS programming book, from the Ground up shows how to use small icons. Page 72-73. I think you need to set both the B&W and Color options in the IDE. -Original Message

RE: small application icons

2001-06-25 Thread John J. Corelli
I'll have to check out that book because when I set up the small icon the way the docs say I'm supposed to, the icon gets display way too high - actually *next* to the application that is listed above mine in the list. John I use the smal icon on my app and it's in the upper left corner and it

Re: Button Bug?

2001-06-25 Thread Danny Epstein
"Randy Eaton" <[EMAIL PROTECTED]> wrote in message news:54209@palm-dev-forum... > I have an intermittent problem when dynamically creating forms. Every once > in a while a single character in a buttons text is changed to some other > character. Search for PrvFixupPointers in the archives. Yo

Re: Blink On! Blink Off! Blick On!

2001-06-25 Thread Jim Garozzo
Ahh..thanks..yeah, I have a good reason...for alarming notification only. Bubba sometimes needs a little blinking to figure out what is wrong with the system. Thanks..just wanted to exhaust every avenue before adding a blinking routine in. Jim Richard Burmeister <[EMAIL PROTECTED]> wrote in

Re: Non-word-aligned handle

2001-06-25 Thread Jim Schram
At 12:52 PM -0400 6/25/01, Stan Hunter wrote: >I get the error message: "MemoryMgr.c, Line:4347, Non-word-aligned handle". >I searched the knowledge base but found nothing on this. What causes >non-word-aligned handles? (What are they?) A non-word aligned handle is a handle with an odd address. P

RE: small application icons

2001-06-25 Thread Richard Burmeister
> From: John J. Corelli > > I've been through the KB as well as the email archive and > can't find the information I need for doing small icons. > Yes, in the KB I found an article describing the small > icon and its size has to be 9 x 15, but they mention > (incorrectly I think) that you should p

highlighting text

2001-06-25 Thread Nancy Kho
Is it possible to highlight a label, sorta like highlighting or selecting a cell in a table? Also, is it possible to left-justify a pop-upTriggerTableItem? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: small application icons

2001-06-25 Thread John J. Corelli
Thanks to all who directed me to David's article in the KB! It was pretty straight forward - even though I wasn't doing color - to follow his steps to build the icons in Constructor. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Burmeis

Cookies...

2001-06-25 Thread Konstantin Klyatskin
Hi, development overview for Palm OSR version 4.0 says: In Palm OS 4.0 you can now use cookies. The cookie jar resides on the device and has a default upper limit size of 50KB. The individual size limit for a cookie is 4K. Cookies are deleted under a couple of condition

Where can I find the file hsext.h?

2001-06-25 Thread Nesselhauf, John
Hi, I am looking for the header file hsext.h. Does anybody know where I can find it. Thank You, John N. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Button Bug?

2001-06-25 Thread William F. Weiher
This is a known OS bug (PrvFixupPointers) which is claimed to be fixed in 4.0 (I have not personally tested it) The bug happens intermitantly on all the New functions and sometiems on FrmAlert. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Randy Eaton S

Re: POSE Weirdness

2001-06-25 Thread Keith Rollin
Do you get different results if you turn off either or both of the logging options? -- Keith At 9:50 AM -0700 6/25/01, Steve Mann wrote: >I'm trying to debug an older application (one that runs on 3.5 but >not 4.0 totally successfully) using POSE 3.2 and CodeWarrior r7. I >launch my applicati

Re: POSE Weirdness

2001-06-25 Thread Steve Mann
>Do you get different results if you turn off either or both of the >logging options? Hi Keith. No, it's always the same regardless of how many logging options I have selected (including zero). One other piece of information that may or may not be useful--I'm using the 4.0 en-v-dbg ROM, final

NetLibReceive fromAddrP/fromLenP - POSE VS Device

2001-06-25 Thread Gary Gorsline
I have a new wireless app that use Minstrel S on Visor Prism (test device). Palm OS SDK Ref says that NetLibReceive uses fromAddrP and fromLenP and that they must point to a buffer that will hold the NetSocketAddrType and the len of that buffer. I don't use the result. On the POSE, it get a netE

Re: Table not displaying. ...Newbie finally got it.

2001-06-25 Thread Scott Herman
Thanks again Andres. You were correct. I did need to make the column usable. The big problem though was I hadn't made the rows high enough to hold the text (duoh!!!)! Of course it took lots of investigating to figure this out. I'm posting this in hopes tht some other poor newbie will find it i

RE: Cookies...

2001-06-25 Thread Richard Burmeister
> From: Konstantin Klyatskin > > But how can I? I failed to find any cookie realted API in Web > Cipping Guide/ > Palm OS Companion/ Palm OS Reference/KnowledgeBase... > > Any help/links will be appreciated... > Read the "Web Clipping Developer’s Guide" that ships with the 4.0 SDK and you will fi

RE: Where can I find the file hsext.h?

2001-06-25 Thread Richard Burmeister
> From: Nesselhauf, John > > I am looking for the header file hsext.h. Does anybody > know where I can find it. > I found HsExt.h in "C:\Program Files\Metrowerks\CodeWarrior for Palm OS Platform 7.0\Other SDKs\Handspring". I think it came with CW 7 because I don't remember getting it from Handsp

RE: Cookies...

2001-06-25 Thread Richard Burmeister
> From: Konstantin Klyatskin > > But how can I? I failed to find any cookie realted API in Web > Cipping Guide/ > Palm OS Companion/ Palm OS Reference/KnowledgeBase... > > Any help/links will be appreciated... > I managed to lose a bunch of spaces last time, so here it is again... Read the "Web

ExgDBWrite bug?

2001-06-25 Thread Adrian Pfisterer
The way the ExgDBWrite function works is that it takes a function pointer (WriteProc) as one of its arguments and the OS repeatedly calls that function with a pointer to some database information that the WriteProc function should write to the output of its choice. The OS also passes in a number

Re: help - development tools wish list

2001-06-25 Thread Scott Newell
> I was recently asked by our CIO to create a wish list of development > tools for palm computers, while Codewarrior & POSE are musts, what other If you're doing C/C++, I've heard good things about PCLint: http://www.gimpel.com/lintinfo.htm (but I don't have a copy). newell -- For informa

Re: 3.1 to 3.5 conversion - forms drawing on top of each other

2001-06-25 Thread Ben Combee
"Jim Schram" <[EMAIL PROTECTED]> wrote in message news:54201@palm-dev-forum... > > At 4:58 PM -0500 2001/06/24, Ben Combee wrote: > >You don't have to make the forms modal, you just need to set the "save > >behind" bit on the forms. This should be set for any forms other than > >top-level ones.

How-to replace the launcher?

2001-06-25 Thread Jeff Mitchell
If I wish to have an app temporarily replace the launcher (for good and legitimate reasons!), how do I do so? Is their some resource setting, or some function to call to request my app to be the new launcher? I've come across this before, but I just can't seem to dig the info out

Re: How-to replace the launcher?

2001-06-25 Thread Ben Combee
"Jeff Mitchell" <[EMAIL PROTECTED]> wrote in message news:54285@palm-dev-forum... > > > If I wish to have an app temporarily replace the launcher (for > good and legitimate reasons!), how do I do so? Is their some resource > setting, or some function to call to request my app to be the new > launc

Re: ExgDBWrite bug?

2001-06-25 Thread Danny Epstein
I'd say you found a bug. The value passed back from the WriteProc in *sizeP is ignored. Actually, it's accumulated and then thrown out. If the WriteProc doesn't write all the data it was asked to, it won't be called again to write the rest. The documentation for ExgDBWrite says "ExgDBWrite stops

How do I know that my application is running on POSE?

2001-06-25 Thread Paul Nevai
How do I know that my application is running on POSE? Is there a function to test? Best regards, Paul -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

How do Handles and Pointers differ?

2001-06-25 Thread Jimi Malcolm
I'm trying to get to use LstSetListChoices() - in conjunction with SysFormPointerArryToStrings() - to create a bunch of list items and am having trouble with allocating dynamic pointers. My 'for loop' code works fine the first time through but always crashes on subsequent iterations - sometimes t

Re: How do Handles and Pointers differ?

2001-06-25 Thread Jimi Malcolm
I just rewrite it using handles which I un/lock to get pointers which I use. Now it all works! I'd still appreciate some explaination as to why it was giving me such a hard time. The Palm OS Companion says MemHandles can be expanded once unlocked whereas MemPtrs have a harder time when expanded.

Developing figures

2001-06-25 Thread Karanjit Siyan
I am trying to find ways to show diagrams, schematics for some technical documents to be ported to the PALM. Any ideas and suggestions of how I may go about doing this. The Constructor mechanisms for creating images seem limited and clumsy. Thanks... any help will be appreciated. -- For info

RE: How do I know that my application is running on POSE?

2001-06-25 Thread Richard Burmeister
> From: Paul Nevai > > How do I know that my application is running on POSE? Is there > a function to test? Best regards, Paul > This info (which might be in the archives) is from Keith Rollin and Danny Epstein... > From: Danny Epstein > > Check for the existence of the 'pose' feature or use th

Re: Developing figures

2001-06-25 Thread Bradly J. Barton
From: "Karanjit Siyan" <[EMAIL PROTECTED]> > I am trying to find ways to show diagrams, schematics for some technical > documents to be ported to the PALM. Any ideas and suggestions of how I may Try looking at the FireViewer SDK at www.firepad.com .. I am not associated with Firepad, but I had s

RE: Developing figures

2001-06-25 Thread Richard Burmeister
> From: Karanjit Siyan > > I am trying to find ways to show diagrams, schematics for some technical > documents to be ported to the PALM. Any ideas and suggestions of how I may > go about doing this. The Constructor mechanisms for creating images seem > limited and clumsy. > Create a picture in a

LstDrawList() Crashes!

2001-06-25 Thread Jimi Malcolm
This probably has an easy answer. It's probably something simple I'm overlooking but I thought I'd give you all the source to see the problem in context. Here's the new code that I'm working with. The call to LstDrawList crashes it saying it's reading from low memory and jibberish appears on th

Forms help ID

2001-06-25 Thread Bhaski
Hi I need to know if there is any function or any other way to change the Forms help ID at runtime. Thank U Bye Bhaski _ Buy Lagaan & Yaadein music for 30% less. Avail this special offer at http://shopping.rediff.com/shopping/music/offerre

RE: Palm to Desktop type conversions

2001-06-25 Thread Robert Cohen
Thank you very much, that helped. What development tools do you use? Rob -Original Message- From: Prashant Gupta [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 8:40 PM To: Palm Developer Forum Subject:Re: Palm to Desktop type conversions Hi Rob, The values i

Re: Forms help ID

2001-06-25 Thread Prathimaa C S prev Prathibha
Hi I hope you received my mail about the opportunities i have with a fortune 500 company... Awaiting ur reply... Regards. --- Bhaski <[EMAIL PROTECTED]> wrote: > Hi > > I need to know if there is any function or any other > way to change the Forms help ID at runtime. > > Thank U > Bye > Bhas

Re: help - development tools wish list

2001-06-25 Thread johnstrong
"Bradly J. Barton" wrote: > > From: <[EMAIL PROTECTED]> > > I was recently asked by our CIO to create a wish list of development > > tools for palm computers, while Codewarrior & POSE are musts, what other > > products ( that you have used!) should be on my list. > > I assume this is because

Re: Disabling the keyboard search on the Visor.

2001-06-25 Thread johnstrong
"Nesselhauf, John" wrote: > > Hi, > > I am interested in disabling the search for the keyboard on the serial port > on the Handspring Visor. Is there a way to do this in code. If so, could I > see it. > > Thank You, > John. check the developer section on the Handspring website. it has also be