more than one set of categories?

2005-08-16 Thread Stephan
Hi all I'm implementing 3 databases and need categories for each. after adding the second database the DmSet function gives an error when the application info string is initialized? do I need to send different parameters to the DmSet function? ... any help appreciated!! regards stephan Err Me

Background Application

2005-08-16 Thread kiranp
Hi All, I am new to Palm development. I have few querries in my mind 1. Is it possible to create a Background Apllication in Palm using native C++ APIs? That means my application should be able to run in a background and will allow me to detect some events like Incoming SMS or a Call. 2. Can

Re: Read about it in the SDK.

2005-08-16 Thread Henk Jonas
druid wrote: well I tried to incorporate your ideas intot he snippet but it still crashes with the same error You see what I mean? When you know the place of the crash, why haven't you checked the parameters of the connected calls? Do you know what a debugger is for? Is it that hard to doubl

SslRead() problem

2005-08-16 Thread Philippe Fischer
Hello developers, I have a problem with the SslRead() function, if there is a small amount of data sended to the device my app hangs 60 seconds in this function until SslRead() returns the data. I've tried setting IOTimeout and AppNetTimeout without a result . regards Philippe --

Re: SslRead() problem

2005-08-16 Thread Henk Jonas
Philippe Fischer wrote: Hello developers, I have a problem with the SslRead() function, if there is a small amount of data sended to the device my app hangs 60 seconds in this function until SslRead() returns the data. I've tried setting IOTimeout and AppNetTimeout without a result . Without

Re: SslRead() problem

2005-08-16 Thread Philippe Fischer
thank you for pointing me this way, I will try it with the SslReceive() function instead of SslRead(). On Tue, 16 Aug 2005 12:11:21 +0200, Henk Jonas <[EMAIL PROTECTED]> wrote: -- --- Dipl.-Ing (FH)Philippe Fischer c

Launching Application with main category

2005-08-16 Thread chintan_dhruva
Hi, I haved build a application for palm using codewarrior but the problem is that it gets categorized in unfiled and I need it in main category ie the category of my application should be main instead of unfiled What code should I include to set my application category. Regards, Chintan -- F

Getting incoming SMS notification

2005-08-16 Thread kiranp
Hi All, Is it possible to get a notification when I receive a SMS. If my app is running then I should get the notification and if my app is not running then it should launch my app. I am a newbie to Palm development and I just read about "Attention Manager". Is that the way to achieve what I

RE: Launching Application with main category

2005-08-16 Thread John Sutton
Chintan said...it gets categorized in unfiled and I need it in main category Chintan, There's a setting in the constructor called "Default app category", put 'main' in that setting and that should be job done. Regards John Sutton -- For information on using the PalmSource Developer Forums, or to

RE: Launching Application with main category

2005-08-16 Thread chintan_dhruva
thank you for your reply Can you plz help me out where is that option in constructor. Regards, chintan -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Launching Application with main category

2005-08-16 Thread John Sutton
Scratch that Chintan, I should have tried it before replying. It's case sensitive, you have to enter it as 'Main', otherwise it creates a *new* category called 'main'. What's that all about then? Regards John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: Launching Application with main category

2005-08-16 Thread chintan_dhruva
Hi, The DefaultCategory option seems to be disabled in constructor. Regards, Chintan -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Launching Application with main category

2005-08-16 Thread John Sutton
Chintan, The setting for default application category is; In the constructor... When you see the view that shows all your forms, alerts etc. down below all that is an area headed 'Project Settings', where you enter the version string, application icon name et al. One of those settings is "Default

RE: Launching Application with main category

2005-08-16 Thread John Sutton
You have to enable "Generate App Resources", this then enables the option. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 16 August 2005 13:29 To: Palm Developer Forum Subject: RE: Launching Application with main category Hi, Th

Nobody Knows How to categorize palm application?

2005-08-16 Thread chintan_dhruva
Hi, I haved build a application for palm using codewarrior but the problem is that it gets categorized in unfiled and I need it in main category ie the category of my application should be main instead of unfiled What code should I include to set my application category. Regards, Chintan -

RE: Launching Application with main category

2005-08-16 Thread chintan_dhruva
Hi, Can I do the category setting by writing some code in rc file or in some header file. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Nobody Knows How to categorize palm application?

