Hi group, I need by means of NSbasic to make vibrate and sound one tre270. I dealt with the SysTrapSub function: HwrVibrateAttributes 1076 But i get a error ...
Roberto, The best place is the Palm OS documentation, available from PalmSource. You can get the emulator, simulator, Conduit development kits, and lots of...
Roberto, ... Handspring were always ahead from Palm :) Palm only implemented it in OS 4. ... I don't think so... Handspring specific API shouldn't be called...
Excuse me if this is too basic, or has been answered before, but I had been searching the forum and found nothing. How can I get the SysTrap number of an API...
... Then, take a look at Technote 04: http://www.nsbasic.com/palm/info/technotes/TN04.htm Dim ForeIndexedColor as Short Dim ForePreviousIndexedColor as Short ...
Am using a Gadget for signature capture. Can anybody advise on the format of the string returned form endSignatureCapture so as I can convert it into into a...
Jim Clark
JClark@...
Jun 17, 2004 7:57 am
2528
It is documented in the Handbook. Doug Handy has written a handy(tm) utility for this already called sig2bmp....
Technote 06 was very educative, thanks. =) But Technote 04 was not very usefull because I am trying to use non- indexed colors. It should be possible to...
Thanks Doug, I have a copy of "NS Basic Programming for Palm" but could not find any specific info about format of Signature strings. Only the reference to...
Jim Clark
JClark@...
Jun 17, 2004 11:18 pm
2532
... bitmap? ... It's a compressed format, so the number of bytes will typically be less than the size of the gadget. From Section 10.H of the NSBasic 4 manual...
Just for the record: It works. In the last test I uploaded to the Tungsten I forgot the line "NSL.SetDepth 16".... With this lines added to the template of a...
Are there any usable tools to perform subj? I have a problem because of Access stores field data in UTF-8 codepage, but i haven't found anyway to change it for...
Hello, I am located in Munich, Germany. I shortly bought NSBasic V4.2.0a. I am a newcomer in Basic Programming. I am writing an app for Palm V with OS V 3.5. ...
... V ... timer ... field ... Since you didn't post your code, the following is some general information that may be helpful. Palm OS is a single-threaded...
Hello Hans, I recently had a lock up problem and found that putting code into buttons was not a good idea. It is better to put as much code into the Form...
Hello, I am creating a small program for Palm V, OS 3.5. Now I want to have my special Icon (bitmap) for my application in the application screen of the Palm. ...
In general, putting code in buttons is fine. It's possible that if you are doing something complex with event handling in your event code, you could affect...
Hello George, yes I have checked the handbook before. But now I have checked it more precisely and I found it. It was nearly easy, it would be better do...
Since NS Basic accept images as jpg, gif and bmp, there are many, many applications you can use to create icons. It depends mostly on what you are used to...
Hi, the Handbook tells me, that i can do a REDRAW in the Form After Code to show (for example) the actual time. How often will this refresh "happen"? 10 times...