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 987 - 1018 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
987
Hi Folks, I have wriiten a program that saves contacts in a ham radio contest to a memo text file. I have another small program that reads the file and...
kb1eaa <kb1eaa@...>
kb1eaa
Offline Send Email
Jan 1, 2003
8:17 pm
988
Does anyone have code to transfer the built in Expense DB to a memo or open format DB?...
fitgobl <john@...>
fitgobl
Offline Send Email
Jan 3, 2003
1:41 am
989
I'm doing alot of memo writing and I've never come across this.... What machine are you writing on? Michael...
Michael Taylor
michaeltaylo...
Offline Send Email
Jan 3, 2003
4:53 am
990
I'm getting a litttle squeezed for space. Is it possible to use the single r$() array to fill up TWO different list boxes? Michael...
Michael Taylor
michaeltaylo...
Offline Send Email
Jan 3, 2003
4:53 am
991
M 515 Dave ... From: "Michael Taylor" <michaeltaylor1@...> To: <cbaspadandhotpawbasic@yahoogroups.com> Sent: Thursday, January 02, 2003 11:53 PM ...
Dave Wendling
kb1eaa
Offline Send Email
Jan 4, 2003
1:45 am
992
... Hi I'afraid no. In the snippet dirlist.bas ( once upon a time published in 'Files' ) which displays a list of all memos with certain properties, I used a...
mauseohr1944
Offline
Jan 4, 2003
11:48 am
993
... different list ... Depending on your program, if both listboxes weren't being used at the same time, there is a possible work around. If you can fit the ...
yock1960 <yock1960@...>
yock1960
Offline Send Email
Jan 6, 2003
4:42 pm
994
The documentation states that the fn wait(1) function will return a value that is greater than -1 if a screen tap occurs before the function times out. My...
cerroni2002 <cerroni2...
cerroni2002
Offline Send Email
Jan 6, 2003
9:24 pm
995
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Hi I'afraid no. In the snippet dirlist.bas ( once upon a time published in 'Files' )...
Michael Taylor
michaeltaylo...
Offline Send Email
Jan 7, 2003
4:43 am
996
hello, I'm writting a program, and it wtite results in a new record in a database (Handbase 3). Could somebody tell me if it is possible te erase an old record...
joseberar
Offline
Jan 9, 2003
5:10 pm
997
This is a very early beta test version of a stripped down Tiny Basic interpreter which runs completely inside an Palm OS 5 armlet (accelerated native ARM code...
hotpaw2
Offline
Jan 10, 2003
9:52 am
998
I went to download this to give it a try but got a 'page not found' error - is this the right URL ?...
rich_games_plus
Offline
Jan 10, 2003
4:07 pm
999
Hi All! I am running version 1.3.2 and I am stumped. I am writing a very small routine to read the directory and create a list of files based on some...
jimr@...
jrendant
Offline Send Email
Jan 10, 2003
5:40 pm
1000
I would like a copy of this program as well Thanks Jim Rendant...
jimr@...
jrendant
Offline Send Email
Jan 10, 2003
5:55 pm
1001
Steve, Sorry I did not respond right away, I have been on vacation for past the few weeks. Wow, that is an impressive technique! I did not even know you could...
xotony <xotony@...>
xotony
Online Now Send Email
Jan 10, 2003
8:41 pm
1002
Ron, This is EXACTLY what I was looking for! Awesome. I used this to reverse the graphics in my buttons and they look super now when selected. As an...
xotony <xotony@...>
xotony
Online Now Send Email
Jan 10, 2003
8:48 pm
1003
Hello group, USING: Palm OS 4.1 Ybasic 1.3.7b2 registered Palm m515 I made an applet using the makelauncher addin. The program runs fine when called from...
Dave Wendling
kb1eaa
Offline Send Email
Jan 11, 2003
3:22 pm
1004
... Hi You'll find it under files\source\dirlist.txt. I thought I had withdrawn it, but actually never did Regards Geert...
mauseohr1944
Offline
Jan 12, 2003
10:12 am
1005
WHAT WEBSITE HOUSES THIS PATH? >...
jimr@...
jrendant
Offline Send Email
Jan 12, 2003
11:48 pm
1007
... hi I didn't mention a website since it's located right here in the hotpaw group ( ever noticed the rectangle with the menuitem 'Files' ? ) I'm sorry if it...
mauseohr1944
Offline
Jan 13, 2003
6:52 am
1008
Sorry, but when you are using a text only email viewer you don't get to see anything called files....
jimr@...
jrendant
Offline Send Email
Jan 13, 2003
2:14 pm
1009
I uploaded a newer release last night and fixed the link. cbasPad5 in for OS 5 only. Still haven't heard from any Nx60 or NX70 owners. My guess is that...
hotpaw2
Offline
Jan 14, 2003
1:41 am
1010
I have an NX-70 - I would have responded faster, but since the link was down I couldn't get the software to give it a try... 8-) It does indeed run on an...
rich_games_plus
Offline
Jan 15, 2003
3:08 pm
1011
Try this simple Basic benchmark: 10 t1 = fn timer(100) 20 x = 100000 30 y = 0 40 while (x>0): x=x-1: y=y+2: wend 70 t2 = fn timer(100) 80 print x, y,...
hotpaw2
Offline
Jan 15, 2003
6:53 pm
1013
hotpaw2, how long does the below benchmark take to run on a tungsten t running hotpaw? does the tungsten run pre-ARM apps (hotpaw) as fast as possible, or do...
greenchile505
Online Now
Jan 16, 2003
5:48 am
1014
Most regular PalmOS applications seem to run somewhere around 2 to 3 times faster on a Palm Tungsten T (m550) than on a Palm V. But armlet accelerated apps...
hotpaw2
Offline
Jan 16, 2003
7:14 am
1015
Just got a chance to try the benchmark program as posted. It took about 2 seconds (sorry, no digital stop watch available) between issuing the run command and...
rich_games_plus
Offline
Jan 17, 2003
5:35 pm
1016
I converted a memo to a doc using QuickWord. When I go past the 4K limit it crashes. Fatal Alert DataMgr.c, line 8589, index out of range with a reset button...
mckelveyw <mckelveyw@...
mckelveyw
Offline Send Email
Jan 20, 2003
3:20 am
1017
... Liz - Still working on the PPRK "challenge"? We "Talked" abaout a year ago, and maybe i can continue to help. Email me directly at WGO@..., and...
fiero_bill <billo1701...
fiero_bill
Offline Send Email
Jan 20, 2003
2:22 pm
1018
Ok, I'm a gluten for punishment. I have posted two questions with zero response. Here goes again.... Using Palm OS v4.1 YBasic version 1.3.7b2 registered with...
Dave Wendling
kb1eaa
Offline Send Email
Jan 21, 2003
9:51 pm
Messages 987 - 1018 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