Re: Enumerate all databases belonging to an application

2003-02-11 Thread Philippe Garnier
You can't know all databases creators, so you must use a different Dm routine, which typically takes an index as a parameter. I suggest using DmGetDatabase to get db ids and then DmDatabaseInfo. See http://www.palmos.com/dev/support/docs/palmos/DataAndResourceManager.html#10 94449. Philippe.

Re: Enumerate all databases belonging to an application

2003-02-11 Thread Philippe Garnier
Oops, sorry, I misread your question. You may find a solution to your problem in the DmGetNextDatabaseByTypeCreator routine description in the Palm OS Programmer's API Reference, there's a discussion precisely about what you want to do. Philippe. - Original Message - From: Philippe

Re: CW9 on Mac OS X

2003-02-10 Thread Philippe Garnier
Does anyone besides myself think it would be useful to have a Mac-only Palm dev list or perhaps some dedicated web site devoted to the topic? Yes. Philippe. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CW9 on Mac OS X

2003-02-09 Thread Philippe Garnier
Just received this from MW Ron at Metrowerks, so I guess it's official. Too bad... This will hopefully help CW alternatives, including of course prc-tools. Philippe. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Control Visible problem

2003-02-05 Thread Philippe Garnier
Yes, but suppose you just want to know about the visible bit, is there any Palm OS 5-savvy accessor function to get it? Thanks. Philippe. - Original Message - From: Matt Graham [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday,

Fw: Access to attr struct field

2003-01-24 Thread Philippe Garnier
Hi, ((FormGadgetType*) formObj)-attr.usable (for instance) won't compile when ALLOW_ACCESS_TO_INTERNALS_OF_FORMS is undefined, and attr is not the only one (FormLabelType's text field is another example I think). I know that PalmOSGlue gives some solutions to this problem, but not all solutions