In a multi-tabbed modal dialog, I have 2 lists controlled by popup triggers. These lists are used to select length and angle units (m vs ft and degrees vs grads). Upon receiving a popSelectEvent, I also use the selection text in the lists to change labels in other, then invisible tabs. Doing so for the m vs ft list works fine, but when I update my 2 angle-related labels, the angle list itself becomes corrupt: dropping it down now displays the selected text twice (ex. "grads", "grads" instead of "degrees", "grads") and this becomes irreversible. Of course, I made sure my labels original text was even longer than the text copied from the list. Replacing these 2 labels by uneditable fields works without producing the problem, but I'd like to understand (using uneditable fields instead of labels is a workaround in my opinion).
-- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
