We currently use a DrawCallBack for a table of entries on a form. Based on the resize event, (that we get when the silk screen is visible or not) we resize the table etc.
Within the DrawCallBack, we truncate the text with a ... (at the end) if it's too wide. My problem is that the DrawCallBack is being called prior to my formresize event, therefore the text still gets truncated although the actual table is larger (but it doesn't know it yet) So my question is: How can I fix that, why does the DrawCallBack get called prior to the broadcast event sysNotifyDisplayResizedEvent. I would rather not re-draw the form after the resize, because that would mean that all of this code would run twice per event - that would really suck. Any ideas? thanks - bill -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
