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 1132 - 1161 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1132
Im very new to the ybasic comunity and understand that a response will take time. Ybasic is a very intriging programing language and thus opens the opertunity...
animeation2002
Offline
Jun 4, 2003
4:25 am
1133
... Hi Drawing an ellipse is easily done: #oval.bas draw -1 xo=80:yo=60:a=40:b=15 bs=b*b ab=bs/(a*a) yp=b xp=0 for x=1 to a y=sqr(bs-ab*x*x) draw...
mauseohr1944
Offline
Jun 10, 2003
11:33 am
1134
Hello, I'm programming a countdown timer for my darkroom which will sound off every 30 sec and then at the end of the predetermined time. My only problem is...
bunnydeath1
Offline Send Email
Jun 13, 2003
5:40 am
1135
... Hi The following code might bu useful: #timer.bas cls form title 0,0,0,0,"Timer 1.0 6-2003",-1 form btn 0,160,0,0,"stop",1 while i=val(input$("","How...
mauseohr1944
Offline
Jun 13, 2003
10:34 am
1136
Thanks. It looks promising. -> Hi...
bunnydeath1
Offline Send Email
Jun 15, 2003
5:29 am
1137
Hi Tom, I had the same concern but I just went ahead and tried it. 4800 as a parameter value in the open command seems to work fine. David. ... communications ...
dwwilbourn
Offline Send Email
Jun 15, 2003
10:24 am
1138
hi all, try to make some small apps for my palm with, this great basic. ist it planed to support the newer file format for pilot db? thanks sebi this is a...
smuessiggang
Offline Send Email
Jun 15, 2003
12:51 pm
1139
I posted a timer program (GameTimer.txt), that I just updated for the current version of the program. It counts up or down. It was my first (and only) hotpaw...
Prasad, Dr. Ravindra
rprasadusa
Offline Send Email
Jun 17, 2003
1:31 pm
1140
... Thankyou very much for the reply, i was thinking regarding rezing the elipse, what if one were to continually use "draw -1" while the oval was still active...
animeation2002
Offline
Jun 19, 2003
9:28 pm
1141
Hello All, My wife bought a Palm IIIxe for me for father's day. Then I just purchased hotpaw basic and installed the prc files. When I run the program it says...
laskqiow
Offline Send Email
Jun 20, 2003
2:58 am
1142
Hi Folks, I am using the registered version of Ybasic and Pedit. I need to save some database information to a large Pedit memo file. I have been using the...
kb1eaa
Offline Send Email
Jun 20, 2003
6:31 pm
1143
... Hi I combined the ellipse and marking rectangle code. I just uploaded the code to files\snippet as penellipse.txt Start moving then pen on the screen. The...
mauseohr1944
Offline
Jun 20, 2003
7:08 pm
1144
I would advise deleting then re-installing both of them at the same time. That worked for me :) ___ Sent with SnapperMail www.snappermail.com ...... Original...
Ian Roberts
imr@...
Send Email
Jun 20, 2003
9:51 pm
1145
Can anybody shed some light on the syntax for the poke function? Peek is documented but poke is not. Thanks in advance, Tom Mortz...
tmoritzz
Offline Send Email
Jun 20, 2003
10:38 pm
1146
How does one pass a variable value out of a subroutine? Seems hotpaw allows me to pass values into a subroutine but doesn't allow me to return a value....
tmoritzz
Offline Send Email
Jun 20, 2003
10:55 pm
1147
... Hi It may look like it, but you can (ab)use a sub as a function in a manner similar to other Basics: #testfn.bas a=1 e=2 b=testa(b,e) c=testa(b,e) print...
mauseohr1944
Offline
Jun 21, 2003
9:55 am
1148
Hi, I registered yBasic and I find it Very useful. There are just a few items I think would greatly improve yBaisc. The most pressing item on my wish list is...
tronixsoft
Offline Send Email
Jun 29, 2003
5:27 pm
1149
I am tempted to switch from my trusty Palm Vx to am Ipaq 2215 PocketPC. One of the things that would stop me is the loss of my YBasic programs. Is there any...
pud200
Offline
Jun 30, 2003
11:50 pm
1150
Check out: http://www.pocketpccity.com/software/hpc/Dialect-Standard-Edition- 1999-10-29-ce-hpc.html Dialect Pro has been OpenSourced and free. Quite good....
wwwalton
Offline Send Email
Jul 1, 2003
3:21 am
1151
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Does anyone have any creative idea for a work around? Might this be considered an...
Michael Taylor
michaeltaylo...
Offline Send Email
Jul 2, 2003
12:43 am
1152
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... PocketPC. < AppForge is a very good product for Palm Programs, and I believe they...
Michael Taylor
michaeltaylo...
Offline Send Email
Jul 2, 2003
12:44 am
1153
i have made a program that is composed of 4 memos. It does run fine from the hotpaw console, but when i make the first memo a file.prc, or that i rename it...
Guillaume BATARD
gbatard
Offline Send Email
Jul 9, 2003
10:34 pm
1154
What control or inputbox or message box will allow you to enter the "longest" free-form note? thanks! Michael...
Michael Taylor
michaeltaylo...
Offline Send Email
Jul 10, 2003
1:39 am
1155
Hello, I use the trial version of ybasic1.38b; I tried to make some form with GUI from Magnus Wohlen; generating memo was fine, I add a "run" in the end, just...
oursferoce
Offline Send Email
Jul 10, 2003
2:42 pm
1156
... Hi The variable used in 'form lst' must be a previously dimensioned string array i.e.: dim f$(64) f$(64)="End of list " form lst...
mauseohr1944
Offline
Jul 10, 2003
3:41 pm
1157
... string array Eureka! It seems i'm the dummy of the month! It works now. Thank you for your help Geert. Yvonnick....
oursferoce
Offline Send Email
Jul 10, 2003
8:17 pm
1158
Try a new beta version of HotPaw Basic, located here: http://www.hotpaw.com/rhn/hotpaw/beta/ This beta test version has a fix for program chaining....
hotpaw2
Offline
Jul 11, 2003
3:29 am
1159
Hi i installed that beta, and the problem remains. Thanks anymway for the help....
Guillaume BATARD
gbatard
Offline Send Email
Jul 12, 2003
1:52 am
1160
Does the problem memo use the chain command?...
hotpaw2
Offline
Jul 13, 2003
3:22 am
1161
yes the 4 memos are chained with chain command: n=db.find("memo","#calcul.bas") chain n...
Guillaume BATARD
gbatard
Offline Send Email
Jul 13, 2003
9:41 am
Messages 1132 - 1161 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