PRC2OVL

2005-06-01 Thread Ritu Chawla
Hi All, I have created one application supporting Palm OS 4, 5 using metroworks on Windows. My client want us to provide build facility using command line on Cygwin. Can i use PRC2OVl Tool for this. If yes can any body please give me start thread. Thanks, Ritu -- For information on using

Power Off

2005-06-01 Thread Ritu Chawla
Hi All, I need to create my applciation with Palm OS 4,5,6 support. Can any body tell me a way to stop power off on Palm device. Thanks, Ritu -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Change database name of overlay

2004-10-25 Thread Ritu Chawla
Hi All, 1. I have created a French Overlays from a Base English Prc using the following command PRC2ovl.exe CONFIG.prc -locale frFR -o CONFIG_frFR.prc 2. After all the changes in french Overlay I have modified the base english PRC database name from CONFIG to PDApp. I have used the following

Zire 72 sim in chinese

2004-10-19 Thread Ritu Chawla
Hi All, Is simulator for Zire 72 is available in chinese. If yes can any body send me the link for downloading the same. thanks, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

List Events

2004-10-06 Thread Ritu Chawla
We are using popup trigger associated with list box. When we click on popup trigger for opening the list we get ctlSelectEvent. We are using EvtSetNullEventTick for firing nil events after an interval of time. But we are not getting any nilevent in case of list box open mode i.e after

Can any body who has exposure to chineseapps help me out i am stuck

2004-09-27 Thread Ritu Chawla
Hi All, Can any body please help me out in resolving this issue I have created a English prc and a chinese overlay, which is now working fine with 5.3sc simulator. I am displaying dynamic text as well as added static text in the overlay. I am using OmGetCurrentLocale to get the current locale

omErrBaseRequiresOverlay in OmSetCurrentLocale

2004-09-27 Thread Ritu Chawla
Hi i have got this error omErrBaseRequiresOverlay in calling OmSetcurrentlocale as follows locale.language = lChinese; locale.country = cChina; Err err = OmSetSystemLocale(locale); i am using a base english PRC and chinese overlay (simplified) chinese overlay is created using

Problem in using FrmPopupForm

2004-09-13 Thread Ritu Chawla
I am using FrmPopupForm for some forms in the application. In case of Zire31 i am facing following problems: 1. It does not erase the previous form. 2. The form shows previous as well as current form controls. I am getting problem in Zire 31 and not in Zire 71. Is there any way to solve the

Copying Checksum - Urgent

2004-09-11 Thread Ritu Chawla
Hi All, I have created a german Overlays from a Base English Prc, I have modified the base version due to some minor changes. Can any body please let me know what command of PRC2Ovl tool should be given to make checksum correct with the new base PRC I have given following command but prc's are

CHineese PRC does not work - Urgent Please Help

2004-09-11 Thread Ritu Chawla
Hi All, I have created a sample application, for which i had generated a chineese overlay. I have added chineese labels in GBK encoding to my PRC, When i am running my application using Chineese Simulator. It is not showing the chineese Text. I had also changed PRC encoding option in Constructor

Bitmap Buttons

2004-09-01 Thread Ritu Chawla
Hi Can any body give an idea how to can simulate the bitmap buttons. I want to simulate the button press also. Thanks, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Disabled Control

2004-09-01 Thread Ritu Chawla
Hi All, I am using CtlSetEnabled API to disable controls. If i click on the disabled controls events keep on getting added to the queue. Is their any APi which i can use to remove the events from the queue or any other APi which can be used for disabling all the controls. rgds, ritu -- For

Look an Feel of Disabled Button

2004-09-01 Thread Ritu Chawla
Hi All, Is their any Api to change the look and feel of disabled controls, so that user can distinguish between enabled and disabled controls. rgds, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Disabled Control

