I am designing a couple microcontroller apps and typically the display and keypad are problematic. I can desing the code for keypads and lcd displays, but...
The older models with serial ports are ideal, but you might have a problem with continuity of supply, as they're no longer made. The new low-end units are USB...
I used an "older" Palm IIIc as a reconfigurable display with touch screen as a controller for a firefighting robot. The screen was very easy to program,...
We have been using the Sony palms as well as the Palm 3C's for robotic and machine control. As a mater of fact we have some extra Palms and a Sony Palm which...
Hey thanks so much for the feedback. Now I'd like to refine my question. If I make an app for a "typical user", say, a vehicle driver, are there enough...
Yep, there's "auto start" programs available that'll run a given program on power-up or after a soft reset. If you can find a Palm with the OS in flash, you...
Try looking here www.palmos.com/dev/tech/hardware/palmhardware/ for some info on the pinouts on your palm device. Then look here www.gomadic.com for the...
Jim, very good information. I currently own a Hanspring Visor, and like the color screen, however it isn't the greatest in bright light situations. I imagine...
Hello, I am a new user of HotPaw Basic. I would like to write to a DOC file. According to the manual the following should be possible: #docwrite.bas open...
... Followup: It now appears that I can execute the "open", but only if the DOC file does not exist (seems I made a mistake with my earlier tests). I want to...
Hello, I am a registered HotPaw Basic user. I found the following bugs: The program 'yyy.bas' (see below) creates a DBOS database with 4 rows and 2 columns....
The code listed below causes my Tungsten E to lock-up. Only a reset will bring it back. It does not matter if the file exist before execution or not. On my...
Hello, ... I tried it today with Jf565demo.zip and it worked. However, accessing the DB with HotPaw Basic is somewhat dangerous. I wrote the following test...
Hi Larry, ... I'm not yet an expert with these calls, but I noticed that you called the "db.open" and the "put" statements with the parameter "19" - which...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Aug 10, 2005 10:05 pm
1790
I have JFile 5.5 and have had no trouble reading its databases with HotPaw. ... ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Aug 11, 2005 10:11 pm
1792
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Aug 11, 2005 10:15 pm
1793
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Aug 11, 2005 10:15 pm
1794
Hi I would like to be able to read the actual field-column-row headings. What I mean by this is the words at the left of the row u see when you edit a record...
There's a new equation solver demo posted on the HotPaw web site: http://www.hotpaw.com/rhn/hotpaw/ http://www.hotpaw.com/rhn/hotpaw/loancalc5.zip This example...
Please try using List or HanDBase databases. JFile databases might also work. HotPaw Basic support for DBOS format hasn't been tested or updated in many years...
Hello, ... Sorry, but this file is not available: Not Found The requested URL /rhn/hotpaw/loancalc5.zip was not found on this server. Apache/1.3.27 Server at...
Hello, ... List databases work, but are much too limited (only 3 columns). HanDBase and JFile database cannot be created by HotPaw Basic (you must own the...
Hello again, ... in addition to my earlier posting I would like to add the following: Due to my experience (see my example in the forums libs) HotPaw Basic is ...
Hey everyone, I have asked a similar question before regarding streaming data, I have been studying the ybasic programming capability for a few months but am...
I am using a loop to increment and decrement a counter that displays the contents of my file using the default value of the form field. This way I can tap a...