Search the web
Sign In
New User? Sign Up
nsbasic-palmAPI · NSBasic for Palm PalmOS API support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1536 - 1565 of 2966   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1536
Mike, I haven't looked too closely at this yet, but I see on potential ... If you initialize dbID to 0 and then do a "Do While dbID <> 0", how does the loop...
glowkar
Offline Send Email
Mar 1, 2002
1:37 pm
1537
Ron, That is a very good point..It was my mistake.I have the dbID=0 commented out in my code, must have deleted it when pasting. I do get the msgbox up for...
Mike Benstead
dabuntuk
Offline Send Email
Mar 1, 2002
2:30 pm
1538
My program runs in an endless loop, like a game that responds to button presses. If the user walks away, it would run until the Palm batteries ran down. So I...
petercat1239
Offline Send Email
Mar 7, 2002
2:44 am
1539
Pete, ... I poked around in the SDK etc it appears you can only tell if it is in the cradle for devices which use a recharging cradle. For your purposes that...
Douglas Handy
douglashandy
Offline Send Email
Mar 7, 2002
5:48 am
1540
I am writting a program for a Symbol, and the client is using bar code I2OF5 with a length of 5. From what I can tell, the default minimum length is 6 so I...
jamacdon2002
Offline Send Email
Mar 8, 2002
7:28 pm
1541
Joe, ... I can't find a default length setting in the SDK docs, and since ScanGetBarcodeLengths is not available in the NSB version of the library, I can't...
Douglas Handy
douglashandy
Offline Send Email
Mar 8, 2002
7:59 pm
1542
How about another point of view? A very good programmer once told me that a good app will generate things it needs. Why not put the db generation code in...
shapij56
Offline Send Email
Mar 10, 2002
5:11 am
1543
Jordan, ... While that is generally true, it can depend on why Dermot wants / needs a different application to create the reference database. There may be a ...
Douglas Handy
douglashandy
Offline Send Email
Mar 10, 2002
6:33 am
1544
Our company has developed a barcode reader for use with the palm. I have written supporting software such as a keyboard wedge, virtual driver and library for...
David Murphy
david@...
Send Email
Mar 11, 2002
6:08 am
1545
David, ... If I tell you the answer, do I get a free barcode reader? <g> The problem here is not really NSB. It is inconsistencies in Palm OS headers which...
Douglas Handy
douglashandy
Offline Send Email
Mar 11, 2002
7:13 am
1546
Thanks for the suggestions Doug. I have tried to enqueue event -30721 among others, but they are still not recognised within NSB. As you mentioned, it seems...
David Murphy
david@...
Send Email
Mar 12, 2002
6:41 am
1547
David, ... Gotcha. In your previous message I jumped at the mention of seeing -30721 when you expected 34815, and ran with an explanation for that rather than...
Douglas Handy
douglashandy
Offline Send Email
Mar 12, 2002
4:34 pm
1548
Does anyone know of a method to establish (and disconnect too) the dialup ppp connection? I can connect and disconnect from the prefs app ok, but I'd like to...
dcm1104
Offline Send Email
Mar 13, 2002
4:08 pm
1549
Joe, ... FYI, just tonight I saw an announcement for a new piece of software from Steven's Creek which gives you the ability to set any of Symbol's...
Douglas Handy
douglashandy
Offline Send Email
Mar 14, 2002
5:41 am
1550
Is there a document anywhere which lists the codes that are sent to the Hotsync manager via the serial cradle from the Palm device when a user presses the...
lawmanuk2000
Offline Send Email
Mar 14, 2002
9:01 pm
1551
Lawmanuk, ... Are you wanting to create a desktop replacement for Hot Sync, and want to know how to respond to the device when it initiates a Hot Sync? AFAIK,...
Douglas Handy
douglashandy
Offline Send Email
Mar 14, 2002
9:19 pm
1552
Just an FYI. The lists will be offline from 9PM (PDT) today (March 15th) until Sunday (March 17th). You can find out more (but not much more) here: ...
David Orriss Jr
daorriss
Offline Send Email
Mar 15, 2002
5:07 pm
1553
EventAnalyzerHack is a HackMaster extension for anyone who is interested in the inner workings of the Palm OS. It is an indispensable tool for those who need...
George Henne
ghenne
Offline Send Email
Mar 20, 2002
12:06 am
1554
How i can put a color on a windows text, this i understand, but how can i put to a label or a field ?? Regards Michael...
michaelkaeser
Offline Send Email
Mar 20, 2002
6:00 pm
1555
Hi, Is there a way to create a list of databases in NSBasic in the same way that the delete command on the Palm menu does? I would like to create a list from...
lawmanuk2000
Offline Send Email
Mar 21, 2002
10:27 pm
1556
Take a look at the Directory.prj project in the Files section of the NSBasic Yahoo group. It uses the NSBSystemLib library to retrieve databases based on...
Michael Verive
mverive
Offline Send Email
Mar 21, 2002
10:52 pm
1557
Doug, I have got my scanner working with nsb! Thought you might be interested what I found. I have not been able to determine why my event generated from the ...
David Murphy
david@...
Send Email
Mar 28, 2002
7:14 am
1558
Dave, Glad you got it working. ... To which shared library? Do you need to provide both a virtual driver plus a shared library? I thought the idea of your...
Douglas Handy
douglashandy
Offline Send Email
Mar 28, 2002
7:21 am
1559
Self, ... Nevermind; I just went back and reread the thread and see I already forgot many of the details of your first message. ... I think it is called...
Douglas Handy
douglashandy
Offline Send Email
Mar 28, 2002
7:26 am
1560
Hi Michael, Thanks for the reference to the NSBSystemLib functions I have worked out how to do it. By the way I could not find the Directory.Prj, I can only...
lawmanuk2000
Offline Send Email
Mar 29, 2002
7:30 pm
1561
... I believe it is in the Files section of the regular NSB forum, not the API forum. Doug...
Douglas Handy
douglashandy
Offline Send Email
Mar 29, 2002
7:51 pm
1562
Doug's right - look in the NSBasic-Palm group instead of the NSBasic-PalmAPI group. I think I documented the project fairly well, but let me know if you have...
Michael Verive
mverive
Offline Send Email
Mar 29, 2002
9:50 pm
1563
Doug's right - look in the NSBasic-Palm group instead of the NSBasic-PalmAPI group. I think I documented the project fairly well, but let me know if you have...
Michael Verive
mverive
Offline Send Email
Mar 29, 2002
9:51 pm
1564
Hi all, When my application tries to write data into a database but it's run out of memory, Palm gives an error, resulting in a device reset. ... result2 =...
Tomo Arakawa
intaho3
Offline Send Email
Apr 1, 2002
1:22 pm
1565
Tomo, ... What is the value of result2? What makes you so sure the error is that you ran out of memory? I'd actually consider that a pretty unlikely scenario....
Douglas Handy
douglashandy
Offline Send Email
Apr 1, 2002
1:50 pm
Messages 1536 - 1565 of 2966   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help