2004-09-01 Thread Ritu Chawla
FrmHideObject and FrmShowObject instead. Bob. Ritu Chawla wrote: Hi All, I am using CtlSetEnabled API to disable controls. If i click on the disabled controls events keep on getting added to the queue. Is their any APi which i can use to remove the events from the queue or any other APi which can

RE: [spam] Disabled Control

2004-09-01 Thread Ritu Chawla
: [spam] Disabled Control Why don't you have a global variable that stores the state of your control, then you can check it in each of your event handlers? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ritu Chawla Sent: 01 September 2004 14:42 To: Palm

Bold font

2004-08-30 Thread Ritu Chawla
Hi Can any body tell me how to get bold font at run time ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Unicode

2004-08-26 Thread Ritu Chawla
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ritu Chawla Sent: Tuesday, August 24, 2004 12:23 PM To: Palm Developer Forum Subject: Unicode Hi All, I need to create a localization application which should support following languages French, Italian, Spanish, English

Unicode

2004-08-24 Thread Ritu Chawla
Hi All, I need to create a localization application which should support following languages French, Italian, Spanish, English, German, Simplified Chineese I need to send the send some strings to the server which should be in UNICODE. How can i make sure that string that goes to server is always

FlsReleaseFocus error

2004-08-22 Thread Ritu Chawla
Hi All , I am using FldReleaseFocus(pField); in one of screen and receving folliwng error whiel navigating out from this screen. XD_COnfig(1.0) called SysFatelAlert with the message Font.c Line 242:Invalid font I have not manipulated the font by using any thing. can any body give me any clue

FW: Palm Error: undefined reference to `_GccLoadCodeAndRelocateData'

2004-08-06 Thread Ritu Chawla
-Original Message- From: Shilpi [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 6:57 PM To: Ritu Chawla Subject: Palm Error: undefined reference to `_GccLoadCodeAndRelocateData' I am getting the following error when trying to compile my palm code using prc-tools. ERROR

Compiling Multiline Macro

2004-08-03 Thread Ritu Chawla
Hi All, I am trying to compile multiline macro using m68k-palmos-gcc compiler and getting errors. Where as single line macro works fine for me. Is their any setting that needs to be done to resolve the problem or their is any limitation. rgds, Ritu -- For information on using the Palm

Problem in HotSync. on Palm Zire Chineese version

2004-08-03 Thread Ritu Chawla
Hi All, I am using Pilot-Xfer on Linux to hotsync the applications. and my applciation size is 160KB. I am able to transfer the same applciation on Euperon Version of Zire sucessfully. When I am trying to transfer my application on Palm Zire chineese I get follwing error:- The connection

Re: GNU Makefile - Urgent

2004-07-30 Thread Ritu Chawla
Thanks a Lot. Ritu Krzysztof Kowalczyk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Thu, 29 Jul 2004 19:19:38 +0530, Ritu Chawla [EMAIL PROTECTED] wrote: Can you please give me some basic documents which i need to be read Sure. Since you've mentioned cygwin, I assume you

GNU Makefile - Urgent

2004-07-29 Thread Ritu Chawla
Hi All, We have developed our applciation on CW-9 for Windows. We want to integrate the code with our build enviournment on cygwin. I need a meke file to do this. Can any body please help me out by telling how to create GNU Makefile for a palm codewarrior project. rgds, Ritu -- For

lRF FILE MISSING

2004-07-29 Thread Ritu Chawla
Hi All, I am using code warrior 9.3 for windows. I have created a multisegment application for plam. I want to export the project to GNU make file. I have tried following option from the Project Tab Export Project as GNU MAKE file But received the following error Could not export the make file

Can i create PRC from command Line

2004-07-29 Thread Ritu Chawla
Hi All, I am working on a CW 9 for Palm. and constructor for resources. i have created a multisegment applciation . Is their any way to compile and generate a prc from command line. rgds, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

command line compilation

