re: How to get the control ID of the controls placed on the form.

2005-08-27 Thread Jeff Summers
Number their control id's sequentially in the resource designer, then use a for loop - int id; for (id = 1001,id<1005,id++){ .. } In your message regarding re: How to get the control ID of the controls placed on the form. dated Sat, 27 Aug 2005 07:06:50 -, Jeetu said that ... >

re: How to get the control ID of the controls placed on the form.

2005-08-27 Thread Jeetu
In any ways u can tel me with the help of control pointer what i want that on a button click i want to send the field ID's to a function. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: How to get the control ID of the controls placed on the form.

2005-08-26 Thread mguo
based on what? control ptr or control index? -mguo -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to get the control ID of the controls placed on the form.

2005-08-26 Thread Jeetu
I have Taken 5 Field Boxes on my Form,i want the control ID of each Field Box in a single Loop,How do i do It. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/