Re: Popup trigger doesnot works on Palm m125 but not on Palm Zire

2005-12-09 Thread Anand Kale
We have been resolved the problem and clinched the deal .. thanks for people who mailed me separately Thx Andy On 12/7/05, Anand Kale <[EMAIL PROTECTED]> wrote: > Is there any patch for Zire ??? > > Andy > On 12/2/05, Anand Kale <[EMAIL PROTECTED]> wrote: > > Hi, > > > > We have developed an

Is there a tool convert xrd to rsrc?

2005-12-09 Thread meffee
the resource is large, so is there such a tool which convert cw rsrc resource to xrd? regards! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MemGluePtrNew problem in codewarrior 9.0?

2005-12-09 Thread meffee
i found the project:), which located at the directory "CW for palm os support/precompiled headers" the project name is Buildheaders.mcp, after rebuilding the project, the SDK is refreshed:) -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palm

Re: MemGluePtrNew problem in codewarrior 9.0?

2005-12-09 Thread Logan Shaw
meffee wrote: it seems that there is still one problem left, which mentioned by logan, the new SDK still not become effective, for a constant defined in SDK 5.3 lead to compile error. i have remove the ojbect code of all targets and bring up to date all the targets, it still doesn't work:( by

Re: MemGluePtrNew problem in codewarrior 9.0?

2005-12-09 Thread meffee
it seems that there is still one problem left, which mentioned by logan, the new SDK still not become effective, for a constant defined in SDK 5.3 lead to compile error. i have remove the ojbect code of all targets and bring up to date all the targets, it still doesn't work:( by the way, i upgrad

Using Alarm Manager in Multi-Segment App

2005-12-09 Thread Troy Lokitz
I have a lot of code that must run as part of an alarm event (more than 32k). Does the -T text_64k linker script make this possible? I tried running the script in PODS and am still getting the following errors. I updated the script per a message from Ben Combee and still get this error. Any

Re: FileOpen() - FileStream is a normal pdb with just a special typeID

2005-12-09 Thread Dorian Medina Alvarez
Henk Jonas wrote: A FileStream is a normal pdb with just a special typeID and the content is spread over the records in a way that each record only occupies 64kB. The documentation says: " File streams can be arbitrarily large—they are not subject to the 64 KB maximum size limit imposed

Re: Exit application

2005-12-09 Thread Regis St-Gelais
"Anakym kerberos-hotmail" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > EventType stopEvent; > MemSet(&stopEvent, sizeof(stopEvent), 0); > stopEvent.eType = appStopEvent; > EvtAddEventToQueue(&stopEvent); > > esta es una forma... pero deberias ver cuando llamar..

Re: Explicitly closing a form