2004-07-29 Thread Ritu Chawla
Hi All, I have tried using following commands. But i got error while executing MWC68K LM_LICENSE_FILE missing. I am using licensed version 9.0 can any body please tell me the reason for this set CW=D:\Program Files\Metrowerks\CodeWarrior set CWT=%CW%\CW for Palm OS Tools set CWS=%CW%\Palm OS

Re: GNU Makefile - Urgent

2004-07-29 Thread Ritu Chawla
+0530, Ritu Chawla [EMAIL PROTECTED] wrote: We have developed our applciation on CW-9 for Windows. We want to integrate the code with our build enviournment on cygwin. I need a meke file to do this. Can any body please help me out by telling how to create GNU Makefile for a palm codewarrior

Re: lRF FILE MISSING

2004-07-29 Thread Ritu Chawla
Hello, Thanks for responding. Does Linux version suuports generating automatic make file. If yes Please let me know the download location for the same. I could not make out from download sections of Metroworks.. rgds, Ritu Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At

RE: User defined Events

2004-07-14 Thread Ritu Chawla
that is reserved for user events: enum events { .. firstUserEvent = 0x6000, lastUserEvent = 0x7FFF } eventsEnum; Take a look at the EventType structure for the details. Cheers, Tim Kostka Ritu Chawla [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi AAll, Can i generate my own event . I do

MemCopy

2004-07-13 Thread Ritu Chawla
Hi , Is their any command in palm to do memcopy. I need to copy complete structure (Moveable chunk) . Here is the sample structure typedef struct audio_setup { MemHandle hLangVersion;//char* MemHandle hAudioTestArray; //struct audio_test * Int32nCurrentAudioTestValue; MemHandle

User defined Events

2004-07-13 Thread Ritu Chawla
Hi AAll, Can i generate my own event . I do not want to use Nil event becuase nil events can be generated by system also. I will not have any distinction to identify my event. rgds, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

MemCopy

2004-07-05 Thread Ritu Chawla
Hi , Is their any command in palm to do memcopy. I need to copy complete structure (Moveable chunk) . Here is the sample structure typedef struct audio_setup { MemHandle hLangVersion;//char* MemHandle hAudioTestArray; //struct audio_test * Int32nCurrentAudioTestValue; MemHandle

Can i stop event queue for some time

2004-07-02 Thread Ritu Chawla
Hi All, I am using wakeup handler to receive data. It works fine with me. But if i click on Gui using stylas , (pen down is generated), during the period of receiving data my deivce gets reset. Can any body tell me why this is happening. Is their any function to stop event queue temporarily.

BUS Error - Using Shared Lib, Please help..

2004-07-01 Thread Ritu Chawla
Hi All, I have created a C++ applciaiton. which is using two shared libraries. Initially iwas able to call the functions fromthe app. But as the code size is growing i am facing problems . From last two days as soon as i try to debug ny applciation by adding the libs in EXECUTABLE settings i get

Address book application size

2004-07-01 Thread Ritu Chawla
Hi All, How default applciations are build. I have seen difference in sizes a) Address application built in the device as well as simulator - 1K b) Address application compiled by us in release mode - 90 K Why this difference is their. Are we missing some setting which needs to be done. rgds Ritu

RE: Address book application size

2004-07-01 Thread Ritu Chawla
: Thursday, July 01, 2004 5:53 PM To: Palm Developer Forum Subject: Re: Address book application size Ritu Chawla wrote: Hi All, How default applciations are build. I have seen difference in sizes a) Address application built in the device as well as simulator - 1K b) Address application compiled

Usb

2004-06-29 Thread Ritu Chawla
We are using SrmSetWakeupHandler function for recieving the data from the USB port. We are recieving data every second. If we click on some button it some times resets the device or show Fatal error. Is there any way for handling the problem? Thanks Rajani -- For information on using the

Lib not Debugged??

2004-06-29 Thread Ritu Chawla
Hello Everybody, I have created a seperate Library for some of my functions. I complied this Library seperately to create its PRC file. I have given the path of this PRC into the Project Debug Settings - Debugger - Other Executables. But when I try to debug it, it gives Fatal Errors. And

