Search the web
Sign In
New User? Sign Up
nsbasic-palmAPI · NSBasic for Palm PalmOS API support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2414 - 2443 of 2966   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2414
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_bultmann
Offline Send Email
Mar 3, 2004
11:15 am
2415
Have a look at the NSBeamer Control: <http://www.nsbasic.com/palm/info/technotes/TN05c.htm>...
George Henne
ghenne
Offline Send Email
Mar 3, 2004
2:07 pm
2416
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...
Douglas Handy
douglashandy
Offline Send Email
Mar 3, 2004
2:27 pm
2417
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...
Michael Verive
mverive
Offline Send Email
Mar 4, 2004
8:11 pm
2418
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,...
Bruce A. Conway
doogieman104
Offline Send Email
Mar 6, 2004
12:23 am
2419
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...
onikarian
Offline Send Email
Mar 9, 2004
6:34 pm
2420
... Use the NSBSystemLib shared library instead. It's far easier than using Systraps. You can read about it in Tech Note 14....
David Orriss Jr
rockgtrseattle
Offline Send Email
Mar 9, 2004
10:33 pm
2421
David, You might note in my original message that the first thing I tried was NSBSystemLib and its FormGetTitle/FormReplaceTitle calls. They worked perfectly...
onikarian
Offline Send Email
Mar 9, 2004
11:53 pm
2422
... 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 Orriss Jr
rockgtrseattle
Offline Send Email
Mar 10, 2004
3:36 pm
2423
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...
onikarian
Offline Send Email
Mar 10, 2004
4:06 pm
2424
... 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...
John Carter
johnecarter
Offline Send Email
Mar 11, 2004
2:24 am
2425
I do something similar where my forms are all initially set up with a description of "1234567890123456789012345". This always initialized my form at 25...
SoftwareSynergy
jchase12000
Offline Send Email
Mar 11, 2004
2:43 am
2426
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...
George Henne
ghenne
Offline Send Email
Mar 15, 2004
12:36 pm
2427
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....
onikarian
Offline Send Email
Mar 16, 2004
2:39 am
2428
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,...
Michael Verive
mverive
Offline Send Email
Mar 16, 2004
4:59 am
2429
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...
brdead
Offline Send Email
Mar 17, 2004
1:56 am
2430
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...
onikarian
Offline Send Email
Mar 17, 2004
2:26 am
2431
Why do you have this code in the Termination Script? Are you using the STOP statement to end your app?...
George Henne
ghenne
Offline Send Email
Mar 17, 2004
11:53 am
2432
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...
David Orriss Jr
rockgtrseattle
Offline Send Email
Mar 18, 2004
4:37 am
2433
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...
rmacerau
Offline Send Email
Mar 18, 2004
11:45 am
2434
"Tech Note 09:Using Symbol Devices" for you reference. I have useing just Stop statement to end app, but ...... ... when...
brdead
Offline Send Email
Mar 19, 2004
2:02 am
2435
The STOP statement is not really needed in Palm apps. People usually end an app by starting a new app....
George Henne
ghenne
Offline Send Email
Mar 19, 2004
12:55 pm
2436
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...
bobh123us
Offline Send Email
Mar 19, 2004
9:38 pm
2437
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...
elauke
Offline Send Email
Mar 21, 2004
1:50 pm
2438
Hi. I need a simple prj for using colors. is there anyone who can help ????? Learning by doing is the best way !! Regards Eckhart...
elauke
Offline Send Email
Mar 21, 2004
2:18 pm
2439
add a color image into the 8-bit path (which is in the property box of the bitmaps)...
man959818
Offline Send Email
Mar 21, 2004
3:28 pm
2440
Have a look at this tech note: <http://www.nsbasic.com/palm/info/technotes/TN13.htm> George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Mar 22, 2004
8:06 pm
2441
Thanks a lot ... ... usually end ... scanner ... some...
brdead
Offline Send Email
Mar 23, 2004
1:57 am
2442
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...
James
drjgs200
Offline Send Email
Mar 23, 2004
3:49 am
2443
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...
DanX
javaboy_x
Offline Send Email
Mar 24, 2004
9:57 pm
Messages 2414 - 2443 of 2966   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help