ScriptUI problem - only one item can be active
Dear experts
The standard Find/Change panel provides immeate reaction: both the edit field for the search term and the Find button are active. Hence I can work like this:
- Invoke the panel with CRTL+F
- Type what I want to look for
- Press Enter
In ScriptUI i can not mimic this behaviour. The following does not work:
wPalF.g02.eFindWhat.text = KLD_F.GetTextOfSelection();
wPalF.g02.eFindWhat.active = true;
wPalF.g08.btnFind.active = true;
wPalF.show();
Only the button is active when this snipped has been executed.
In ScriptUI obviously only one element can be active in a dialogue/panel.at a time.
→ Any ideas how to overcome this limitation?

