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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1705 - 1734 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1705
I'd like to be able to put a keypad for data entry on a custom form, that will look like the keypad on Form 12. Is this possible in Hotpaw basic? Thanks for...
drsail13
Offline
May 4, 2005
4:09 pm
1706
No one answered the questions but as I have found out some of the answers I thought I'd post them for posterity. setting the buffer to 5000 characters works...
Clive Just
im_ceejay
Offline Send Email
May 5, 2005
4:46 pm
1707
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
May 7, 2005
3:05 pm
1708
Hello everyone, This is a quest for all you wonderful programmers out there. Here is some code which displays four arrows on your palm, you press an arrow to...
profwalsh2
Offline Send Email
May 12, 2005
6:35 pm
1709
Any one using the IRCOMM option with sucess ? Thanks Rubens ZIRE Z21...
Rubens
ww3games
Offline Send Email
May 13, 2005
10:27 pm
1710
How many moves do you want to store ? Just store then in the rs() and after, for example, 10 moves, read the rs() and start to send via ir or com. Rubens...
Rubens
ww3games
Offline Send Email
May 14, 2005
1:03 pm
1711
I think 50 would be plenty. ... From: "Rubens" <rml@...> To: <cbaspadandhotpawbasic@yahoogroups.com> Sent: Saturday, May 14, 2005 7:03 AM Subject:...
C. Walsh
profwalsh2
Offline Send Email
May 14, 2005
2:09 pm
1712
I will try the code here in my palm and send it to you. But I just have IR in my PALM, not serial... Rubens...
Rubens
ww3games
Offline Send Email
May 14, 2005
3:11 pm
1713
Hi I don't want to sound too critical, but: Suggesting the use of the rs()-array to store moves, proves that the program and its functions are completely...
mauseohr1944
Offline
May 14, 2005
4:01 pm
1714
Does anyone have an example of using HotPaw to hand off an eMail address to the Palm's default eMail app? (ie. startup Snappermail, VersaMail, with an email...
Joe Baughman
ebonair
Offline Send Email
May 20, 2005
7:19 pm
1715
Does anyone know if it is possible to obtain the original Ybasic code from a .PRC applet that was created using "bcdmakelauncher.prc"? I created a large Ybasic...
scottknecht
Offline Send Email
May 28, 2005
2:05 pm
1716
Hi That's quite easy. However, anybody can write 'I want to retrieve my lost code . so I'm a bit hesitant as far as publishing these means is conderned. But on...
mauseohr1944
Offline
May 28, 2005
5:44 pm
1717
Greetings everyone, Recently joined this group and would like to introduce myself. My name is Ruben van der Leun, currently studying for Application Design,...
ruben@...
rvdleun
Offline Send Email
May 28, 2005
11:39 pm
1718
... Hi, seems the zip doesn't exist under the location :-( Marcin...
markoz1973
Offline Send Email
May 31, 2005
11:39 am
1719
Hey, Hummm, it should. Did you accidently add the . in your browser? Kind regards, Ruben...
ruben@...
rvdleun
Offline Send Email
May 31, 2005
12:41 pm
1720
... You'll have to copy and edit the link - the "." at the end of the sentence is being picked up as part of the link. This works: ...
johnecarter
Offline
Jun 5, 2005
8:02 pm
1721
Hello everyone, im a newbie here but we all gotta start somewhere. I am dead set on creating this particular application for my palm. My application is a real...
think56
Offline Send Email
Jun 12, 2005
10:54 pm
1722
Hi If you want to keep the HEX-notation ( 0xff ), you would have to use: 100 print #5,chr$(val("0xff")); The ';' is important as it prevents an additional ...
mauseohr1944
Offline
Jun 13, 2005
6:35 am
1723
Hotpaw Basic 1.4.5 runs a little strange on my new TE. I'm not sure exactly what things are different. I was hoping maybe someone else had already defined...
Larry Turner
pinkp8ther
Offline Send Email
Jun 13, 2005
10:06 am
1724
Thanks for the help Geert!! print #5,chr$(val("0xff")); How would i go about sending multiple hex characters, for instance 0xff 0xff 0xef as a string of...
think56
Offline Send Email
Jun 14, 2005
9:36 pm
1725
Disregard earlier question, I got it to work :). I am now able to initialize my device as well as send command for real time variable stream in my ybasic...
think56
Offline Send Email
Jun 15, 2005
1:44 am
1726
sub getdata print #5,chr$(255);chr$(255);chr$(239);chr$(90);chr$(8val("0x08")); chr$(15); end sub should work as well and save a lot of memory ( remember the...
mauseohr1944
Offline
Jun 15, 2005
8:59 am
1727
Ooops I made things a bit too copmplicated: Instead of print #5,chr$(val("0xff")); you use the simoler: print #5,chr$(0xff); I never use the 0x.. Hex-notation,...
mauseohr1944
Offline
Jun 15, 2005
2:44 pm
1728
You can simplify your program by concatenating the strings as follows: print #5,chr$(val("0xff"))&chr$(val("0xff"))&chr$(val("0xef")); As far as the other...
clive just
im_ceejay
Offline Send Email
Jun 16, 2005
8:39 am
1729
Wow, thanks for these replys guys, truly helpful. I have been trying to decipher as much as i can so that i can at least offer some valid questions for your...
think56
Offline Send Email
Jun 17, 2005
2:47 am
1730
Hi To monitor a ( more or less )continuous stream try the following approach: call initialize:'initialize serial comm.,send necessary strings 'Start of main...
mauseohr1944
Offline
Jun 17, 2005
8:59 am
1731
Hello, mauseohr1944 made a routine to create a listbox from memo tittle, is it possible to create a lixtbox from the text of a memo ? Have you an example of...
joseberar
Offline
Jun 18, 2005
8:02 am
1732
Hi I just uploaded 'filelist' to the files section. You can choose a memo from a listbox - the lines 2 to 65 become the contents of listbox 2. Due to the...
mauseohr1944
Offline
Jun 18, 2005
2:13 pm
1733
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 19, 2005
10:37 am
1734
Whilst I have written my application and it works find with LSDB only having 3 fields is a little limiting (I could really do with 4 real ones - not 3+) Is...
Clive Just
im_ceejay
Offline Send Email
Jun 24, 2005
5:33 pm
Messages 1705 - 1734 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