Search the web
Sign In
New User? Sign Up
cbaspadandhotpawbasic · cbasPad and HotPaw Basic - Discussions about cbasPad and HotPaw Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1395 - 1426 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1395
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....
Jorge Ramon Hernandez V
ai7921
Offline Send Email
Feb 1, 2004
9:46 pm
1396
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...
mauseohr1944
Offline
Feb 2, 2004
7:04 am
1398
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...
hotpaw2
Offline
Feb 3, 2004
10:21 am
1399
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...
soaprs2004
Offline
Feb 3, 2004
5:18 pm
1400
... 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...
mauseohr1944
Offline
Feb 3, 2004
6:41 pm
1401
... serial ... Thanks a lot! I use those lines quite a bit in my program and never thought of using them like that. Thanks again... Jeremy...
soaprs2004
Offline
Feb 5, 2004
1:01 am
1402
Preliminary testing of HotPaw Basic under Cobalt/OS 6 on development hardware at the PalmSource conference showed that most yBasic and cbasPad5 programs will...
hotpaw2
Offline
Feb 15, 2004
1:40 am
1403
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...
stargazer_rick
Offline Send Email
Feb 18, 2004
4:10 am
1404
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...
hotpaw2
Offline
Feb 18, 2004
5:50 am
1405
... 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 ...
stargazer_rick
Offline Send Email
Feb 18, 2004
11:10 am
1406
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...
stargazer_rick
Offline Send Email
Feb 18, 2004
6:40 pm
1407
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...
hotpaw2
Offline
Feb 21, 2004
2:21 am
1408
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...
bowerbird@...
bbirdiman
Offline Send Email
Feb 21, 2004
3:07 am
1409
... 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 ...
stargazer_rick
Offline Send Email
Feb 21, 2004
6:39 am
1410
What is Rsc.mpa by mauseohr1944 ? I am looking for RscMan archive. Thanks...
ai7921
Offline Send Email
Feb 24, 2004
1:36 am
1411
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...
h_mac_grant
Offline
Mar 4, 2004
3:58 am
1412
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...
h_mac_grant
Offline
Mar 4, 2004
4:17 am
1414
I'm new to hot paw and having trouble with some commands: fn plot(0,cos(x),x,y,0,7,100) just draws an empty box. any help would be welcome. brian....
bodach64
Offline Send Email
Mar 4, 2004
3:08 pm
1415
Try: cls fn plot(0,"cos(x)","x","y",0,7,100) fn pen(0) # cls clears the display. # The fn plot interpreter requires string parameters for functions and...
hotpaw2
Offline
Mar 4, 2004
6:04 pm
1416
Thanks rhn.It's clearer now. brian. ... and variables. ... <bodach64@y...>...
bodach64
Offline Send Email
Mar 5, 2004
4:08 am
1417
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...
renns_99
Offline Send Email
Mar 9, 2004
4:56 am
1418
Is there a way to input data from a spread sheet, or output to a spread sheet, that is on the Palm?...
N7FP
thisidisstupid
Offline Send Email
Mar 9, 2004
6:17 pm
1419
The documentation indicates support for Minicalc. Search down the 'quickref.txt' file for 'Minicalc', and you'll find the details. ...
renns_99
Offline Send Email
Mar 9, 2004
7:00 pm
1420
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...
hotpaw2
Offline
Mar 9, 2004
8:34 pm
1421
... 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....
renns_99
Offline Send Email
Mar 10, 2004
3:34 am
1422
... I should clarify, that there is no such option for the draw circle command that I can determine with my non-color Palm IIIe......
renns_99
Offline Send Email
Mar 10, 2004
3:39 pm
1423
I still can't figure out how to call the virtual keyboard from yBasic. Is it possible? Any help would be appreciated. mac...
h_mac_grant
Offline
Mar 10, 2004
9:51 pm
1424
Hi : I had to use silkyboard program with a keyboard skin over the screen. This was the only solution I found out. Jorge ... From: h_mac_grant To:...
Jorge Ramon Hernandez V
ai7921
Offline Send Email
Mar 11, 2004
2:52 am
1425
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...
h_mac_grant
Offline
Mar 11, 2004
3:28 am
1426
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....
fiero_bill
Offline Send Email
Mar 11, 2004
1:47 pm
Messages 1395 - 1426 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help