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 2016 - 2052 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2016
I did a hard reset and it's working again. One thing I'd like to report is that using a semi-colon to print doesn't work very well. Most forms of BASIC wrap...
Tom Lake
toml_12953
Offline Send Email
Mar 5, 2007
8:28 pm
2017
... I ... PEdit only gets around the limit for source code. You have another issue altogether. I sucessfully ran the following on a Tungsten T5 with PalmOS...
Tom Lake
toml_12953
Offline Send Email
Mar 8, 2007
6:51 pm
2018
I want to use a Handspring Visor as a user interface for PIC projects via serial port. The example serialio.bas "almost" does what I want. It sends graffiti...
retired0
Offline Send Email
Mar 9, 2007
2:02 am
2019
Hi I haven't found a way to use fn qkeyboaard() without input field. Some time ago ( long before this function was introduced ) I wrote a demo called...
mauseohr1944
Offline
Mar 9, 2007
5:09 pm
2020
... I don't have a lot of palm experience, but it seems like every program that requires input can take it from either graffiti or pop up the keyboard. If...
retired0
Offline Send Email
Mar 9, 2007
9:34 pm
2021
I have a small project that uses a PIC processor to control some functions. I'd like to be able to walk up to it with my palm and reprogram it via IR. The...
retired0
Offline Send Email
Mar 9, 2007
9:44 pm
2022
Can't read ybasic-ref_.pdb I can open it in filez and read hex, but that's not optimal. Found a suggestion that I donwload ereader. Ereader can't see the...
retired0
Offline Send Email
Mar 10, 2007
4:14 am
2023
Hi ybasic-ref_.pdb is a database file for list 1.01 ( freeware ) Domwnload: http://www.lowtek.ca/list/?page_id=6 I'm using version 1.01 since there are...
mauseohr1944
Offline
Mar 10, 2007
9:54 am
2024
Hi Maybe I missed our something with my first answer: As far as I know, list doesn't support flash cards. Therefore you should hotsync the pdb-file after...
mauseohr1944
Offline
Mar 11, 2007
7:20 pm
2025
... Thanks very much. I just had no clue how to read a database file. Works great now. That's a problem with most documentation, tiny details that "everybody...
retired0
Offline Send Email
Mar 13, 2007
3:24 am
2032
Due to popular request, new members will now have their messages moderated before they appear. Thus, there may be a delay of a week or two before messages...
hotpaw2
Offline
Mar 19, 2007
3:02 am
2033
hooray! does this mean no more spam?? ... -- Timothy Dutton www.theduttons.com webmaster 417-593-1532 timhotpaw@......
timhotpaw@...
eighttone
Offline Send Email
Mar 19, 2007
10:32 pm
2034
Hello all, I noticed that this seemed to be the place where all the Hotpaw developers hang out, so here goes... I am the author of Multitasker...
bob27.161568
Offline Send Email
Apr 30, 2007
6:27 pm
2035
Looking all over for an answer to this question. Is Hotpaw basic limited to 160x160 screen resolution ? My tungsten E has a resolution of 320x320 but I can...
Charles Fitch
zebratangozebra
Offline Send Email
May 1, 2007
8:56 pm
2036
320x320 resolution is supported by 2 of the drawing commands and of the 1 of the text console commands. All other graphics and form-based commands are 160x160...
rhnlogic
Offline Send Email
May 1, 2007
9:04 pm
2037
... answers to these type of questions. I have looked at all the reference texts on Hotpaw I can find but none give many details. Even looking through all the...
zebratangozebra
Offline Send Email
May 1, 2007
11:45 pm
2038
Hotpaw Basic does have a hires mode--look for the commands in the quickref. The problem is that it dson't support the DIA on devices like te T|X. ... limited...
bob27.161568
Offline Send Email
May 1, 2007
11:46 pm
2039
If so, what is the syntax for creating, opening, reading, and adding records to a DB database?...
Lou Balleweg
bally91304
Offline Send Email
May 2, 2007
5:11 pm
2040
I did a search for info on "DBOS" databases and did't find anything. However, recent messages do deal with that subject. Regards, Lou Balleweg...
Lou Balleweg
bally91304
Offline Send Email
May 2, 2007
5:26 pm
2041
I registered my copy of y-Basic. I installed the y-Basic --> PRC PRC-Maker. I also installed the ybasic.prc But I still can't get PRC-Maker 1.5 to work. What...
jimnoonan2003
Offline Send Email
May 2, 2007
11:50 pm
2043
Re: y-Basic --> PRC PRC-Maker Hi The name for the PRC is up to you. You get valid creator IDs when you join the Palm Developer Network and register your...
mauseohr1944
Offline
May 3, 2007
7:26 pm
2044
I have a great program that finishes with a computed 8 x 8 output array of 64 integers. How do I display these on my Palm X|T ? There's got to be a simple way...
casagiannoni
Offline Send Email
Jun 3, 2007
1:31 am
2045
There is a set time function. Is there a way to set the date on my OS5 Garmin iQue with HotPaw Basic? Adam...
Adam Helberg
partfeline
Online Now Send Email
Jun 3, 2007
1:35 am
2046
Hi this code might help: #display.bas 'initialize and fill an array dim ii(8,8) for y=1 to 8 for x=1 to 8 ii(x,y)=-32000-x-(y-1)*8 next next 'erase display...
mauseohr1944
Offline
Jun 3, 2007
9:53 am
2047
Ah YES ! MANY thanks. I have very poor reference materials and haven't programmed in yBasic for years. Beautiful results now ......
casagiannoni
Offline Send Email
Jun 3, 2007
5:15 pm
2048
Attached solves the "Knight's Tour" problem. A single Knight is placed at some point on an otherwise empty Chess board, and it is the object to move the piece...
Steve Giannoni
casagiannoni
Offline Send Email
Jun 4, 2007
5:42 pm
2049
Recently i have been expermenting with the 3D outputs in y basic example: #3d plot.bas cls : rem clear screen rem - the equaion in (x,y) z$ = "x^3*y-x*y^3" rem...
ybasicreate
Offline Send Email
Jun 27, 2007
5:23 pm
2050
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cbaspadandhotpawbasic group. File :...
cbaspadandhotpawbasic...
Send Email
Jun 29, 2007
8:35 pm
2051
See the HotPaw website site: http://www.hotpaw.com/rhn/hotpaw Beta test version 1.4.6b0.0 has a couple different ways to enter the ^ character for use as the...
rhnlogic
Offline Send Email
Jul 12, 2007
6:04 pm
2052
Hi Unfortunately this release does NOT fix the bug introduced with version 1.4.5: Only the up-and down-keys work as documented. ALL other keys call the ...
mauseohr1944
Offline
Jul 20, 2007
8:29 pm
Messages 2016 - 2052 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