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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1411 - 1441 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1427
... fn ... Under Misc functions in the manual: fn set_auto_off(n) - sets the Auto-Off timer to n seconds; use n=0 to set Auto-Off to never; also displays a...
mckelveyw
Offline Send Email
Mar 11, 2004
4:39 pm
1428
When trying to access JFile records from yBasic, I'm able to access only the first 32 fields of a given record. JFile's developers assure me there's nothing...
proatnight
Offline
Mar 11, 2004
9:47 pm
1429
Can someone point me to an example of the use of the "form lst" command in HotPaw BASIC. -Scott...
Scott Long
slong4
Offline Send Email
Mar 11, 2004
10:02 pm
1430
Don't forget to look in the "Files" section of this discussion forum. There seem to be lots of example programs contributed there. - rhn...
hotpaw2
Offline
Mar 12, 2004
10:16 pm
1431
Hello all, I've been running with v1.3.8 on Palm m125 and m515 for a long time but recently needed to get the pen tap vertical position. The display has...
h_mac_grant
Offline
Mar 13, 2004
3:42 am
1432
Hello out there, I am new to HotPaw and Programing I have been developing a program to read specific data out of several Memo File coma deliminated databases....
JPI68
Offline Send Email
Mar 13, 2004
8:14 am
1433
What "is" line 4? Dave Wendling KB1EAA Home of Palm Rover Software http://kb1eaa.com JPI68 <jp68@...> wrote:...
Dave Wendling
kb1eaa
Offline Send Email
Mar 13, 2004
12:17 pm
1434
Here is the entire code to my program. As I said before line 4 is the line after the dim statement in the array that is used in defining my pop-up menu. ...
JPI68
Offline Send Email
Mar 13, 2004
3:15 pm
1435
If your returning to top you should place your dim statements before it. JPI68 <jp68@...> wrote:...
Dave Wendling
kb1eaa
Offline Send Email
Mar 13, 2004
6:48 pm
1436
I'm replying to my own post because I learned, once again, how dumb mistakes can drive you crazy. Disregard my previous post. Cheers. Onward and upward. mac...
h_mac_grant
Offline
Mar 13, 2004
10:57 pm
1437
I moved my top sub below the dim for the array, however, know the program will not recognize my selections from the popup menue. The program is stuck at my...
JPI68
Offline Send Email
Mar 14, 2004
4:25 am
1438
... rsc.mpa is the export of all rscMan memos from Palm Desktop! Import it , and you should have alle memos to be hot-synced ( It did work for somebody else )...
mauseohr1944
Offline
Mar 14, 2004
5:55 pm
1439
I solved the problem with some help from Dave. What I found is that you can never redirect a program above the dimensioning of your array's or the definition...
JPI68
Offline Send Email
Mar 14, 2004
9:29 pm
1440
I'm making a program to select aircraft bolts AN3-AN7. I have 5 arrays of data like the one below. All the groups like this one work when they are at the top...
Scott Long
slong4
Offline Send Email
Mar 15, 2004
1:33 am
1441
I am thinking about upgrading to a Tunsten E from a M125. Are there any YBasic compatibility problems with the tungsten E,especially with the New Palm OS on...
ricksafe52
Offline Send Email
Mar 15, 2004
5:19 am
Messages 1411 - 1441 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