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...
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...
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...
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...
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...
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...
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...
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 ...
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@...
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...
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@...
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...
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...
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...
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,...
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: ...
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...
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...
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...
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@...
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...
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...
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...
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...
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...
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, ... 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....