Hello, I need someones help. I am having trouble hotsyn. basic HotPaw programs to my Palm 3C. I have created them in Memo but for some reason HPaw is not...
Everyone, I just joined this group yesterday, and I am a technology teacher, would love to build a small robot from a palm handheld. Has anyone interfaced a...
06/11/2003 07:28:31 Hi, The title of your memo (the first line) should start with # and end with .bas ie #this is my software.bas If you don't do this hotpaw...
Since my note, I have discovered that the problem only exists with my windows XP PC, for some reason the palm desktop software will not down load any memos. I...
What version of Palm Desktop are you using? for the last year, I have been using Palm Desktop 4.0.1 on my Windows XP Home Edition computer, and I have not yet...
M, It is ver. 3.1. C ... From: "Michael Swengel" <liveforhim3212001@...> To: <cbaspadandhotpawbasic@yahoogroups.com> Sent: Thursday, November 06, 2003...
I would make sure that the xp software is using the same user name that is on your palm. Make sure the spelling is exactly the same! ... From: profw To:...
Hello, Thank you all your help. I downloaded the newest version of Palm desktop tonight, well it works great. And my programs are coming along to control ...
Are there any surveyors, engineers or field persons (or just anyone interested) in this group. I have written a CoGo program in yBasic and Plua and would like...
Hello there, I'm new to hotpaw and wanted to make a quick program. Unfortunately it doesn't seem to bee working so I thought I would post it and see if anyone...
I didn't try the code... but it looks ok except your results try changing c$=mid(sub_string$,b,n) to c$= c$ + mid(sub_string$,b,n) gl ... From: Michael To:...
hello: any ideas on how to get this to work? it generates a random number from 0-15, but will not print the corresponding "change line" thanks, Steve #...
... hi you'r sligthly(?) mistaken in the usage of the multi-line if ... elseif ... else ... if structure. Try my modificated version: # yarrow1.bas # this code...
This isn't too hard. The first thing you need to do is get the serial port working on the palm. Get a serial adapter for the palm, write some serial code in ...
thanks for the fix. it seems to generate the change line one, then it gives me a syntax error at line 14. any other hints? Steve ... elseif ... else ... if...
Hi The code has been tested an produdes strings without errors, until I interrupt it. I don't see a couse for an error in the posting - so I can only guess. ...
hello Geert: am new to programming after many years off. i played with the code and the solution was very simple. for some reason, the compound line code...
the following code works fine on my Palm 515 using 1.3.7 and version 1.3.9 but on my new tungsten C the page just will not wait for a keypress. Any thoughts? ...
... My visor finds a syntax error in this line due to the missing ',' between the 12 and "cont". If this is not the reason for your tungsten to fail, have you...
1. I need to look up for all the files beginning with "Points*" inside my Palm OS 4.1. 2. Then show the list to the user so he can Check them in order to...
If you mean memo-files, take a look at my snippet dirlist in Files\Source This snippet will fill a listbox with all memonames containing ".bas". If you...
I had this problem where any programs created through MakePRC would just make the screen flash white, and then crash. I never had this problem on my Treo 300,...
I have a form with 5 input fields, 2 checkboxes and 1 listbox with trigger button and 5 items. The listbox shows the one item that was to see at program start...
It's for .pdb and .prc files but you give me and idea of how to deal with. Thx. mauseohr1944 <no_reply@yahoogroups.com> wrote:If you mean memo-files, take a...
Hello all, I am starting an app that opens with a form that displays a row of buttons. The user clicks one to go directly to a second form, that also has...