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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2213 - 2254 of 2966   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2213
Question from a Japanese user: I want to change a database attribute using SetDatabaseAttributes() in NSBSystemLib, but the following test code gets "Fatal...
Tomo Arakawa
nsbtomo
Offline Send Email
Sep 3, 2003
5:00 am
2214
Not sure if you have to open DB before getting attributes, anyway I used as follows and worked fine for me. Set to 00 means no Backup. The constants for ...
Jim Clark
JClark@...
Send Email
Sep 3, 2003
5:19 am
2215
Tomo, ... Yes, you are missing the status code passed back by the routine. In NSB/Palm, if a shared lib call is a function instead of a subroutine, you MUST...
Douglas Handy
douglashandy
Offline Send Email
Sep 3, 2003
5:24 am
2216
Jim, ... You're correct; you don't need to open a database before getting its attributes (one of the attribute bits will tell you if the database is open or...
Michael Verive
mverive
Offline Send Email
Sep 3, 2003
1:22 pm
2217
Doug, You are right! Assigning the return value to a variable solved the problem. Thank you very much. Jim and Mike, Thank you for your response! Tomo...
Tomo Arakawa
nsbtomo
Offline Send Email
Sep 4, 2003
1:31 am
2218
I am new at Palm programming, I've been asked to make a "special" program to be used with this scanner ...
Ivan
ivanquiroz
Offline Send Email
Sep 5, 2003
5:51 pm
2219
Ivan, ... NSB/Palm provides support for the Symbol SPTxxxx line, including the SPT1550, via a shared library NSB provides in lieu of using the SDK from Symbol....
Douglas Handy
douglashandy
Offline Send Email
Sep 5, 2003
6:41 pm
2220
i tried to use your code to set the focus for a field but when i open the form where the certain field is a fatal alert message box appears with the following...
naobabe
Offline Send Email
Sep 5, 2003
11:40 pm
2221
Naobabe, ... It means the ObjIndex value passed to FrmSetFocus is not valid for the current form. This could happen because the form is not yet active (for...
Douglas Handy
douglashandy
Offline Send Email
Sep 6, 2003
2:05 pm
2222
Hi Doug, i tried to use the sys trap function because i tried the field.setfocus first but it gave me an error message, but after i read your message i tried...
Naomi Acosta
naobabe
Offline Send Email
Sep 6, 2003
4:17 pm
2226
I tried a search of the board but it does not work - soooo - What is the call to detect the 3 min auto-off on my Handspring and set eventhandled. Bill Booth...
Bill Booth
skookum1
Offline Send Email
Sep 16, 2003
5:18 pm
2227
Bill, ... Somewhat recently, v3 was enhanced to return this as a "key" event in the form's event block. The key would be chr(18) -- see GetKey() in the docs. ...
Douglas Handy
douglashandy
Offline Send Email
Sep 16, 2003
5:29 pm
2228
... ObjIndex) 'FrmGetObjectPtr ... of ... I tried the above and gives an error. ObjIndex = SysTrapFunc(384, 1, FormPtr, ObjID) 'FrmGetObjectIndex should read ...
blinky2kbill
Offline Send Email
Sep 21, 2003
10:40 am
2231
Dear Palmites, I have to display a paragraph in the palm using windrawchars funtion. The length of the paragraph goes over the palm screen. I want to divide...
Venkatesh NKN
venkat2k_vb
Offline Send Email
Sep 29, 2003
4:48 am
2232
Venkatesh, ... Why can't you use a multi-line field with the editable property set to false? Then the OS takes care of the wordwrapping for you. ... You...
Douglas Handy
douglashandy
Offline Send Email
Sep 29, 2003
4:58 am
2233
Venkatesh, If you won't use a field, I guess you really should use FntWordWrap instead of FndCharsInWidth, because FntWordWrap will break on a space, tab, or...
Douglas Handy
douglashandy
Offline Send Email
Sep 29, 2003
5:00 am
2235
Hello, I'm new, beginner, and french... I would like to have some help to include the DALP API MYSQL in my nsBasic soft. DALP API MYSQL is an API to connect a...
dimitrirybal
Offline Send Email
Oct 14, 2003
11:40 am
2236
Dimitrirybal, Let me qualify my response by pointing out I am just a user, so don't take this as an official response from NSB. Just my opinion. ... I'm not...
Douglas Handy
douglashandy
Offline Send Email
Oct 14, 2003
1:07 pm
2239
... Thank you very much Doug, for your response. I am new also in forum... And it's really 'magic' to find some help! so thanks. Pity for this way. I will find...
dimitrirybal
Offline Send Email
Oct 16, 2003
12:26 pm
2240
Have a look at the TcpIpLib. It includes sample code to a server on the desktop, which could be used to do the actual lookup and send the results back. ...
George Henne
ghenne
Offline Send Email
Oct 16, 2003
12:53 pm
2241
Dimitrirybal, ... Using a conduit or otherwise translating the data to install on the palm is VERY different than using DALP to access the data while it...
Douglas Handy
douglashandy
Offline Send Email
Oct 16, 2003
1:23 pm
2243
Is there an api to disable word wrap for a field? Any suggestions appreciated. Thanks Pat...
Patrick Alan Luft
bethylid
Offline Send Email
Oct 18, 2003
5:09 am
2244
Pat, ... Don't make it multiline. Multiline fields wordwrap; others don't. What are you trying to do? Doug...
Douglas Handy
douglashandy
Offline Send Email
Oct 18, 2003
12:15 pm
2245
I am having a terrible time figuring out how to program the API calls on my Treo90. The SDK 5.0 program on the Palm site appears to require CodeWarrior to run...
Bill Booth
skookum1
Offline Send Email
Oct 21, 2003
3:55 pm
2246
Bill, ... If I'm not mistaken, just setting the OS property for "numeric" for a field will cause the Treo line to automatically use numeric shift while the...
Douglas Handy
douglashandy
Offline Send Email
Oct 21, 2003
6:04 pm
2247
Bill, ... Have you considered setting the field's numeric property to true? This will force numeric input (actually, it only accepts positive numbers, which...
Michael Verive
mverive
Offline Send Email
Oct 21, 2003
6:50 pm
2248
How can I use this? I was thinking somethink like this Dim PixPattern as Variant PixPattern = systrapfunc(547,..... But I am not sure what arguments it need...
Ivan
ivanquiroz
Offline Send Email
Oct 21, 2003
7:42 pm
2249
Ivan, ... You can't, reliably. The problem is the return value is 8 bytes long but could contain nulls, and there is no data type in NSB/Palm which...
Douglas Handy
douglashandy
Offline Send Email
Oct 21, 2003
8:58 pm
2251
I have created a "grid" of 24X30 using a draw line comannad. A gadget object to fit the gridd to create a click event. When the user press in the grid, the...
Ivan
ivanquiroz
Offline Send Email
Oct 22, 2003
3:20 pm
2254
Hi, How come to access Bluetooth API or Library. I have M515 with SDIO Bluetooth and Tungsten T with build-in Bluetooth. With NSBasic, I test make serialopen()...
dea_ironi
Offline Send Email
Oct 26, 2003
2:37 am
Messages 2213 - 2254 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