wcherry
03-25-2002, 01:03 PM
I've created a dialog (using the resource editor) with two text controls and one softkey menu. Whenever the softkey menu is used to change the input mode, the first text control disappears and the second control becomes active.
As per the earlier thread on two-text controls, I don't see where calling ITEXTCTL_Redraw is used in the dialog example app so the suggestion to use that to get the controls to reappear doesn't seem to be required. I don't want to keep a bunch of pointer to text controls and try and figure out when I need to redraw them (when the softkey menu is removed there doesn't seem to be a message sent any way).
Any help on this would much appreciated as I'm really stuck on this.
As per the earlier thread on two-text controls, I don't see where calling ITEXTCTL_Redraw is used in the dialog example app so the suggestion to use that to get the controls to reappear doesn't seem to be required. I don't want to keep a bunch of pointer to text controls and try and figure out when I need to redraw them (when the softkey menu is removed there doesn't seem to be a message sent any way).
Any help on this would much appreciated as I'm really stuck on this.