2005-08-16 Thread Scott Erickson
The resource editor should have a resource you can make that will allow you to set that. In PDOS it is called the App Default Category String. I would assume CW has something to do the same. -- Scott Erickson Software Engineer, FB-4, Inc. [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote in messa

Re: Nobody Knows How to categorize palm application?

2005-08-16 Thread chintan_dhruva
That is true there is a option for setting default category in designer but I want to do it programmatically ie writing some code in resource file or header file. Regards, chintan -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/

Re: Nobody Knows How to categorize palm application?

2005-08-16 Thread Henk Jonas
[EMAIL PROTECTED] wrote: That is true there is a option for setting default category in designer but I want to do it programmatically ie writing some code in resource file or header file. Regards, chintan Do you use pilrc? There it is: LAUNCHERCATEGORY "Main" There is a chapter in the compa

Re: Nobody Knows How to categorize palm application?

2005-08-16 Thread chintan_dhruva
yes I am using pilrc designer And it creates .rc file and a resource header file. Do I need to set some macros #define appFileCreator 'STRT' #define appName "PalmHelloWorld" #define appVersionNum 0x01 #define appPrefID

Re: Nobody Knows How to categorize palm application?

2005-08-16 Thread Henk Jonas
[EMAIL PROTECTED] wrote: yes I am using pilrc designer And it creates .rc file and a resource header file. Do I need to set some macros #define appFileCreator 'STRT' #define appName "PalmHelloWorld" #define appVersionNum 0x01 #defin

Re: Nobody Knows How to categorize palm application?

2005-08-16 Thread chintan_dhruva
Thank you very much it solved my problem -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Data segment exceeds 64K

2005-08-16 Thread Jefferson
Hi all, I'm facing a problem in my Palm project that "Near data segment is bigger than 64K". The project uses c++ features such as polymorphism and exception handling. Due to these mechanisms the data segment exceeds. If I disable exception handling, I didn't get the error. But I don't want

test .net app on the web with simulator?

2005-08-16 Thread cnebel
Is this possible? We use treo 650's and develop .net apps for them pulling data from multiple dbs. Can one use the simulator to connect to the web? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Battery Life

2005-08-16 Thread Dave Mottorn
I've been trying to find a way to improve on the battery life of the newer PDA's to make them a little more useful for industrial and business applications. Right now I'm using Tungsten T3's and the life of the battery on one charge seems to be about 4 hours. Having the people who are using the P

re: test .net app on the web with simulator?

2005-08-16 Thread ThuNguyet Nguyen
> Can one use the simulator to connect to the web? Yes, I think so. I check on Settings -> Communication -> Redirect NetLib calls to Host TCP/IP HTH, tnn -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Data segment exceeds 64K

2005-08-16 Thread Jerome Chapdelaine
Exception handling really consumes a lot of data segment (with the zero overhead technique used in CodeWarrior)... If you don't need to throw complex objects and don't need to have the stack objects destructors called, then you might consider switching to palm native exceptions. That's what I d

Strange problem with EvtGetEvent()

2005-08-16 Thread Stanislav Borisov
Hi All, My problem is following- I'm doing some data processing in the main application loop. If I my processing take more time(for example 2 minutes) in the next iteration in the loop the function EvtGetEvent() blocks my application for some undefined time- for about 1 min for example. I'm sure

Re: PODS

2005-08-16 Thread victor
well. I'm a c++, Visual Basic and SQL programmer ... i'm just having trouble on getting documentation about what i want : how can i add data through the palm or the computer and have it on both. and some code samples how to creat a UI i've only found documentation about the PODS enviroment bu

Re: Getting incoming SMS notification

2005-08-16 Thread Matthew Graham
[EMAIL PROTECTED] wrote: Is it possible to get a notification when I receive a SMS. If my app is running then I should get the notification and if my app is not running then it should launch my app. I've not worked w/ SMS before, but I'd guess you'll be able to do it w/ some combination of inf

Need help in Retrieving data from Palm OS 5.2.8

2005-08-16 Thread Ng Diing Yaw
Hi, I need some advice abt recovering data from Palm OS. Version shld be 5.2.8. I got a few qns... 1) What options are there to retrieve the data from Palm OS? The only thing I can think of. is to read from the first byte to the last byte of the RAM and transfer it to the SD card.. Is there an

Re: Battery Life

2005-08-16 Thread Henk Jonas
Dave Mottorn wrote: I've been trying to find a way to improve on the battery life of the newer PDA's to make them a little more useful for industrial and business applications. Right now I'm using Tungsten T3's and the life of the battery on one charge seems to be about 4 hours. Having the peo

RE: Battery Life

2005-08-16 Thread Dave Mottorn
That looks like what I want. I found one on Ebay for $49.99 plus shipping. It's called Palmone Power To Go and extends the battery life to over 7 hours. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Henk Jonas Sent: Tuesday, August 16, 2005 1:58 PM To: Pal

