I'm using POL to make the "Address" like application. With reference to the POL help file, it is the best to use UpDownGrid as entry/edit screen of a record.
However, I can't find a way to control the focus cursor and the font displayed on the entry screen properly: 1. There are 2 columns, Labels on left column and entry text on right column. In "Address", when I tap on left column, the focus cursor will be automatically placed on right column on same row. But under POL, when I tap on left column, the focus cursor disappear. How to make the focus cursor appear on right column automatically when the left column is tapped? 2. In "Address", when the right column is tapped, the font will be changed to bold to attract attention for data entry. I've placed "SetItemFont" in virtual function of CUpDownGrid::LoadData with help of "Editable" parameter to determine if it is under view or edit mode. However, the font doesn't change to bold when it is tapped, until I practically entered a character. There are still some other issues pending to solve. I'm still studying and trying each functin of UpDownGrid. Hope I can be clear about how UpDownGrid work internally. Anybody can give me some hint, advice or suggestion. Thank! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
