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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 1588 - 1617 of 2113   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1588
I am going to try to develop a huge launcher system for my palm pilot and I would like to know if anyone had any code or suggestions for it before I get...
Jacob Steward
computergeek92x
Offline Send Email
Nov 2, 2004
3:36 pm
1589
Hallo Michael, thank you for the fast answer! Sorry I'm late, then I spent my time at holyday! I try it again . Regards Holger....
h_fritzsch
Offline Send Email
Nov 14, 2004
9:03 pm
1590
Hello, I had try it often again. But it does not work. I had installed all files out the completly version: ybasic, mathlib, ylaunch, ybasicons,...
h_fritzsch
Offline Send Email
Nov 15, 2004
8:47 pm
1591
HotPaw Basic applets are not stand-alone applications. They can be launched from the PalmOS Launcher. But these applets require HotPaw Basic to be present,...
hotpaw2
Offline
Nov 15, 2004
10:51 pm
1592
Hi! Thanks for your answer. The problem is I don't understand it because in your tutorial part "#PRCmaker.bas" you described how to create an own applet with...
h_fritzsch
Offline Send Email
Nov 20, 2004
3:25 pm
1593
Hi I just uploaded a prcmaker.bas to the files section. This code has worked for me for almost a year for both memos and pedit files. It gives some imformation...
mauseohr1944
Offline
Nov 21, 2004
11:53 am
1594
I am a newby to hotpaw basic, but looking for a language for a relatively simple programming task (using the Palm to drive a remote device). I downloaded the...
Tom Bartlett
tcbartlett2002
Offline Send Email
Nov 21, 2004
10:51 pm
1595
Is there ANY way of getting a list of what DOC-files there are in RAM?...
thunderogg
Offline Send Email
Nov 22, 2004
7:15 am
1596
Hallo Mauseohr, recht vielen Dank für Deine Bemühungen, nach dem Download (#prc(32) maker.bas) war es perfekt ! Es klappt super und ich kann ,so wie ich es...
h_fritzsch
Offline Send Email
Nov 22, 2004
5:43 pm
1597
Hi for .. next loops work without user input. ( As well as the while .. wend loops ) Why don't you post the code you're fiddling with? I don't know which for...
mauseohr1944
Offline
Nov 22, 2004
6:44 pm
1598
In message <cnr63s+i93d@eGroups.com>, Tom Bartlett <tbartlett@...> writes ... Without seeing your program (and my knowledge of Hotpaw is not great ...
Neville A. Joseph
najosuk
Offline Send Email
Nov 22, 2004
8:49 pm
1599
If I understood any part of what you wrote, it looks like you had at least some success. Is there an English version? Dank! mac...
h_mac_grant
Offline
Nov 23, 2004
12:23 am
1600
Thanks for the offers of assistance. This is a sample of my problem: # SimpleLoop.bas for i = 1 to 5 print i next i end When I run the program, it prints out...
Tom Bartlett
tcbartlett2002
Offline Send Email
Nov 23, 2004
3:12 am
1601
Hi Tom, Yes, "print" does stop every time it prints something. Try: for i=1 to 5 i$=str$(i) draw i$ next i end The "draw" command will only work with strings...
Donald Kyllo
kyllod
Offline Send Email
Nov 23, 2004
3:35 am
1602
If you just want to print to the display, without stopping so that what was printed can be read, the print at command is also available. 10 cls 20 print at...
hotpaw2
Offline
Nov 23, 2004
8:32 am
1603
... Hi The program I posted is an English version. I just had guessed that "h_fritzsch" might be German and told him that I might translate the program and...
mauseohr1944
Offline
Nov 23, 2004
4:41 pm
1604
... http://www.freewarepalm.com/utilities/filez.shtml Michael _________________________________________________________________ Express yourself instantly with...
Michael Taylor
michaeltaylo...
Offline Send Email
Nov 23, 2004
7:00 pm
1605
... I meant using HotPaw Basic. I think I found what I was looking for though. Thanks /Peter Sent from the Palm of my hand. ... Please avoid sending me MS...
Peter Thorstenson
thunderogg
Offline Send Email
Nov 23, 2004
10:07 pm
1606
So what's the problem? Michael _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today...
Michael Taylor
michaeltaylo...
Offline Send Email
Nov 24, 2004
4:55 pm
1607
Geert, Happy Thanks Giving, I must reflect back and truly thank you for all your work on the Palmbot series. It has been a GREAT asset to the children here in...
C. Walsh
profwalsh2
Offline Send Email
Nov 25, 2004
4:40 pm
1608
Hi all, I am experimenting with HotPawBasic 1.4.4. I tried out the code example no.5 provided with the yb_tutorial from the HotPaw download folder, where you...
georg_christmann
georg_christ...
Offline Send Email
Nov 30, 2004
12:27 pm
1609
Note that the current version of HotPaw Basic only supports an obsolete form of DB databases. The developers of DB seem to have completely changed their...
hotpaw2
Offline
Nov 30, 2004
8:32 pm
1610
Hi! I found out that I can get colorIndex as follows: buttonFrame = fn setuicolor(0, 0) and then setting it back by: x = fn setuicolor(0, buttonFrame) Now I...
Peter Thorstenson
thunderogg
Offline Send Email
Dec 1, 2004
6:50 pm
1611
The command: draw color 255, -1, 0,1 which should set the foreground to black, sets it to yellow! :( Since this is not working it is impossible to use system...
Peter Thorstenson
thunderogg
Offline Send Email
Dec 3, 2004
7:42 pm
1612
Indexed colors are only for the Palm IIIc. Newer models use RGB colors....
hotpaw2
Offline
Dec 4, 2004
1:32 pm
1613
Since indexed colors are obsolete, what commands is there to grab the different system colors? I can't find any. Does this mean HotPaw Basic does not support...
Peter Thorstenson
thunderogg
Offline Send Email
Dec 4, 2004
5:40 pm
1614
Hi My help list-db says: draw color r,g,b,c sets for c = 1 foreground c = 2 background c = 3 text color r, g, b for red, green, blue respectively [ 0 thru 255...
mauseohr1944
Offline
Dec 10, 2004
10:36 am
1615
Oh, I should perhaps explain better. Normally the system colors are fixed. With this I mean the colors that are used by the system: Blue for FormFrame, White...
Peter Thorstenson
thunderogg
Offline Send Email
Dec 10, 2004
2:55 pm
1616
Hello everyone, Can someone help me with some code helps. Our science club needs some help. We would like to draw 4 triangles on the palm's screen. ( triangles...
C. Walsh
profwalsh2
Offline Send Email
Dec 10, 2004
6:19 pm
1617
Hello everyone, Can someone help me with some code helps. Our science club needs some help. We would like to draw 4 triangles on the palm's screen. ( triangles...
C. Walsh
profwalsh2
Offline Send Email
Dec 10, 2004
6:43 pm
Messages 1588 - 1617 of 2113   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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