Re: No overwrite when launching off Card

2003-03-19 Thread Rob Larson
Yep, does that to me too. My mapping of what happens on my Tungsten/T is that if you launch from the card and the same app already exists on the handheld, then it launches the handheld copy. If you launch from the card and a handheld copy does not exist, then it is copied over to the handheld

launch automatically

2003-03-19 Thread Marie JEHANNO
Hi all, I'm new in Palm OS programming and so, I have many questions (whose I don't find the answers in SDK docs, FAQ..., of course) : - Is it possible to launch an application automatically (as soon as it is installed)or at the moment there is a beamnig operation performed ? - My application

Palm applications documentation

2003-03-19 Thread Ivan Arandjelovic
Hi all, Is it possible to find somewhere documentation about built-in Palm OS applications (Address Book, Date Book, etc.) with database record formats, application launch codes etc? Thanks in advance Ivan -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: launch automatically

2003-03-19 Thread Markus Dresch
- Is it possible to launch an application automatically (as soon as it is installed)or at the moment there is a beamnig operation performed ? look at the different launch codes (sysAppLaunchCmdSyncNotify, sysAppLaunchCmdNotify, sysAppLaunchCmdSyncExgAskUser, sysAppLaunchCmdSyncExgReceiveData).

Deleting Data after specified time from Palm automatically !!

2003-03-19 Thread Rahul Shukla
Hi All, I have an application on my PDA which uses few Record Database files which are created by my own conduit . I have to delete these records from PDA automatically after user specified number of hours. Palm SDK docs tells about syncNotify to acheive this kind of functionality. Could anyone

Re: How to Easily Simulate/Emulate Low Memory

2003-03-19 Thread kcorey
On Tue, 2003-03-18 at 13:50, Mike McCollister wrote: I have a user of mine who is having some crashing problems with one of my programs that I cannot reproduce. I have since found out that he has only about 128 Kbytes free memory. Well, I am about to try to reproduce this but am wanting to

Detecting Tungsten W Phone status

2003-03-19 Thread Miron Ophir
Is there a way to detect if the built in phone in Tungsten W is turned on? The mobile application seems to know the phone status, since it asks the user to turn it on if it was off. The Telephony API does not reveal how it is done... -- -- Regards, Miron.

Re: Grey Sacale using WinSetForeColor

2003-03-19 Thread Alexandre Barreto
Thx Dan But my rotine drwas PCx images using windraw pixel so i need to make ond ein greysacle por os 3.5.. so i couldn't find the funcition WInSetColors i use in my functon WinPalet to set the Palm palet to mach the one of the picture but my functon just work for colored or monocrome images

How to detect if a palm Screen is color or monocrome?

2003-03-19 Thread Alexandre Barreto
i need to make a function that detects if there is color or not on the palm is ther eany function that i can get that? i heard about WinScreenMode .. this can tell me this? thnx _ MSN Messenger: converse com os seus amigos

send data encapsulated

2003-03-19 Thread Marie JEHANNO
hi all, I have an application which beams some applications file (.prc). I would like to know if it is possible to send such data encapsulated in other data ? and another question : when a handled is beamed some data, there is a confirmation dialog. Is it possible to send data without the

Re: Grey Sacale using WinSetForeColor

2003-03-19 Thread Dan Patrutiu
The reason is probably that you didn't set the appropriate display mode. Take a look at the WinScreenMode function in 3.5 (in 3.5 it has another name but it will be easy for you to find it), and pass a winScreenModeSet parameter to set the desired color depth. After that, use normal

SrmSetWakeupHandler on Sony NX70

2003-03-19 Thread SH Luk
I am trying to develop an application using the irda port of Sony NX70. I register a wake up handler with SrmSetWakeupHandler. Once it receive enough data to wake up the handler it halt the system. The same application is running fine on Tungsten which also using OS5. Anybody? Any clue? Tristan

fatal exception

2003-03-19 Thread Marie JEHANNO
Hi all, i have a fatal exception whatever the operation I chose in the application menu. I want to delete an application (not a built-in one) on my handheld and I can't access the delete application function. thanks for your help, marie

Re: fatal exception

