Dear group, i'm writing a program, that uses its own databases. It would be nice to have the opportunity to beam either the program or a database to share them...
Martin, ... It is not a simple API call which implements beaming. It requires a series of operations using the "Exchange Manager" in Palm OS including the...
Martin, If all you need is simple beaming of entire databases or applications, you might want to look at the Beamer application in the Files section of the...
Martin, To add to Mike's comments, I have used the "Beamer" app he mentions, and it works very well so far. As he says, it doesn't beam individual records,...
I have a Help Form that displays various context-sensitive messages, and I wanted to change its title with each message. First I tried NSBSystemLib's...
David, You might note in my original message that the first thing I tried was NSBSystemLib and its FormGetTitle/FormReplaceTitle calls. They worked perfectly...
... Onik, My apologies, I skipped right over that... :( What version of NSBasic are you using currently? I believe I've used the NSBSystemLib library for this...
David, No apologies necessary! I appreciate you taking an interest in my problem. I'm a little surprised that no one else has responded, and that this topic...
... messages, ... and ... I don't have a device to test with, but NSB 4.1.4 works with NSBSystemLib to change the form title in the OS 5.3 simulator (using the...
I do something similar where my forms are all initially set up with a description of "1234567890123456789012345". This always initialized my form at 25...
That was about when the ARM Native Runtime was first released. Can you try the latest version and let me know if your issues persist? I was burned using the OS...
I used almost the same approach, padding all my form's title to 24 chars. Then I used a Global variable, set to 24. Less likely to introduce error in the code....
Onik, I don't even bother changing Form titles. When I want control over the title, I use fields or buttons, or simply use DrawChars to draw/erase the text,...
I have write a Application on Symbol SPT1700. I use NSBSymbolLib to enable scanner but I can't disable scanner when application has been terminated. After...
Well put! I ended up using PushButton objects. When drawn with Height=14, using Font #1 (Standard Bold), they are attractive, easy to program, and almost look...
I have gotten the Mail List Archive Group (MARC) to archive the NSBasic-Palm and NSBasic-PalmAPI. You can start viewing and searching the lists as mail...
I need write or read events in Calendar v. 1.0 of Palm. Does anybody have some idea of as to do this? That is possible through NSbasic? Thanks for help Raul...
Hi. I am working on an application where the user has an option that requires that the application clear the event queue if the screen is tapped. It works if...
Hi. I want to send a message to the user 'searching the Database' in blinking an colored during doing a search, because the search takes a longer time. Is this...
I have just noticed in the Tech Notes the availability of PocketPurchase. After perusing the info and their website, it seems like it might be very useful in...
It's a shame to see that NSBasic dont have Category handling functions. Does someone have a sample of the CategoryEdit API using SysTrapFunc? I cant believe...