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.
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 1610 - 1639 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1618
Hi I mailed some code directly. If anybody else should be interested: Post a request and I'll upload the code to the file section. Regards Geert...
mauseohr1944
Offline
Dec 11, 2004
1:40 pm
1619
Hello, Merry Christmas ! Can someone out there whip up some code for a Palm to display serial data on the palm's screen ? We have some devices that output...
C. Walsh
profwalsh2
Offline Send Email
Dec 13, 2004
4:13 am
1620
Anyone have any experience with rotary input controls? I think they were once called "knobs" in some languages - I forget which. Anyway, while working on a...
KSByron
Offline Send Email
Dec 22, 2004
2:08 am
1621
Is there an issue with year changes and demo mode. I d/l the current demo from the hatpaw web site on 31-DEC-2004. Not that it is 01-JAN-2005, I'm getting...
D. Daniel McGlothin
papamcglothin
Offline Send Email
Jan 1, 2005
5:57 am
1622
I've been using yBasic for a long time now (I love it BTW) and I've made many calculator keypads that allow me to enter chars into formfields. I can delete...
h_mac_grant
Online Now
Jan 3, 2005
5:24 am
1623
Has anyone ever create a Palm PRC applet from a Ybasic program and successfully run it from an SD memory card? I can create working applets from my Ybasic...
scottknecht
Offline Send Email
Jan 10, 2005
2:17 am
1624
My old Handspring died from a cracked display. As part of setting up my new Zire, I downloaded the latest version of ybasic and installed it, along with...
rstearns1241
Offline
Jan 21, 2005
6:58 am
1625
... The Get Info... dialog is now inside the About HotPaw Basic... dialog -r...
hotpaw2
Offline
Jan 21, 2005
8:34 am
1626
Dear all, I am developing a Data Logger application, which works fine so far. However, in order to save as much battery as possible, I would like to shut the...
bob2hh
Offline Send Email
Jan 26, 2005
8:12 pm
1627
If the logging intervals are greater than 1 minute, one might try the sleep function, and see if that works....
hotpaw2
Offline
Jan 27, 2005
9:14 pm
1628
I'm glad to find this list. I'm just starting to program in hotpaw basic. This is probably elementary, and if it's in the documentation, please let me know -...
Freeheart
genelong
Offline Send Email
Jan 28, 2005
4:30 am
1629
Yes, I already considered this possibility, but unfortunately the logging intervals are 1 second. Any other possibility ? Thanks in advance for your answer, ...
bob2hh
Offline Send Email
Jan 28, 2005
7:17 pm
1630
Still hoping someone has an idea for my problem. To simply my question, how can I read a large .txt file on the expansion card with hotpaw basic? Thanks Gene...
Freeheart
genelong
Offline Send Email
Jan 30, 2005
2:24 am
1631
... Expansion card memory is accessed via the VFS file system. Did you try open "vfs:", path$ for input as ... with a full file pathstring specification?...
hotpaw2
Offline
Jan 30, 2005
9:06 pm
1632
Many thanks, I will give it a try. If a line is truncated, is there some way of reading the rest of the line, or increasing the number of bytes read? Gene ... ...
Gene Long
genelong
Offline Send Email
Jan 30, 2005
11:58 pm
1633
... I tried them both, got an syntax error: open "vfs:", "Card/mumble.txt" for input as 4 open "vfs:/Card/mumble.txt" for input as 4 Is my syntax right? Gene...
Gene Long
genelong
Offline Send Email
Jan 31, 2005
4:16 pm
1634
... Are you missing a "pound" sign ( as in as #4 ) ? Is "/Card/" the proper path to the file? ( "Card/" doesn't start with a slash, so probably isn't a path. )...
hotpaw2
Offline
Jan 31, 2005
8:55 pm
1635
Thanks, that got rid of the syntax error. Now I get "Database not open in line 3". My current statement is open "vfs:", "/Card/mumble.txt" for input as #4 I...
Freeheart
genelong
Offline Send Email
Feb 3, 2005
3:21 pm
1636
Never mind, it was complaining about the statement below. I'm trying to find more documentation on vfs. I found one document that says to read with vfsrd, but...
Freeheart
genelong
Offline Send Email
Feb 3, 2005
4:29 pm
1637
A utility, such as FileZ, can be used to determine which directories and file names are present on an expansion card. You can also use print fn vfsfiles("/",...
hotpaw2
Offline
Feb 7, 2005
8:11 pm
1638
Hi there ! I'm a newbie with Hotpaw and have this "problem". In other BASIC dialects I used to do things like this: "IF statement1 AND statement2 THEN GOTO...
ultrazone2005
Offline Send Email
Feb 15, 2005
4:01 pm
1639
What version? The statement if a = 1 and b > 2 then goto 100 works just fine in v1.4.4...
hotpaw2
Offline
Feb 16, 2005
5:25 am
Messages 1610 - 1639 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