Hi. I'm making a little graphics program, and I'm trying to get rid of the menu bar at the top of the screen. I can obviously draw an empty square on top of...
Hello all ! I'm new to the list, and perhaps this has been asked before, but has anyone explored the possibility of running programs that were writen for the...
I have ust downloaded the lastest version of yBasic (HotPaw) and using it on my Palm OS5 device. Is far as I can see it only supports the Hires display...
Is there a way to hide the menubar at the top? It's not very usefull when trying to make a graphical application (a tiny CAD display app) and You wan't as much...
... If you have a paper listing, you could type one in and try it ;-) The Model 100 saved BASIC programs as tokenized files (to make them smaller). Any saved...
On the Model 100, you can save BASIC programs in ASCII. For example, if you want to save a program as ABC.DO, go into the program and type: SAVE"ABC",A The...
... very helpful, thanks ! I see you are quite up on the m100 ! now the next two questions are; 1)will m100 basics run on hotpaw ? 2)if I'm running palmOS v3.5...
All - It's time for my question: I've done a number of robotic projects where I used a Palm IIIc interfaced to a Pontech SV203 board to control servos and...
Bill, Can you contact me direct at my email ? I have some robotic questions. profw@.... Due to poor Internet connections, please inform me of receipt...
Hello, Has anyone used Hotpaw with the new PalmOne Zire 31 ? Will it work ? How do you address the serial issue when they use USB ? Due to poor Internet...
Hi David, I actually haven't tried it. The standard BASIC commands will work (such as a=5 and for/next loops) but any input/output or graphics commands will...
... Well aren't ya just dying to find out ? ;-) wouldn't it be neat to be able to run all that good ol m100 stuff on the palm ? Do you suppose a "compatability...
... I had the same problems with the T3 and HotPaw, either using the serial or not. I know that there is a unofficial patch program for the T3 serial ...
I am looking for a large font for an app I am developing on my Palm m105. The only reference I can find to such a beast is in the SingleHander application -...
Hi there all, I am new to Hotpaw basic, but this is my first program and I wanted to share it. I love to look up at night and see the international space...
I was looking for a way to display bitmaps in a yBasic program. I checked out ArtBmp, but I was actually looking for something where I'd be able to import a...
... Hi there. I use FireConverter 3.5 on my M150. This makes them grey scale only but the program will support colour. I can scan a BMP of a page of a street...
I am trying to do some work with the LSdb database and though I can create databases and add records, I have been unable to delete the complete database. Can...
Could some kind soul help me with info on sending and receiving ir signals with hotpaw. Brian. ____________________________________________________________ ...
hi some serial cables are available on the market, look in ebay. choose a GPS cable because the synch cables dont have bidirectional rs232 i have troubles...
Hello all, It seems I must clarify my request a little, my Sony Clie has 13 pins, some are used for usb and some are used for serial. I would like to know if ...
Hi i think that a search on google or on sony support and forum sites will give you the answer. this forum is not so alive and it is dedicated to the hotpaw...
Every link that I try to download a copy of HotPaw BASIC from generates a page error. Can any one find a working link for me I want to try before I buy. Any...
I can't figure out why this won't work. :( keeps saying it has syntax error in line 9. ? code: #trial.bas h = 4 q = 0 d = 0 n = 0 for h = 2 to 0 step -1 let...
Two GOTOs in a row make no sense, as the second one can never be run. I think you meant to "gosub print" ... [Non-text portions of this message have been...
Ian Mackereth <ian@m...> wrote: Two GOTOs in a row make no sense, as the second one can never be run. I think you meant to "gosub print" Yeah, I figured it...
... Hi You must not use a reserved word like print as name of a label or variable. See the Hotbasic Reference for a list of thereserved words. HTH Geert...