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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2044 - 2078 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
2053
I have been using a demo version for several days. I just purchased a registration but I have to enter the number every time to see my programs. Also,...
stevekammeyer
Offline Send Email
Aug 13, 2007
6:58 pm
2054
Hi I tried to produce the same results with my registered ciopy by manipulating then ybasreg.prc, but did't get the same behaviour. A case for rhnlogic. In...
mauseohr1944
Offline
Aug 16, 2007
12:07 pm
2055
I was using HotPaw in PalmOS 3.51 on a Palm IIIc. I upgraded to PalmOS 4.1 and now COLOR shows mostly green with some yellow in the color3.bas demo program....
Tom Lake
toml_12953
Offline Send Email
Aug 29, 2007
11:25 pm
2056
It's good to be back on this group, after a long time of bouncing due to an email address change. Question: Does anyone know if there is a difference between...
profwalsh2
Offline Send Email
Sep 1, 2007
4:56 pm
2057
... HotPaw seems to have some problems with PalmOS 4.x and up. Serial ports and color among them. Tom Lake...
Tom Lake
toml_12953
Offline Send Email
Sep 2, 2007
9:32 am
2058
Can anything or has anything been done to help in this regard ? Can the OS of a T3 be changed to an earlier version ? C. Walsh 1600 5th Ave NW Great Falls MT...
C.Walsh
profwalsh2
Offline Send Email
Sep 2, 2007
2:05 pm
2059
Likely not. Palm not only changed portions of the software interface, but the hardware itself, even the voltages on the serial port pins. The T3 uses a very...
rhnlogic
Offline Send Email
Sep 4, 2007
9:12 pm
2060
Hello all, Thanks to the help of my good friend from Germany, the Tungsten T3 serial dilemma is over. The solution was a neat little program 23K's worth...
C.Walsh
profwalsh2
Offline Send Email
Sep 5, 2007
1:49 am
2063
Hi SerialFix is shareware and can be obtained at: http://handheld.softpedia.com/progDownload/SerialFix-Download- 13224.html G....
mauseohr1944
Offline
Sep 18, 2007
9:17 pm
2064
When I try to open Hotpaw or run an existing application on my Zire I get an error message that says: "The data storage of the handheld is full." Using FileEz...
tedbeau
Offline Send Email
Sep 20, 2007
1:03 pm
2065
Hi All. How can i embed a small assembly code routine (35 bytes) in a HotPaw basic program? Ullasmann...
corsaelf
Offline Send Email
Oct 8, 2007
6:27 pm
2066
... For 68k code, there are two possibilities. You can use a 3rd party assembler to convert the 68k assembly language into binary or hex machine code data....
rhnlogic
Offline Send Email
Oct 15, 2007
10:54 pm
2067
I search the Bitman Programm to make Bitmap Strings... did anyone have this Program and can send it to me? I can't find this Programm in the Internet and in...
romansutter
Offline Send Email
Dec 25, 2007
12:37 am
2070
Hi Apparently the links in HotPaw's homepage are broken. I dug up the original file and added it to Files/Programs. In addition, I can offer Bitman 3.2, which...
mauseohr1944
Offline
Dec 25, 2007
4:39 pm
2071
thank you very much! greets Bluesmash...
romansutter
Offline Send Email
Dec 26, 2007
8:55 am
2072
Hi, I'm new to the forum, but I've used Hotpaw for some time now. Since I got my Palm IIIe I used it religiously, but then unfortunately forgot about it for a...
sirhannish
Offline Send Email
Jan 21, 2008
7:11 pm
2073
... Yes please! There is a files section associated with this group. Perhaps that would be a good place for your code? And thanks for your willingness to...
LanceGary
Offline Send Email
Jan 23, 2008
8:47 am
2075
I will be posting the code in my programs folder here: http://tech.groups.yahoo.com/group/cbaspadandhotpawbasic/files/Programs/\ sirhannick/ ...
sirhannish
Offline Send Email
Jan 26, 2008
8:15 pm
2076
dirhannish, I appreciate your posting your programming efforts. I enjoy seeing how people solve some of the tangled programming problems. Respectfully Bob...
Bob Huber
rhuber40
Offline Send Email
Jan 28, 2008
2:22 pm
2077
Hi all again. I've been sick and school just started again, so I've been a bit busy. There are obviously a lot of issues with the program because it's in its...
sirhannish
Offline Send Email
Feb 4, 2008
6:48 pm
2078
sirhannish send me the code attached to an email and I will look at the date code. Bob Huber sirhannish <sirhannick@...> wrote:...
Bob Huber
rhuber40
Offline Send Email
Feb 5, 2008
2:46 pm
Messages 2044 - 2078 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