Hi all : I am trying to work with bitmaps. From the user manual: "draw x,y, w,h, 100,a$(0) Draws a 1 bit/pix bitmap. w & h must be less than or equal to 32....
Hi ... To draw bitmaps of this type you have to dimension a string array (a$() )and fill it with appropriate hexcode strings. Each hex digit stands for 4...
The T|E USB port is slave-only; and PalmOne has not released any information on how to use it for anything other than performing a HotSync. For communication...
Hello all, Is there any way to clear all the text that is waiting at the serial port? What I mean is, When I send a bunch of different commands to the serial...
... Hi You might try to get the number of bytes in the buffer with n= fn serial(5) and then empty it with n$=get$(5,n) prior to sending the command that is...
Preliminary testing of HotPaw Basic under Cobalt/OS 6 on development hardware at the PalmSource conference showed that most yBasic and cbasPad5 programs will...
I purchased HotPaw Basic several years ago, but I haven't used it much for the last two years or so. Tonight I had a need to write a script to convert items in...
There should be a note somewhere in the HotPaw Basic documentation about having to do all drawing after creating any form UI objects under Palm OS 5. This...
... Thanks! I looked through the documentation for something relating to this, but I never saw this. I moved the draw statements after the buttons and ...
Is it possible to get a list of all the categories in the ToDo category list? I see references to how to add items to a particular category but nothing noting...
Version 1.4.1 is now available from the HotPaw website: http://www.hotpaw.com/rhn/hotpaw Added new ITU @ sign to the Morse code sound command. Added a function...
anyone here interested in a very small contract job? i would like to see if hotpaw could meet my needs, which are fairly elementary, to port a basic program of...
... Wow! Now that's what I call service! I just posted two days ago asking how to do this and you added a function that quickly! I'm impressed. Thank you so ...
Hello all, Does anyone know how to call the virtual keyboard from yBasic. I thought I saw a reference to it on the forum but couldn't find it again. What I'd...
OK. You've thrown down the gaunlet, lets' see where to go from here. First, what dialect of Basic is the source program written in? I do my "thing" on Macs...
I've been playing with HotPaw for a while now with great results. I use the programs to interrogate a microcontroller, and the display the results in various...
There should be a command to draw erased rectangles mentioned in the quick- reference documentation file. I haven't tried it, but you may also be able to set...
... the quick- ... be able to set the ... Yes, the draw command will allow for erasing rectangles with the -7 parameter appended to the end of the command....
Thanks Jorge, not a bad plan. I may have to do that if I can't figure out how to get to the virtual KB. Thanks again for the response. mac ... answer...
Back on 12/7/03, Bill McKelvey referred to a fn call (set_auto_off) to change the automantic 3 minute-off aspect of the Palm. I tried that, and got an error....