Hi! This is a message that I receive this morning, and Im sure that someone in this group could be interested: - - - Original Message - - - Dear Moderator of...
Hi I added the option to choose the file to be converted from a listbox. The filelist will display either all memopad or Pedit32 files ending with .bas -...
Hola, alquien sabe como mostrar en pantalla letras grandes? quiero que sean varios puntos más grandes que las que aparecen por default. La idea es que sean...
Ooops I have to apologize - my testin wasn't sufficient. I uploaded a corrected version. I hope I haven't caused too much anger. In the present version, the...
Hi could somebody translate the posting? I t sounds to me as if it's a quetion about using larger fonts as default. There are ways, but I hate to answer...
Translation: Hello, does someone know how to show big letters in the screen? I want them to be bigger than the ones that appear from default. The objective is...
Hi There are several ways to handle this: 1. Download an appropriate font and install it. http://cgm.cs.mcgill.ca/~luc/palm.html Install a hack-manager (...
Where is my brain ? Here are the corrections to our request. Hello, We need help again. We need a program to display four simulated LED's. This will be used...
Hi Look into your mail-box! Code that might be sufficient, should be there by now. If anybody else cares, it works as follows: You input a number between 0 and...
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...
Mar 9, 2005 7:04 pm
1669
I am interested too. Jorge ... cbaspadandhotpawbasic@yahoogroups.com ... and HotPaw Basic] Re: Science Project ... to ... cbaspadandhotpawbasic ... another ......
Hi I uploaded it to Files/Snippets The program is in sendnbin.txt - the necessary bitmaps in Roambot.prc. I tested it with two handsprings: Palm OS 3.5 /...
Hello, Wonderful program, thank you for all your help. It seems this project has caused quite a stir......good. We are expiencing a small problem however....
Hi My first guess would be a different 'Roambot.prc'. Second guess: Those machines handle things differently, which I can't verify here. To stop guessing, I...
I had written a QBasic program long ago to take a few families names and randomly draw names for a Gift Exchange. The idea was to keep people from the same...
Is there a command or method for sending data out of the IR port and not waiting to see if it is received or looking for a device to send it to. I want to just...
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...
Mar 12, 2005 6:52 pm
1677
Hi Open the ir port: open "com1:",rate,ir as #5 on both the sending an receiving palm send data: print #5,a$; a$ will be sent without handshake or messages. ...
I have a programt hat I've wrlttent that uses multiple buttons to query for info computed within the program. My first button works it sends the program to a...
Thanks I was on my palm at a restaurant when I sent out that request. I will try to put a section of code together and attach it as a response to my original. ...
Geert RE: Multiple Buttons Here is the complete code to my program. The program works fine until I try to use the "M". "V" or "D" buttons, then I get an...
Hi The first problem I ensountered was, that your code was too long to fit in one memo. I shortened it by removing unneccesary blanks and linefeeds an changed...
Mauseohr Thanks now it appears to work perfectly. I use pedit so I'm not limited by the Palm Memo 4k limit. I don't understand the syntax of the "on x-31 gosub...
Hi I use pedit32 for larger programs as well ( or use the #include pragma which can keep code under construction apart from code running perfectly - thus the...
Geert Thank you so much for your time and attention to my problem. I just wish that I knew enough to be able to help others. As you probably guessed I am not a...
Has anyone had success with the vfswirte command on an OS4.1 device? I would like to be able to write some binary output files, but I can not get the vfswrite...
Hi everybody, I have recently bought a T5 and I want to use it as brain of my hobby robot. I am interested in Rx/Tx data from serial port and also using...