Re: Hotsync wrecks touch screen

2006-04-12 Thread Thomas Damme
Mark Chauvin schrieb: I have a customer that installs my program and his digitizer loses its calibration. It's on a m100, and I've never seen this happen before. What could be causing it? All he has to do is install the .prc with Palm Desktop, do a hotsync, and his digitizer calibration is

How to change the text on button in runtime

2006-04-12 Thread hvreddy
Hi all, Is there any API to change the text(label)(button name) on the button in programm at runtime. Thanks in advance, Regards, Harsha. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to change the text on button in runtime

2006-04-12 Thread Rosca Bogdan
if i undestood crectly u want to change the, let;s say a label's text at runtime .. here is how i do it .. hope it will help CtlSetLabel((ControlPtr)GetObjectPtr(MyFormMyLabelLabel), );

Re: How to change the text on button in runtime

2006-04-12 Thread Rosca Bogdan
oops forgot to replace in show too :) .. srry about that __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- For information on using the PalmSource Developer Forums, or to unsubscribe,

Re: I need to know what type of UI element versamail uses

2006-04-12 Thread Lee Fyock
Ben Combee said: Versamail uses it's own internal widget system that mostly replaces the Palm OS widgets while still providing the Palm OS look-and-feel.=20 Nearly everything in VM is custom drawn. VersaMail uses an internal widget system and OO framework, but nearly every widget has a Palm

Displaying an icon in command bar

2006-04-12 Thread Tam Hanna
Hi Guys, I have a little problem concerning the display of an icon in the command bar(while my app is not running). Basically, everything works, but when users want to beam a file, a Fatal Alert like No lock bitmap is displayed. What's wrong here? I already 'extracted' the bitmap into an own

re: Hi-res on Tungsten T

2006-04-12 Thread Tam Hanna
Hi, please keep in mind that some boxen with OS5 have a low-res screen. So, simply checking OS version will not suffice. The documentation explains a different procedure... Best regards Tam Hanna http://tamspalm.tamoggemon.com http://www.tamoggemon.com Created on the go using Versamail 2.6.1

Wierd memory allocation bug with gSOAP.

2006-04-12 Thread dvanderwel
(I posted this on the gSOAP discussion forum, but I figured I might be able to get help here since my problem might be a Palm issue and not a gSOAP issue). Hello, I had a working gSOAP Palm application that I had built using gSOAP 2.7.6c. wsdl2h.exe generates the xsd__base64Binary structure

Re: I need to know what type of UI element versamail uses

2006-04-12 Thread Ben Combee
On 4/12/06, Lee Fyock [EMAIL PROTECTED] wrote: Ben Combee said: Versamail uses it's own internal widget system that mostly replaces the Palm OS widgets while still providing the Palm OS look-and-feel.=20 Nearly everything in VM is custom drawn. VersaMail uses an internal widget system

Gap between PDB header and PDB data

2006-04-12 Thread ach001
hi, i hope this is the right forum and i really hope someone can help. from the documentation: IMPORTANT: There is always a gap between the final record list in the header and the first block of data in the database, where the first block might be one of the following: the appInfo block, the

PalmPhotoHandle

2006-04-12 Thread becksticles
Is there any way of converting a palmphotohandle to a WinHandle or vice versa? ie. so an image in an offscreen window can be scaled using PalmPhotoScaleImage, or a photohandle can be displayed using wincopyrectangle() Cheers -- For information on using the PalmSource Developer Forums, or to

Re: Gap between PDB header and PDB data

2006-04-12 Thread Ben Combee
No, you use the pointers in the PDB header to find the offset to the start of the first record. On 4/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi, i hope this is the right forum and i really hope someone can help. from the documentation: IMPORTANT: There is always a gap between the

Dynamically Displaying Help Icon

2006-04-12 Thread Jim Duffy
Hi All, Does anyone have suggestions on how one could dynamically display the help icon on a form? I'm referring to the 'i' icon that shows up in the upper right area of a toolbar if a help string resource is associated to the form. I want the icon to show if a field in my DB has a string