2005-12-09 Thread Eduardo Orea
Richard. I already use FrmDoDialog to show a lot of forms in my programs, I wrote the next 3 functions to popup forms. FormPtr InitDialog(UInt16 rscID, FormEventHandlerType *handler) { FormPtr frmP; frmP = FrmInitForm(rscID); FrmSetActiveForm(frmP); FrmSetEventHandler(frmP, handler); FrmDrawForm

Re: detecting ROM versions

2005-12-09 Thread Roger Stringer
At 03:15 AM 12/9/2005, you wrote: Subject: detecting ROM versions From: "Van Luu" <[EMAIL PROTECTED]> Date: Thu, 8 Dec 2005 13:26:31 -0600 I was wondering if there is a function/or some sort of method that will allow me to detect what version ROM version the device is using? I am trying to dete

Re: Explicitly closing a form

2005-12-09 Thread Logan Shaw
Tam Hanna wrote: or why not add a decoy event for a hidden button or sth like that? Just add another button event for a button that doesn't exist, have the form handler of the second form treat it as handled so that the system doesn't see it and use it as "order" to close! If you're going to go

RE: Exit application

2005-12-09 Thread Anakym kerberos-hotmail
   EventType stopEvent;   MemSet(&stopEvent, sizeof(stopEvent), 0);   stopEvent.eType = appStopEvent;   EvtAddEventToQueue(&stopEvent);  esta es una forma... pero deberias ver cuando llamar... yo lo añado al evento de un boton de salida. this is one way... but you need call , for this, i like the

Re: RE: re: Communicating with SQL Server from a Palm application

2005-12-09 Thread
Hola, gracias por escribirme, te contestaré a la mayor brevedad !!! Jose -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: re: Communicating with SQL Server from a Palm application

2005-12-09 Thread Jorge Saavedra Navia
Estimado Jose, por fin encuentro algun latino en este foro. Soy de Chile y estoy empesando en esto de las PDA. He hecho un programa en appforge ynecesito ver como transmito datos desde una PDA conectda a internet a un servidor con una base de datos. Si me pudieras ayudar te o agradecería. Salu

Exit application

2005-12-09 Thread sachin jesukaran
hi everyone, i am new to palm development.. please help me out with this. actually i want my application do something on the close event of the form but i dont have a button i my application to close the form i can close only by clicking on the silk screen how do i capture these sil

re: Change Palm App stack size

2005-12-09 Thread Peter Chin
In PODS Resource Editor, click on the app's .XRD file name in the file list. Under Edit menu, select "New Resource...". In the dialog, choose App Preferences. You'll see what you need there. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.pa

VB Variant Underlying Type Mixing

2005-12-09 Thread Del Ventruella
I'm getting a type mismatch error under Visual Basic while I attempt to create a variant from user altered data to use to load back into a record on the Palm device. The problem occurs when I transition from adding structure variables that are strings to the variant and begin to add structure v

Re: Create a .lib file in Metrowerks for PALM OS

2005-12-09 Thread Del Ventruella
If CodeWarrior is still being sold, wouldn't the sales reps be able to answer this? My understanding is that CodeWarrior for PalmOS is one IDE, and CodeWarrior for Windows C++ development is another IDE. Of course, you can always go to the people who sell the software and ask, assuming that they'

Re: Explicitly closing a form

2005-12-09 Thread Tam Hanna
Hi, or why not add a decoy event for a hidden button or sth like that? Just add another button event for a button that doesn't exist, have the form handler of the second form treat it as handled so that the system doesn't see it and use it as "order" to close! Best regards Tam Hanna Subject: Re: E

Release build launching itself

2005-12-09 Thread unleetlamer-palmos
Only one compiler error: CustomPatternType mix[] = {0xAA, 0x55, 0xAA, 0x55, 0xAA, 0x55, 0xAA, 0x55 }; generates this compiler error: warning: aggregate has a partly bracketed initializer The debug build executes properly, even with this error. However, the relase build gets to a point and

Re: Create a .lib file in Metrowerks for PALM OS

2005-12-09 Thread Eric Potter
Vibodh Johari wrote: Hi I am using Metrowerks CodeWarrior for my application Development on PALM OS. My requirement is to build a .lib file or a .dll rather than a .prc file . How can I make this possible in metrowerks or I have to buy a new IDE for it. Is someone having a prior experience for

Re: Change Palm App stack size

2005-12-09 Thread Sébastien Pineau
AKAIK for an application, the resource pref 0 contains 10 bytes (see view => databases on a simulator): - bytes 0 and 1 : priority, must be 31 (ie 0x00 0x1e) - bytes 2 to 5 : min stack size (ex. 4 KB = 0x00 0x00 0x10 0x00) - bytes 6 to 9 : min heap size (ex. 8 KB = 0x00 0x00 0x20 0x00) I suppose

Re: Newbie Oracle -> Palm && Palm --> Oracle

2005-12-09 Thread stringout
Thank you for your post. Id been looking around...and I found the hava technologies for palm... Doesnt look like a good idea to develop over JAVA? You develop everything over a Java micro environment...I have little experience with java but seem to me the best choose right now... It works with

declaration syntax error

2005-12-09 Thread cp
Why am I getting 'Declaration Syntax Error' in cstdio file at the line '_MSL_IMP_EXP_C int _MSL_CDECL vsprintf(char * s, const char * format, va_list arg);' ? --cp -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.co

Create a .lib file in Metrowerks for PALM OS

2005-12-09 Thread Vibodh Johari
Hi I am using Metrowerks CodeWarrior for my application Development on PALM OS. My requirement is to build a .lib file or a .dll rather than a .prc file . How can I make this possible in metrowerks or I have to buy a new IDE for it. Is someone having a prior experience for developing a .dll or a

Failed to prepare x86 code resource for execution

2005-12-09 Thread stringout
Hello World. The above error, results when Im trying to run the Golf demo that comes with the JVM(java virtual machine) Failed to prepare x86 code resource for execution. When I try to acces the JVM on the devive I also get the same error. Im using Garnet 5.4 simulator with 128 MB Ram and 2000 k

Re: MemGluePtrNew problem in codewarrior 9.0?

2005-12-09 Thread 孟 飞
it seems that the installation encounter some error, so i have to upgrade the cw sdk manually by copy corresponding files, and it works, thanks logan ÔÚÄúµÄÀ´ÐÅÖÐÔø¾­Ìáµ½: >From: Logan Shaw <[EMAIL PROTECTED]> >Reply-To: "Palm Developer Forum" >To: "Palm Developer Forum" >Subject: Re: MemGluePtr

Re: Switching On/Off WiFi (on TX)

2005-12-09 Thread Henk Jonas
Kyle Newsalt wrote: Have you tried NetServicesSetRadioState() in PalmNetServices.h from Palm SDK? No, I haven't. Didn't know about. But thank you for the tip, I will give it a try. Regards Henk -- - Henk Jonas

Re: MemGluePtrNew problem in codewarrior 9.0?

2005-12-09 Thread meffee
thanks, logan, i have download the Palm OS Garnet SDK (68K) R3 Installer, and install it, but it said that cannot find codewarrior:(, i will reinstall cw and try it again... -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/suppo