I am going to try to develop a huge launcher system for my palm pilot and I would like to know if anyone had any code or suggestions for it before I get...
HotPaw Basic applets are not stand-alone applications. They can be launched from the PalmOS Launcher. But these applets require HotPaw Basic to be present,...
Hi! Thanks for your answer. The problem is I don't understand it because in your tutorial part "#PRCmaker.bas" you described how to create an own applet with...
Hi I just uploaded a prcmaker.bas to the files section. This code has worked for me for almost a year for both memos and pedit files. It gives some imformation...
I am a newby to hotpaw basic, but looking for a language for a relatively simple programming task (using the Palm to drive a remote device). I downloaded the...
Hallo Mauseohr, recht vielen Dank für Deine Bemühungen, nach dem Download (#prc(32) maker.bas) war es perfekt ! Es klappt super und ich kann ,so wie ich es...
Hi for .. next loops work without user input. ( As well as the while .. wend loops ) Why don't you post the code you're fiddling with? I don't know which for...
Thanks for the offers of assistance. This is a sample of my problem: # SimpleLoop.bas for i = 1 to 5 print i next i end When I run the program, it prints out...
Hi Tom, Yes, "print" does stop every time it prints something. Try: for i=1 to 5 i$=str$(i) draw i$ next i end The "draw" command will only work with strings...
If you just want to print to the display, without stopping so that what was printed can be read, the print at command is also available. 10 cls 20 print at...
... Hi The program I posted is an English version. I just had guessed that "h_fritzsch" might be German and told him that I might translate the program and...
... I meant using HotPaw Basic. I think I found what I was looking for though. Thanks /Peter Sent from the Palm of my hand. ... Please avoid sending me MS...
So what's the problem? Michael _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today...
Geert, Happy Thanks Giving, I must reflect back and truly thank you for all your work on the Palmbot series. It has been a GREAT asset to the children here in...
Hi all, I am experimenting with HotPawBasic 1.4.4. I tried out the code example no.5 provided with the yb_tutorial from the HotPaw download folder, where you...
Note that the current version of HotPaw Basic only supports an obsolete form of DB databases. The developers of DB seem to have completely changed their...
Hi! I found out that I can get colorIndex as follows: buttonFrame = fn setuicolor(0, 0) and then setting it back by: x = fn setuicolor(0, buttonFrame) Now I...
The command: draw color 255, -1, 0,1 which should set the foreground to black, sets it to yellow! :( Since this is not working it is impossible to use system...
Since indexed colors are obsolete, what commands is there to grab the different system colors? I can't find any. Does this mean HotPaw Basic does not support...
Hi My help list-db says: draw color r,g,b,c sets for c = 1 foreground c = 2 background c = 3 text color r, g, b for red, green, blue respectively [ 0 thru 255...
Oh, I should perhaps explain better. Normally the system colors are fixed. With this I mean the colors that are used by the system: Blue for FormFrame, White...
Hello everyone, Can someone help me with some code helps. Our science club needs some help. We would like to draw 4 triangles on the palm's screen. ( triangles...
Hello everyone, Can someone help me with some code helps. Our science club needs some help. We would like to draw 4 triangles on the palm's screen. ( triangles...