Using Wakeup handler

2004-06-29 Thread Ritu Chawla
I am working on an application that reads data from the serial port continuosly. I am using SetWakeupHandler function for recieving data from the serial port. When I click on button at the same time when reciving data , palm device resets. Is it possible to do GUI operations at the time of

Debug setting's for a Shared Lib

2004-06-29 Thread Ritu Chawla
Hi, I have posted this query earlier also. I did not get any reply. Please help me out if possible. I have created Two libs which need to be used by a Gui application. Util Lib Messaage Lib Gui App I am able to debug my Message lib with a Test applicaiton. I have doen setting's by giving path

Usb...Urgent Please

2004-06-28 Thread Ritu Chawla
We are using wakeup handler function for recieving data from USB port. Sample code is as follows error = SrmExtOpen(serPortCradleUSBPort, config, sizeof(config),openPort); if (!error) { error = SrmSetWakeupHandler(openPort,(WakeupHandlerProcPtr)RecvEventHandler, (UInt32)openPort); error =

RE: Usb...Urgent Please

2004-06-28 Thread Ritu Chawla
] [mailto:bounce-palm- [EMAIL PROTECTED] Behalf Of Ritu Chawla Sent: Monday, June 28, 2004 11:13 PM To: Palm Developer Forum Subject: Usb...Urgent Please We are using wakeup handler function for recieving data from USB port. Sample code is as follows error = SrmExtOpen(serPortCradleUSBPort, config, sizeof

Can i associate Field Id with control and Get it.

2004-06-25 Thread Ritu Chawla
Hi All, I am using edit box and associating Repeat buttons with the control. I am updating the value of Text box from when CtlRepeatEvent is received. Can i associate the Id of Text box with the Repeat control by any means.So that i can use it to get the value of the text box at outside the form

RE: Can i associate Field Id with control and Get it.

2004-06-25 Thread Ritu Chawla
simpler than MemoPad or one of the standard for applications. -Original Message- From: [EMAIL PROTECTED] [mailto:bounce-palm- [EMAIL PROTECTED] Behalf Of Ritu Chawla Sent: Friday, June 25, 2004 3:34 AM To: Palm Developer Forum Subject: Can i associate Field Id with control and Get it. Hi

Re: Can i associate Field Id with control and Get it.

2004-06-25 Thread Ritu Chawla
Functions are fully described in the Palm OS Reference which is included in the SDK. Nathan -Original Message- From: [EMAIL PROTECTED] [mailto:bounce-palm- [EMAIL PROTECTED] Behalf Of Ritu Chawla Sent: Friday, June 25, 2004 3:50 AM To: Palm Developer Forum Subject: RE: Can i associate

RE: illegal single-segment 32-bit reference to a function in a shared library

2004-06-24 Thread Ritu Chawla
Hello, Thanks for responding, I need to organize huge command data, in my shared lib. i am getting the similar error of command data tables also. Can you please suggest some way to use the global tables. Having read only data is fine with me. One more doubt. Every Shared lib has a global

RE: illegal single-segment 32-bit reference to a function in a shared library

2004-06-24 Thread Ritu Chawla
Hello Ben, Thanks a Lot. I have used Codewarrior default approach. It gives a global structure pointer in the default librray code. which is defined in Private.h as follows typedef struct MsgLibGlobalsType { /* our library reference number (for convenience and debugging) */

RE: illegal single-segment 32-bit reference to a function in a shared library

2004-06-24 Thread Ritu Chawla
thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ben Combee Sent: Friday, June 25, 2004 10:25 AM To: Palm Developer Forum Subject: RE: illegal single-segment 32-bit reference to a function in a shared library Please let me know can i go along with

Re: illegal single-segment 32-bit reference to a function in a shared library

2004-06-23 Thread Ritu Chawla
Hi All, I am still facing the same problem. Can any body help me out rgds, Ritu Ritu Chawla [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I am facing problem in using function pointers.Code gets compiled well but i am getting following error while linking to the lib

illegal single-segment 32-bit reference to a function in a shared library

2004-06-22 Thread Ritu Chawla
Hi All, I am facing problem in using function pointers.Code gets compiled well but i am getting following error while linking to the lib. Here is the code. SectionTable_t downloadSectionTable[] ={ { MsgLibDownloadXd10VideoData }}; /* download functions indexed according to Section Ids commonly

CtlExit event in Repeat button.

2004-06-21 Thread Ritu Chawla
Hi ALl, Can any body please tell me where i am doing wrong. I am not able to trap CtlExitButton on Repeat button. I have tried following scnerio: a) keep button pressed on button -CtlEnter and then repeatedly CtlRepet event are received b) Release the mouse on button it self no event is

RE: CtlExit event in Repeat button.

2004-06-21 Thread Ritu Chawla
Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Douglas Handy Sent: Monday, June 21, 2004 6:55 PM To: Palm Developer Forum Subject: Re: CtlExit event in Repeat button. Ritu, Can any body please tell me how to trap CtlExit event in all the cases.

USb

2004-06-16 Thread Ritu Chawla
Hi All, I am facing following issues in implementing the Usb communication. Can any body please let me know the solutions: a)I am not able to trap any error in SrmExtOpen even if nothing is connected with device b) If applciation is sending something( SrmSend), and Usb cable is pulled out. i did

Multiple Resource Files

2004-06-09 Thread Ritu Chawla
Hi, Can any body please tell me how to create a separate resource file for each form? Is their any overhead of this? rgds, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Shared Libraries - Urgent please help

2004-06-01 Thread Ritu Chawla
Hi, Thanks a Lot for response. I am not doing any thing specific in open and close methos. I am using standard implementation i.e. calling SysLibFind and SysLibLoad methods. WIll it affect ny applciation's performance. rgds, Ritu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Timer in Palm

2004-06-01 Thread Ritu Chawla
as the PalmOs can only handle one nilEvent at a time... Good luck, Caspar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ritu Chawla Sent: Tuesday, June 01, 2004 5:41 AM To: Palm Developer Forum Subject: Timer in Palm Can any body please tell me how

Shared Libraries - Urgent please help

2004-05-31 Thread Ritu Chawla
Hi, I have some queries about shared libraries a) Can i keep shared library open for long.or it can cause some issues.I have read that it may lead to memory curruption. b) Does openeing and closing of shared library again and again can cause performance oevrhead. If i create an application

Timer in Palm

2004-05-31 Thread Ritu Chawla
Can any body please tell me how to implement a timer in Palm application rgds, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Usb Port Battery Consumption

2004-05-20 Thread Ritu Chawla
Stetina Sent: Thursday, May 20, 2004 12:22 PM To: Palm Developer Forum Subject: Re: Usb Port Battery Consumption You can simply overcame this issue with Recharging USB Cable: http://www.palmone.com/us/products/accessories/chargerscablescradles/P10884U .html -- Petr Ritu Chawla wrote: Hi, I am

RE: Usb Port Battery Consumption

2004-05-20 Thread Ritu Chawla
RS232 level generator chip. That combination drew upwards of an extra 40mA on the older III series. Still, if you use the serial port, don't keep it open any longer than you have to. - Original Message - From: Ritu Chawla [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent

RE: Localization for Strings

2004-05-20 Thread Ritu Chawla
Hello Ken, Thanks for responding. I can understand the sample code approach. This can work only if the responses received in Engllish are from fixed. So that i can store corresponding Locale version for them. If the English string list is not constant , what i could get is the only option left

Re: Localization for Strings

2004-05-19 Thread Ritu Chawla
Hi, If you want to provide language support for you app but you don't want to use any of the localization techniques Does this means any standard technique is available for achieving this? If yes please let me know what it is ? One more thing is now simplified for me.Now requirment is The

Localization for Strings

2004-05-18 Thread Ritu Chawla
Hi, I need some help on localization. I am working on an application which will get dynamic data from the server. I need to support the localization of the data received from the server? For exaple i.e. If i have a list with 10 elements, I will get the english version of string from the server,

Localization of App

2004-05-18 Thread Ritu Chawla
Hi, I need to create an App which should be able to suuport localization irrespective of the Rom. I need to provide a menu to change the langauge. Can any body please tell me how to achieve this. rgds, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Openeing Usb Port

2004-05-17 Thread Ritu Chawla
Hi, Can any body please help me out by answering the following queries I trying to communicate with a Usb Device attached with my PC, using Palm Emulator. Following is the code used by me (open Usb Port) SrmOpenConfigType configP; UInt16 newPortIdP; Err

Shared Lib With in Other Lib

2004-05-17 Thread Ritu Chawla
Hi, Can i load one shared library with in the Other Shared Library. Rgds, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Shared Lib With in Other Lib

2004-05-17 Thread Ritu Chawla
Thanks a Lot Dave Lippincott [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] yes - Original Message - From: Ritu Chawla [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, May 17, 2004 7:55 AM Subject: Shared Lib

Multilizer

2004-05-12 Thread Ritu Chawla
hi, Canany body tell me about multilizer ? I have tried creating a base Prc and foreign language Prc's with multilizer. Is their any way by which i can replicate the subsequent changes in base prc to foreign language prc.? rgds, ritu -- For information on using the Palm Developer Forums,

Draw graphs, video and Jpeg

2004-05-12 Thread Ritu Chawla
Hi, 1. Can any body help me by telling how i can draw a graph on the palm screen. Do i need to use gadget for this? One message no: news:[EMAIL PROTECTED] posted on pilot.programmer newsgroup at news.superwaba.net on 31st Jult 2002 is discussing about events while drawing a graph on the screen

RE: c Vs C++

2004-05-11 Thread Ritu Chawla
, though. I just revert back to C for that part. And POL includes some bug fixes/workarounds automatically for annoyances like lists that don't hide/display under older os versions. hth -Mark --- Ritu Chawla [EMAIL PROTECTED] wrote: Hi All, Can any body please help me by telling what should

RE: localization

2004-05-11 Thread Ritu Chawla
Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ben Combee Sent: Tuesday, May 11, 2004 8:39 PM To: Palm Developer Forum Subject: RE: localization a) what is the objective of keeping separate application for different languages. The Palm OS overlay

Re: Localization Overlays and Address App

2004-05-11 Thread Ritu Chawla
Hi Ken, Thanks for the information. I have tried approach 1 and 2 and able to use them. Can you please send me some sample code for implementing the third approach. I am new in this area and not able to understand this.. May be some more details will help me out in understanding the same. thanks,

RE: localization

2004-05-11 Thread Ritu Chawla
Hi , Please help me out by answering the following queries We are planning to create an application for localization support.[French, English, Spanish, German, etc]. I have tried concept for overlays. But it has a major limitation [Every change in base Prc leads to recreation of foreign

RE: localization

2004-05-11 Thread Ritu Chawla
Hi, I have read that paper. can you please explain How Sample application of SDk (Address, DateBook , Memo) supports localization. What i could get it they are not using Overlays as there are multiple resource files. rgds, Ritu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: localization

2004-05-11 Thread Ritu Chawla
Hi Thanks for replying. can u please answer tell mw a) what is the objective of keeping separate application for different languages. b) how i can create scripts similar to scripts used by PalmSource and the licensees handle building all the different versions and making overlay PRC files to put

c Vs C++

2004-05-11 Thread Ritu Chawla
Hi All, Can any body please help me by telling what should be the choice when a developing a palm applicaiton c or c++? gds, ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Localization Overlays and Address App

2004-05-10 Thread Ritu Chawla
Hi Ken, Thanks for replying . Please help me out by answering the following queries. a) What should be the most efficient way to achieve localization b) can you please give me some more details about the following technique:-- sample code will help ... Not using overlays. There are various

Localization Overlays and Address App

2004-05-06 Thread Ritu Chawla
Hi, I have started working on Overlays to create a localized application. Can any body please answer the following queries for me a) What i could i understand about overlays is for every locale a different PRC file will be created. Which will be loaded on the device. Is their any way to create

RE: Re Multiple threads

2004-05-05 Thread Ritu Chawla
, ritu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roger Stringer Sent: Tuesday, May 04, 2004 7:57 PM To: Palm Developer Forum Subject: Re Multiple threads Subject: Multiple threads From: Ritu Chawla [EMAIL PROTECTED] Date: Mon, 3 May 2004 18:21:02

RE: localization

2004-05-04 Thread Ritu Chawla
Hi Alexander, Thanks for replying. I am able to use overlays. Is their any other way to do the same. rgds, ritu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alexander Lange Sent: Tuesday, May 04, 2004 3:02 PM To: Palm Developer Forum Subject: Re:

debugged on palm device

2004-05-04 Thread Ritu Chawla
Can anybody help me in debugging and keeping trace/log of events in my application on palm device: 1. How application is debugged on palm device? 2. How can we put a trace when application is running on palm device. On Emulator, I used Palm Reporter tool to get the trace messages. Is there any

Dll's Or Lib's

2004-05-04 Thread Ritu Chawla
Hi , Is it possible to create Dll's or libraries on the Palm device. Any link to start with will help. rgds, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Localization

2004-05-04 Thread Ritu Chawla
Hi, I have just started working with palm OS. can any body please help me by clearing the doubts:- I have tried implementing Localization using overlay database. I have been able to use the same sucessfully . I have one query :- it is related to Address sample application. this sample

Shwing Video

2004-05-04 Thread Ritu Chawla
Hi, can any body answer following queries for me a) How to show video files on palm device b) what all formats we can play. c) Is it possible to show Still images (Jpeg , etc) ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

How to draw Graphs

2004-05-04 Thread Ritu Chawla
Hi, Can any body help me by telling how i can draw a graph on the palm screen. do i need to use gadget for this? rgds, ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Pal Zire device

2004-05-04 Thread Ritu Chawla
Hi, I need to create an applciation which shold support Zire 71 and ZIre 21. My problem is these two have different resolutions. Zire 71 - 320 x 320 Zire 21 - 160X160 How do i support both resolutions ? Does Palm sdk support any api which can do this automatically for me? Or Is their any

Re: Files on Palm

2004-05-03 Thread Ritu Chawla
Thanks for replying. I tried finding out DmFindDatabaseByTypeCreator method. What i could get it it is available at Palm OS 6 Cobalt We are working with Palm OS 5.x Please let me know if we can use any function of this. rgds, ritu Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL

Usb Communication

2004-05-03 Thread Ritu Chawla
Hello, I am new to palm application. We have to send the configuration data from palm device to a application running on Linux through USB Port. I am using Code warrier IDE and C++ language for palm application development. Can you send me the sample code or steps for how to get and send data

Multiple threads

2004-05-03 Thread Ritu Chawla
Hi, Can any one tell me whether Palm OS support multiple threads or not? rgds, Ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

localization

2004-05-03 Thread Ritu Chawla
Hi, Can any body give me any sample which supports localization . I need to create an application which should able to support french, english, italian, german, spanish, Simplified chinese. rgds, ritu -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Files on Palm

2004-04-29 Thread Ritu Chawla
Can some body help in answering my queries related to file streaming on palm device. 1. Can we keep files on the palm device. 2. Is it advisable to use files on palm device. 3. How to get the list of files available on the device. Thanks Rajani -- For information on using the Palm