deleting a character

2003-10-14 Thread Dhanashri K
Hello , I am writing a keyboard driver for Palm OS 4.1 on Samsung i-500 . When I enqueue chrDelete into the keyboard event queue , it doesn't do anything , doesn't delete any character on the editor . Why this is so ? Is it something that I am missing for the Delete function ? please help . Thanks

wakeup handler for Palm OS 5.0

2003-09-09 Thread Dhanashri K
Hello All , I have written a serial wakeup handler for receipt of chars , which remains persistent even if my application is stopped . This works fine with Palm OS 4.1 , but will not on Palm 5.0 as it doesnot support wakeup handlers when the application is stopped . Is there any workaround for P

serial cable for CLIE

2003-09-08 Thread Dhanashri K
Hello , I want to run my serial application on Sony CLIE PEG-TG50/U device running on Palm OS 5.0 , but I am not finding a suitable serial cable for the same . Where can I find a serial cable for this device ? and what will be its compatibility with respect to other series of CLIE devices ? Plea

serial port simulation

2003-09-08 Thread Dhanashri K
Hello , I want to test my serial application on a new Sony CLIE device running Palm OS 5.0 but I don't have the serial cable with me . Is there anyway by which I can simulate the serial port within the device so that I don't actually need to connect the external device for testing my application

serial manager for Palm

2003-09-08 Thread Dhanashri K
Hello , Is there any difference between the serial manager behavior on Palm OS 4.1 and Palm OS 5.0 ? I am not able to send / receive chars on a Sony CLIE machine running Palm OS 5.0 . It gives me serial line errors instead . but the application works fine on a Palm OS 4.1 device . Also , has the

programmatical selection of text

2003-09-05 Thread Dhanashri K
Hello , Is there any mechanism in palm to select characters left / right of the cursor programmatically from somewhere not directly connected to the current active form say from a driver . I don't have direct access to the current active form & the field in that case . Please reply asap . Thanks

navigating in the UI

2003-09-04 Thread Dhanashri K
Hello , Is there a way by which the objects on the Palm UI screen can be navigated ( e.g. using tabs on Windows ) ? Regards , Dhanashri . _ Access Hotmail from your mobile now. http://server1.msn.co.in/sp03/mobilesms/ Click here.

feature set usage

2003-08-25 Thread Dhanashri K
Hello , How can I store an entire structure in the feature set and access it later ? Also how can I set its value because FtrSet expects an UInt32 value as the new value . How can I store a structure instead of an UInt32 ? Regards , DK

sliders

2003-08-21 Thread Dhanashri K
Hello , I am using a slider in my control with value from 0 to 12 and a default of 3 . But I am not able to indicate to the user the current value of the thumb of the slider as the markings on the slider are not changing as per the size of the slider . Is there a way to change the default markin

RE: localizing of the control texts

2003-08-20 Thread Dhanashri K
um" <[EMAIL PROTECTED]> Subject: RE: localizing of the control texts Date: Wed, 20 Aug 2003 14:49:27 +0530 You'll need to create separate resource for each language you support. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dhanashri K Sent: We

localizing of the control texts

2003-08-20 Thread Dhanashri K
Hello All , I want to support internationalisation in my UI . I have gone through a few of the related palm docs but i find these mainly cater to text fields only . How can i support internationalisation for labels on the pushbuttons , sliders , buttons , checkboxes , label fields & menus ? How

Greying of controls

2003-08-18 Thread Dhanashri K
Hello All , I want to disable the slider control on my form . For this , i want the user to know that it is presently disabled . Is there any way that I can use to gray the slider control ? For example , can I patch a bitmap on the slider control after it is disabled , and the bitmap is made tra

UI internationalization?

2003-08-14 Thread Dhanashri K
Hello , I want to make my UI application internationalized . What is the procedure to start with this . From where can I get the overlay resources ? What else should I do to make the application support internationalisation ? How can I test the Japanese , etc. charactors / words ( I don't know J

Repeat Buttons and Displaying numbers

2003-08-14 Thread Dhanashri K
Hello , I have designed a form in which there is a noneditable numerical text box and its value can be increased or decreased only by using repeat buttons . I want to know how I can display numbers in textboxes ? Is there any way to draw a visible rectangular frame around that number so that it

Dynamic Icon Changing

2003-08-14 Thread Dhanashri K
Hello , Can I change my application's icon dynamically , in the application launcher , depending on certain system conditions , like sleep mode , etc ? Regards , Dhanashri . _ Over 6,70,000 brides and grooms. http://www.bharatmatri

About Repeating Button

2003-08-11 Thread Dhanashri K
Hello , I am trying to use the repeating button through the constructor of CodeWarrior . But it is getting displayed as a normal button only and not with the increment/decrement symbols on it . I want to create the UI for Palm OS 3.5 onwards only . I am clicking on the repeating button option of