Hello to all of you, As I am new to Hotpaw Basic, I have only just begun to learn how to program my Palm (Sony Clié SJ-30) with it. As I am carrying the...
Hi again, I just found out how to upload the tutorial to this usergroup. It's under the 'files'-link (only the .pdb-version at the moment). Regards, Alex...
Hey Everybody, I've been trying to sort of duplicate the notepad program in hotpaw (for hopes of finally creating an animation program). Using the graphics ...
Hi Everyone: I was just wondering if there is a way to send a string out to the Palm clipboard? I've written a pretty cool little tip calculator and I'd like...
To steal directly from the quickref.txt file supplied with ybasic: put "clipboard", t$ '- puts text string in the clipboard. put "clipboard+", t$ '- appends...
Thank you so much. The funny thing is that I searched the quickref.txt, readme.txt, and basic_language.txt for "clipboard", "clip" and "board" but for some...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... I use this feature constantly and it''s very handy! #Put into clipboard put...
Using ver 1.39 of Hotpaw, whenever I create a custom about-box, the about-box text gets corrupted by underlying FORM FLD vertical cursors which are part of the...
Message text written by INTERNET:cbaspadandhotpawbasic@yahoogroups.com ... Using ver 1.39 of Hotpaw, whenever I create a custom about-box, the about-box text...
Well, I've just searched the archives for any help I might find, and I found none. I can't seem to get makeprc to work. I know I have all the right files...
It sounds like you are doing everything right, but you may want to take a look at a generic makeprc program on my tutorial site: http://www.greertech.com Check...
Still not working. I ran the program I found on that site, and it said "OK - Applet Created", but when I try to find it, it's not anywhere. I don't know how...
Hmm.. frustrating indeed. A long time ago I remember having a problem like this when I was using a very old version of bcmdmakelauncher.prc with a newer...
Now mine isn't working either! Wow, it seems to fail randomly even though makeprc reports a sucessful completion. Now I see what you mean. I did a bunch of...
All Right! Now it's working! I guess I just needed the latest version of bcmdmakelauncher.prc. Now I just have one last question...If I wanted to distribute...
Also, I just discovered that I don't know where the prc file is. I looked in the backup directory, and it wasn't there... Anyone know where it might be?...
I *think* I found the problem! If you want to make a prc file from hotpaw, make sure that the memopad program file is NOT memo #0 !! Was the program you wanted...
You need to use a memo other than the very first one in the MemoPad for bcmdmakelauncher to work. Make sure to set the backup bit before you perform a HotSync...
I am Trying to make a prc file and the basic file is big enough to put into 2 memo files. It made the prc file.... but the included file is not part of the...
Well, have you tried linking to a .PDB file at the end of the first memo? A .PRC file will not read to memo files, so one of them has to contain a link to the...
Well, I just bought into the future and picked up a Palm Tungsten T3. I really wanted a modern Newton, but that's another story. Looks like I'll be eating...
I ran HotPaw Basic with a Tungsten T3 using os 5.2.1, and noticed only one quirk so far: Any program that tries to DRAW a text string will run, but the actual...
15/10/2003 08:35:30 Text drawing works fine if you put it after form btn line... Remember to put all form btn lines at the top, just after form reset or draw...
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...
Oct 15, 2003 7:03 am
1267
Aha! I had forgotten that rule. I rewrote some of my programs the right way and now all is well running HotPaw under os 5.2.1. Thanks for the reminder! Brian ...