Thanks Doug, ... Doug this is what im trying to do: 1: User opens MEMOPAD (Address book or whatever palm app text field) 2: User taps on 1st line 3: User...
JAG, ... Can't do it with systraps and NSB, because Palm OS (through OS5) does not support more than one UI thread. Thus it is impossible to have a NSB...
Has anyone used the DmSetDatabaseInfo call to set the Palm PDB version in the header? I found it listed in the SDK document, but I don't know how to look up...
Stephan, ... You can't call it directly from NSB/Palm. First, it requires too many arguments and exceeds NSB's limit of 6 for a SysTrapSub (and 5 for...
Thanks a bunch dude, I really appreciate your indepth solution and explanation to this problem. I guess ill have to wait for NSB 9.0 to do this :-) Take care, ...
Hello: Does anyone know how to use the "file" 'API's". I need to open a file and send it out serial port. I would appriciate any advice/info on using API's...
Keith, ... Let me start by asking why you think you need to use these APIs. It is very uncommon to have a filestream on a device. Hot Sync manager does not...
Hi everyone, I'm writing an app where I need to use the power button to start a clock display running. My current code (using SetEventHandled) works just fine...
Mark, ... You can't (from NSB). But try using NSBSystemLib's SysHandleEvent(), which may do for you what you need. No promises. ... No, it means it wants a...
Woo Hoo! SysHandleEvent() worked. Thanks. ... SysHandleEvent(), which may ... needed to ... and all ... header file ... the type of ... embedded nulls, ... So...
I use GETRIGHT for most of my downloads. This is a PC utility which executes FTP transfers using the filename from the link in a web page. I was trying to...
i'd like to launch an application named "Test" saved into sd/mmc in this standard directory /palm/launcher/test.prc I use Chain 1, "Test" 'assuming CardNo = 1 ...
You may need to use your browser to download the files. It sounds like Yahoo has the permissions set so you can't see the contents of the folders. This is...
Hi, Just curious - I looked thru the DB of API calls and I dont see a Systrap for ClipboardRemoveItem. Is there a simple way to take the contents of the...
JAG, If you can't find an API for it, you can use an invisible field, paste the contents to the field, then copy the field contents to the string variable. ...
Thanks Mike, But what I was hoping to do was to automatically load the contents of the clipboard into a Global Var or Textbox when the program is started. Any ...
... After a tcp Close the TcpIpLib closes the connection, but PPP hangup is organized by Palm. I don't know if a PPP hangup call exits, but you can do it by...
Can someone tell me what this means? I can comment the call to my function out, and I don't get the error. But I need to be able to call the function. ...
Earl, You may have a variable defined with the same name as the function. I did the same thing when I wanted to use DbRead (as DbRed phonetically, past...
i'm not sure what this is called but i'd like my program to run immediately after the pda is turned on (like a program in the startup folder or autoexec.bat)....
This is an NS Basic/CE question. (No, I don't know the answer to this - it's something that would be controlled the OS, not NS Basic) George Henne NS BASIC...
Is it possible to read the sd/mmc id with ns basic? The api function is called "ExpCardInfo" and returns a Pointer to "ExpCardInfoType" structure. How can I...
Sven, ... No (without using a shared library or C subroutine) ... NSB does not support APIs which return data via pointers, unless you can accept the data in a...
Hi! I need a routine or sharelib to get the FlashRom ID from Palm device. I know that many people here not agree to use this information , but prefer the...
Looxk, ... Check the archives of this forum. A method was posted 6/20/2001, thought since I've never used it I can't tell you if it still works on the TT...