2003-03-19 Thread Chris Apers
Try to reset your device with the up key pressed - Original Message - From: Marie JEHANNO [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 3:05 PM Subject: fatal exception Hi all, i have a fatal exception whatever the operation I chose in

Re: Deleting Data after specified time from Palm automatically !!

2003-03-19 Thread Markus Dresch
what about specifying an alarm? take a look at the alarm manager functions. markus dresch (www.palmside.com) Rahul Shukla [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hi All, I have an application on my PDA which uses few Record Database files which are created by my own

Re: How to detect if a palm Screen is color or monocrome?

2003-03-19 Thread Markus Dresch
i need to make a function that detects if there is color or not on the palm is ther eany function that i can get that? i heard about WinScreenMode .. this can tell me this? exactly. here's a little snippet that finds out the supported depths and sets the screen to the highest depth. UInt32

Bluetooth

2003-03-19 Thread Alex
Anybody try use this? I can use svcCFACmdLaunchTrustForm, and it's work good But if I try use svcCFACmdSetBtOnOff - nothing happen... Service Panel parameter block structure for sysAppLaunchCmdPanelCalledFromApp // The parameter block must be allocated using MemPtrNew, with the owner set to 0

Re: i330

2003-03-19 Thread Scott Gruby
In article [EMAIL PROTECTED], Richard Good [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], Douglas Handy [EMAIL PROTECTED] wrote: Your right there was no telephony manager prior to 4.0, but the i330 uses 3.5. Handspring's sample code (dialer.c) makes calls to check if any helper

Re: POL cancelled?

2003-03-19 Thread Richard M. Hartman
I'd suggest changing the data structure to put the data first, but this might have other problems ... if it is an expandable array of char it can't be first and not having seen the POL sources I wouldn't want to suggest it at this point. However, you _can_ define the casting operator for const

Re: Deleting Data after specified time from Palm automatically !!

2003-03-19 Thread Henk Jonas
Have your palm application get notified won hotsync by the appropriate launchcode and set an alarm for your application. When the alarm is triggered, go and delete the database. Henk Rahul Shukla wrote: Hi All, I have an application on my PDA which uses few Record Database files which are

Re: POL cancelled?

2003-03-19 Thread palm
Wow. Does this mean Metrowerks has no plan to take over the source code for future versions? This is a serious blow to us here... On Tue, 18 Mar 2003, Ben Combee wrote: At 19:50 2003-3-18 +0100, you wrote: I just got an email from TeT saying that POL support is cancelled. This can't be

Re: POL cancelled?

2003-03-19 Thread Ben Combee
At 15:29 2003-3-19 -0500, you wrote: Wow. Does this mean Metrowerks has no plan to take over the source code for future versions? This is a serious blow to us here... We do not have the rights to modify the source for POL, just to redistribute it. I don't see why this is a serious blow. You

STL and MetroWerks v9

2003-03-19 Thread Bill Andreozzi
Has metrowerks updated the STL that is included with the product? Is this their own? I've having some really strange problems with the string class, and need to know if there's been an update to the template? (or if you use Dinkumwares etc, if there's an update.) Here is what I'm doing and what

Re: POL cancelled?

2003-03-19 Thread palm
My main concern was future PALM OS versions and it sounds like POL would need a major re-write for 6.x? Does metrowerks plan on having a C++ framework for 6.x? On Wed, 19 Mar 2003, Ben Combee wrote: At 15:29 2003-3-19 -0500, you wrote: Wow. Does this mean Metrowerks has no plan to take

Re: POL cancelled?

2003-03-19 Thread Oliver
Ben wrote: We do not have the rights to modify the source for POL, just to redistribute it. It's a rather unfortunate timing that the very day I got my CW9 upgrade in the mail POL gets desupported by its creators (it wasn't the only reason I upgraded, but it certainly made the $99 special

Re: Palm applications documentation

2003-03-19 Thread Oliver
Is it possible to find somewhere documentation about built-in Palm OS applications (Address Book, Date Book, etc.) with database record formats, application launch codes etc? I think I have seen documentation somewhere (have you checked the PalmSource site or searched via Google?). But

Re: Recompiling prc-tools under Falch's DevStudio's Cygwin?

2003-03-19 Thread Ton van Overbeek
kcorey [EMAIL PROTECTED] wrote: Hi All, Has anyone else tried recompiling prc-tools under Developer Studio's version of Cygwin? I was able to go through the setup of the environment, and perform the make correctly, however now I'm stuck by a 'make install' command that's failing.

Re: Detecting Tungsten W Phone status

2003-03-19 Thread Matt Hebley
Apparently, if TelIsPhoneConnected returns no error, the phone is connected. Haven't tried it. Matt - Original Message - From: Miron Ophir [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 12:09 AM Subject:

Re: POL cancelled?

2003-03-19 Thread Brad Figler
V9 product. It is unlikely that POL will be easily portable to future versions of Palm OS due to a changed programming model, but the current POL works very well for Palm OS versions through the 5.x series. What that basically says to me is that moving from 5.x to *new programming model* is

Re: STL and MetroWerks v9

2003-03-19 Thread Ben Combee
At 12:40 2003-3-19 -0800, you wrote: Has metrowerks updated the STL that is included with the product? Is this their own? This is our own STL, part of the Metrowerks Standard Library, and maintained by C++ library experts like Howard Hinnant. I've having some really strange problems with the

Drawing Windows and 64K and other limits.

2003-03-19 Thread UCS308
I have read many of the threads on Bitmaps etc. and don't think my question has been answered. Currently I draw into storage returned by a call to WinCreateOffScreenWindow with nativeFormat. Reading some of the postings here I changed this to BmpCreate, and WinCreateBitmapWindow, and my code

Re: STL and MetroWerks v9

2003-03-19 Thread Bill Andreozzi
After some futher testing and stepping through the code, we've noticed that when the string::t0 is copied from another string::t0 that the full string::t2 structure was not copied, therfore missing the final element of string::t2.data_ (null term character) So whatever information that was there

Re: STL and MetroWerks v9

2003-03-19 Thread Bill Andreozzi
btw: I mean to say that my new problem is now I cannot see the actual value of the string in the debug window it still acts like the pragma wasn't set. BUT fortuntely the code does work now. bill Bill Andreozzi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] After some futher testing

Re: POL cancelled?

2003-03-19 Thread James
Brad Figler wrote: What that basically says to me is that moving from 5.x to *new programming model* is going to be a re-write of just about every palm app out there (kinda like going from DOS to Windows XP). Is this a correct assumption? I would expect that Palm OS 6 would continue to

Re: POL cancelled?

2003-03-19 Thread Brad Figler
I would expect that Palm OS 6 would continue to include PACE for backward compatibility. If that is the case, then POL would be a great framework to have. It could be upgraded with new classes that support the new OS (and programming model) directly, while leaving the legacy classes that take

Re: Deleting Data after specified time from Palm automatically !!

2003-03-19 Thread Rahul Shukla
Hi, I dont have to delete the database just after hotsync, coz cmdsyncnotify was serving that purpose. But after hotsync , suppose i write in one of db the time of hotsync and also after how many hours to delete all the db. Now what shall i use to detect which shall remain in continuous polling

Prevent accidental deletion of Palm Application

2003-03-19 Thread apple k
Hi, Is there any way to programmatically prevent the deletion of a palm application? I know there is a lot of palm application are able to do so in the market. However, could anybody tell me should any libraries cater to this? Besides, can we set the preferences setting as disable mode

Re: How to detect if a palm Screen is color or monocrome?

2003-03-19 Thread krishna kumar
hi, FtrGet(sysFtrCreator,sysFtrNumDisplayDepth,displayversion); where displayversion is an user defined unsigned integer variable. if(displayversion != 1) colored; else monochrome; I hope this will help you Thanks, krish --- Alexandre Barreto [EMAIL PROTECTED] wrote: i need to

[CW9.1][NX70V] Size of a file ?

2003-03-19 Thread JiheM
On a NX70V I seek to know the size of a file (*not empty*) placed on a MS. Research occurs well (the file is found) on the other hand the indication from turned over size is always 0 (?!). When I move at the end of the file and seeks to know the current position, I obtain a vfsErrFileEOF error.

Field Focus

2003-03-19 Thread Rajasekhar Reddy P
Dear all I am having 3 fields in a form. While entering text into first field, if it reaches maximum characters, automatically cursor should set focus to next field. How to do this.. When entering the text in field, the first character turns upper case (using graffiti shift indicator). I