Re: Is Palm OS Going Away?

2006-02-23 Thread Lance Drake
Well from everything I've heard - there is no clear direction as to what to do about development environment and target hardware. IF you're programming for one of the big platforms you get the .Net package or XCode or Eclipse or something and just start digging in. The fact that the Palm

Any API for installing pdbs on External memory card (if any)

2006-02-23 Thread amitmissu_2004
Heloo EB, I am writing a notifier dll which will in case of HotSync start notification places(install) my PDBs on Palm. I have succeeded in installing it in main storage but what if i want toi install it on external memory card( VFS ) is there any API hotsync mgr provides for doing this program

Display bug with SelectDay API?

2006-02-23 Thread Luc Le Blanc
I have a non-modal form where I display multi-column data in a gadget. I open a modal dialog (with its own event handler) over that form, and this modal dialog calls the SelectDay API. Upon returning from this API, my non-modal form appears over the modal dialog; despite that, the modal dialog

All I want to do is read HTML files...how do i do that ?

2006-02-23 Thread Waqar
Hi all, I was reading the book Palm OS programming Bible 2E and it gave a smiple method to read HTML files , by useing 'Web Clipping Application Builder'. BUT on the palmOs site i could not fine the Builder, there is a notice that WCA is not used now.So what is the replacement or alternativ

Re: Is Palm OS Going Away?

2006-02-23 Thread Douglas Handy
Ingbert, >BTW, price is relative. >Appforge allows to use VB and .NET which means that a programmer does >not need too much ... time to get used to the environment. >How >easy will it be to switch to a different platform if the previous >platform vanishes from the market? Not sure if those s

Re: New to palmos

2006-02-23 Thread Jim Cooper
The Palm docs are also pretty good Cheers, Jim Cooper _ Jim Cooper[EMAIL PROTECTED] Skype : jim.cooper Tabdee Ltdhttp://www.tabdee.ltd.uk TurboSync - Connecting Delphi to your Palm _

Re: New to Palm - Need advice on how dev project

2006-02-23 Thread Jim Cooper
>I don't much prefer either language, as I use C and/or Pascal (Delphi). You can also write the conduit in Delphi. There is our product or an open source project (links from our FAQs page) I also use PocketStudio (Pascal) for Palm work, and can recommend it as an easy to use solution. Chee

Re: Is Palm OS Going Away?

2006-02-23 Thread Ingbert Grimpe
Regis melo wrote: AppForge? It's a very expensive tool because the fees per device... (US$25,00 per Palm, I think) I don't know all cross-platform tools ;) So we can add SuperWaba to the list. BTW, price is relative. Appforge allows to use VB and .NET which means that a programmer does not

Re: Using map with Palm OS

2006-02-23 Thread Jennifer Wilson
Compile as C++, link with the MSL C++ library, and #include in your source file. On 2006-02-23 14:27:57 -0600, Regis melo <[EMAIL PROTECTED]> said: This is a multi-part message in MIME format. Hello! How can I use a map (from STL library) on CodeWarrior Palm OS app? Thanks, Regis Mel

Re: Is Palm OS Going Away?

2006-02-23 Thread Regis melo
AppForge? It's a very expensive tool because the fees per device... (US$25,00 per Palm, I think) There is some other alternatives, like SuperWaba (www.superwaba.com.br) or something else. Ingbert Grimpe wrote: Lance Drake wrote: other end of that question concerns a company I work f

Re: How do i install .bprc , .oprc?

2006-02-23 Thread Alexandre Luz Barreto
Hi, Thanx I figured that out. but it still don´t work the files goes to Intall directory but when i hotsync they don´t leave it nad nothing goes to the z22 I´m trying to install the files to enable Network on it Regis melo escreveu: Hello Alexandre! Just use the new Palm Quick Install th

Using map with Palm OS

2006-02-23 Thread Regis melo
Hello!     How can I use a map (from STL library) on CodeWarrior Palm OS app? Thanks, Regis Melo -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How do i install .bprc , .oprc?

2006-02-23 Thread Regis melo
Hello Alexandre!     Just use the new Palm Quick Install that cames with Z22 CD. Regis Alexandre Barreto wrote: Hi i got a update to z22 that enable networking but i don´t know how to install it. it comes as .bprc and .oprc How do i do that? thanx -- For information on using th

Re: Is Palm OS Going Away?