Duplicating an asp database web tool

2005-08-16 Thread Ornstein, Adam
Is there a way to quickly convert a small ASP interactive database driven web tool into something that can be used on a PDA? I was thinking that there may be a few options, but so far their only theory... 1. (brute force?) I was thinking that we could spider the tool, and produce a large number

RE: Duplicating an asp database web tool

2005-08-16 Thread Ornstein, Adam
I forgot to mention, that we are trying to have this tool work offline... Subject: Duplicating an asp database web tool Is there a way to quickly convert a small ASP interactive database driven web tool into something that can be used on a PDA? I was thinking that there may

RE: SslRead() problem

2005-08-16 Thread Jeffry Loucks
Docs say SslReceive() and SslRead() are the same, except SslReceive() returns info on the socket (sender). A similar issue I've heard from other Ssl users; are you setting the send timeout, as well? It seems they have to be the same, or at least set concurrently. Try setting the send and receive t

Re: Duplicating an asp database web tool

2005-08-16 Thread Adrien Regimbald
Hello Adam, Regarding option 1, you should check out Plucker: http://www.plkr.org/ It's open source, so you can modify it to meet your needs. You might also want to have a look at commercial options such as Avant Go. Adrien. Tuesday, August 16, 2005, 1:07:08 PM, you wrote: OA> Is there a way t

RE: Duplicating an asp database web tool

2005-08-16 Thread Ornstein, Adam
Hmm. Interesting, but I think that only works with HTML -- " Web you'd like to download onto your PDA (as long as they're in standard HTML or text format). These web pages are then processed, compressed, and transferred to the PDA for viewing by the Plucker viewer." But Im going to download it an

Re: PODS

2005-08-16 Thread Jeff Summers
The books I mentioned earlier are good references. For the data question, the tool is a "conduit", which is a program that acts as go between during the HotSync. There are several references in those books, as well as the online books. Online, try http://www.palmos.com/dev/support/docs/conduits/w

Re: Duplicating an asp database web tool

2005-08-16 Thread Chris Tutty
From: "Ornstein, Adam" <[EMAIL PROTECTED]> > 1. (brute force?) I was thinking that we could spider the tool, and > produce a large number of files, that could be linked to one another from > the PDA tool's main interactive page. Making it seem interactive... but is > there something out there th

Palm ZLib

2005-08-16 Thread Matt DeCaro
I am developing an unzipper, I'd like to use zlib for palm (1.1.3). Does anyone know how to use this to inflate a non-gzip deflated block of data. It seems that this lib expects a block of data with a gzip header block. -- _ Matt DeCaro [EMAIL PROTECTED] [EMAIL PROTECTED]

OS 5 is messing up certain numbers

2005-08-16 Thread Jim McGowen
Found something strange... Looks like Palm OS 5 changes certain numbers multiplying. For example: double x = 0.141; long y = (long)( x * 1.0 ); y becomes 1409. Also: double x = 1410.0; double test = 0.141; double y = test * 1.0; double z = 0.141 * 1.0; x = = 1410.0 = =

Re: OS 5 is messing up certain numbers

2005-08-16 Thread Chris Tutty
From: "Jim McGowen" <[EMAIL PROTECTED]> > Found something strange... Looks like Palm OS 5 changes certain numbers > multiplying. For example: > double x = 0.141; > long y = (long)( x * 1.0 ); > > y becomes 1409. > > Also: > double x = 1410.0; > double test = 0.141; > double y = test

Re: OS 5 is messing up certain numbers

2005-08-16 Thread Donald C. Kirker
I have also seen this problem with multiplication and division. I have been adding float support to iScript (WMLScript library) and noticed this. Adding and subtracting floating numbers is fine. And math with integers are perfect. All I do is a * b or a / b. I can post some tests later. The result

Wrapper for ListAttrType

2005-08-16 Thread druid
Anyone have a wrapper for getting and setting the attributes of a list -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: OS 5 is messing up certain numbers

2005-08-16 Thread Henk Jonas
Jim McGowen wrote: Found something strange... Looks like Palm OS 5 changes certain numbers multiplying. For example: double x = 0.141; long y = (long)( x * 1.0 ); y becomes 1409. It's related to the limited resolution of floats I guess. Have you searched google for such problems? I

Re: Wrapper for ListAttrType

2005-08-16 Thread Henk Jonas
druid wrote: Anyone have a wrapper for getting and setting the attributes of a list What do you want to do? Maybe there are Glue-functions (is a special link library from the Palm OS SDK) to do it, but I haven't checked this. -- -