Hello everyone, I know the VFS functions were one of the later implemented (beta) features, but I was wondering if someone could help me with some basic...
Hi All, Is there a way to eliminate the Hotpaw banner during run time? I would like to use the entire screen for other purposes. Regards, Lou Balleweg ...
Hi Have you tried to clear the screen prior to drawing anything with the command: cls or draw -1 ? If you want to clear the title of the window, add: draw...
Eliminating Hotpaw banner Thanks for the response. Since I posted the question I have found a way. It is: draw color 255,225,255,1' Set foreground color to...
When I got my new Treo 600, I'd found that all of my 'compiled' HotPaw code (done with MakePRC) didn't work. Many of the interface items would not longer be...
Hi To save the source from a PRC, open the PRC from your backup directory with wordpad. You'll find your text in the middle of unreadable junk. Delete the...
Thanks, It works and is simpler. Lou Subject: [cbasPad and HotPaw Basic] Re: Eliminating Hotpaw banner Hi draw 0,0,160,160,-7 does the same and eliminates the...
... Thank you very much! This helps a lot! _________________________________________________________________ Express yourself instantly with MSN Messenger!...
I have written a HotPaw program and I want to create a piece of credit- card sized hardware that only runs this one program. Essentially I want to create my...
... I took a look at the documentation, but couldn't find anything related to this. _________________________________________________________________ Is your...
I'm running a Treo 650 with web access and would like to develop simple apps to access material on the web and report back in a screen or form on the PDA. Can...
HotPaw Basic does have functions to access network sockets. You'll need to know how to construct a proper http request to port 80, and to parse the response....
I'd like to have access to the DET(X) function to return the determinant of array X. This would be useful to determine (no pun intended) whether or not a...
I seem to have lost my registration number! Anyone know how I can get it again? thanks! _________________________________________________________________ FREE...
Has anyone tried the new beta command: open "com1:", 9600, "ircomm" as #5 I tried it exactly as shown here and got a syntax error. Also, are there any Hotpaw...
Hi according to the documentation I know, it should be: open "com1:","ircomm" as #5 I don't think there is much sense in trying to set a baudrate for IR. I...
Hi, Thanks for the response. This was copied directly from the Readme file available on the Hotpaw Basic website. Beta Test serial communications commands (OS...
Hey everyone, I've been using HotPaw for a bunch of time now and love it. I eventually tried to use input$ in the form of: input$ (prompt$, [title$ [ , n } ]...
... eventually tried to use ... 2, then it displays an OK ... But I can't find a way to ... The "fn formbutton()" command can be used. It returns the key code...
Hi Files section Programs PRC-Maker.PRC PRC-Maker as prc. For both Mempad and pedit32 This is the last standalone PRC-Maker I made, and I have been using it ...