2006-02-23 Thread Ingbert Grimpe
Lance Drake wrote: other end of that question concerns a company I work for that is about to develop a line of hdwr/sfwr to support their products. They're trying to decide whether they should proceed with development using Palm devices. Maybe the company should check out Appforge's Crossfi

Re: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Alexandre Rousseau
An idea... Is it possible to create and enqueue a notification for an phnEvtStartIncomingCall event? Could debug things that way. Alex -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Alexandre Rousseau
> Is it possible that the user launched the application from a memory > card? > > If yes, check Ben Combee's answer in the tread "SyusCurAppDatabase" > (February 22) about external storage and notifications. > But my app registers itself (at normal launch time > _appStart()) with the phone librar

Re: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Regis St-Gelais
"Alexandre Rousseau" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Thanks for the idea, botchy or not. As long as it works. > > Still confused a bit though... > > My user reported no app db casualties when a call came in while in "browse > mode"; only when in "drawing

RE: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Alexandre Rousseau
Thanks for the idea, botchy or not. As long as it works. Still confused a bit though... My user reported no app db casualties when a call came in while in "browse mode"; only when in "drawing mode" (i.e. in an EvtGetPen loop). Yet, app dbs were opened at startup, i.e. in both modes. Plus, I ha

RE: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread John Sutton
Hi Alex, I faced a similar problem, and did the following; Get the notified launch code, and do nothing other than create a "dummy" database, no access to globals required. In my "real" code, I checked periodically to see if this database existed, if it did, I removed it and got out of my app. It's

How do i install .bprc , .oprc?

2006-02-23 Thread Alexandre Barreto
Hi i got a update to z22 that enable networking but i don´t know how to install it. it comes as .bprc and .oprc How do i do that? thanx -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Alexandre Rousseau
Last email for a while I promise... My _appStop is riddled with global var references (for saving prefs, closing libs and other whatnots). It's going to be hell trying to do it in a more roundabout way (feature memory perhaps). Life sucks when you lose access to globals in the midst of an appl

RE: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Alexandre Rousseau
Hi John I just sent my last email before I saw yours so this may seem out of sync. Thanks for the quick response. I've registered for notifications and am processing the launch code (without accessing globals). But there is no way to test this other than by asking my (poor) users to do it for m

re: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Alexandre Rousseau
(still talking to myself it seems... is it just me, or does anyone else feel stupid every time they try to find information on Palm Inc. hardware APIs? ...don't answer that) Most useful read I've had tonight was the actually HsPhoneEvent.h header file. Feeling better now. This may serve as (con

RE: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread John Sutton
Alex, I'm not 100% on this, so don't shoot me or anything... My understanding of this, is if there's a notifier for the incoming call (which I don't know, because I haven't got the docs), you could register for that, and then you'll get a launch code with the notifier details attached. Otherwise, a

re: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Alexandre Rousseau
Wait a minute, it looks like I might be eavesdropping on the wrong end. If I want to be PhnLibRegister for phnEvtStartIncomingCall notifications, should I not add phnEvtStartIncomingCall event detection to my app event handling loop, as opposed to my processing launch codes? Something like this

re: ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Alexandre Rousseau
I forgot to add that I did register for these incoming calls in the following manner (invoked at sysAppLaunchCmdNormalLaunch): static void _setupPhoneLib (void) { Err err; if (gFeatures.phLibSupport && ! gFeatures.openedPhLib) { err = PhnLibOpen (gFeatures.phLibRefNum);

ap crash and app db corruption after incoming call received by Treo 650

2006-02-23 Thread Alexandre Rousseau
Hi One of my users is complaining of system crash and data corruption when, while using my application (an animation program), his Treo 650 receives an incoming call. I thought I had this covered in my main routine (see below) but the crash still happens. ... case phnLibLaunchCmdEvent: pho

CVSNT and Eclipse

2006-02-23 Thread Tam Hanna
Hello People, I am currently trying to get CVSNT Scorpio working with my PODS version 1.1. However, whatever I try to do on the server, I get the following message: The server did not provide additional information I already googled, but didn't find any information. Can you tell me what is happen

re: Network prefs on Z22

2006-02-23 Thread Alexandre Barreto
Hi, How can i install this? they are .oprc i tryed to rename to .prc and isntall..but i go not network prefs Thank you -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: New to palmos

2006-02-23 Thread mail4johnv
Thanks a lot -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/