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: DataBase with string

2006-04-10 Thread Rosca Bogdan
i'm using something like this for working with pdb CDatabase pDatabase= GetDatabase();//gets the pointer to a database CRecordStream rs(pDatabase); CString str; rsstr; rs.Close(); ... the thing i want to show is that i'm using CString structers to enter data in DB ... i have tables wich

re: Developing our own keyboard on palm?

2006-04-10 Thread Rosca Bogdan
well .. i'm not sure how u get the keyboard to popup .. but .. u could use something like this EVENT_MAP_ENTRY(cltSelectEvent , OnSelect) . Boolean CMyForm::OnSelect(EventPtr pEvent, Boolean bHandled) { . switch (GetFocus()) { case MyFormMyField1Field: //

Re: Hiding an icon

2006-04-07 Thread Rosca Bogdan
i knew that it must be something simple :D .. thanks a lot :) __ 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