Hi Palmites, I�m trying to create an app for accepting 4 inputs from the user. Name: <multi line text field> Date Of Birth: <three pop-up triggers> Address: <multi line text field> Phone: <multi line text field>
If the �Address:� field exceeds the form size, I would require a scroll function just like the AddressEdit screens in Address Book application. Exploring Address Book source code reveals that they have used scrollable table. void EditViewLoadTable (void) 1.Get the height of the table and the width of the description column. 2.Compute the height of the field's text string. 3.If the height or the position of the item has changed draw the item. In my case, I cannot use tables b�coz of �Date Of Birth:� field contains three pop-up triggers. TextTableItem types do not play well with other data types b�coz of setting the load & save callback functions for the entire column. Thanks in advance Jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
