Link Error : PalmRez Error: tbmf 1000 has no bitmaps. Compilation halted

2005-01-12 Thread vidya
versions:- PalmRezPostLinker.dll - 4.5.3.0 PPalmRez.dll - 4.5.2.0 Is my problem related to these dlls? If so, where to get the appropriate versions? If not, how to remove the link error?? Hope to get a solution at the earliest, Vidya -- For information on using the Palm Developer Forums

re: Link Error : PalmRez Error: tbmf 1000 has no bitmaps. Compilation halted

2005-01-12 Thread vidya
I was able to link it after deleting the bitmap and creating newly. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to remove leading zeroes in a field??

2005-01-04 Thread vidya
. Hope to get some ideas, Thanks in advance, Vidya -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to remove leading zeroes in a field??

2005-01-04 Thread vidya
Hi Urs, Thank you for your response. That was the exact answer to my question Regards, Vidya -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Fwd: Re: Dynamic popup list....Working fine

2003-06-15 Thread Vidya Amar
Thanks Kalyan, That helped me. If only I had looked into the list APIs... Vidya. From: Kalyan Sakhamuri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Dynamic popup listnot able to proceed Date: Fri, 13 Jun 2003 06:22:34 -0700 (PDT) You probably should be calling

Dynamic popup list....not able to proceed

2003-06-13 Thread Vidya Amar
;//Low memory error is got handled = true;//List is not displayed break; default: break; } default: break; } return handled; } Hope someone will help me. Thanks in advance, Vidya

Re: Popup list callback function not being called...urgent help needed

2003-06-12 Thread Vidya Amar
for the clarification. Vidya. From: Mark A. Peters [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: Re: Popup list callback function not being called...urgent help needed Date: Thu, 12 Jun 2003 14:15:58 -0700 Why do you want

Popup list callback function not being called...urgent help needed

2003-06-11 Thread Vidya Amar
Hi All, I have a popup trigger attached to a list which is created from a database by a callback function (LstSetDrawFunction) in the MainFormInit routine. I have pre-set the label for the popup trigger to be the 1st choice in the list when the form opens. Problem:- The callback

Re: Popup list callback function not being called...urgent help needed

2003-06-11 Thread Vidya Amar
); The callback function however gets called when the popup trigger is selected after the form opens. Can you please help me to get the callback function working on the form open? Vidya. did you set the number of items of the list before, so the callback is called as many time as the number of item