Hülyesamu
Joined: 24 Sep 2004 Posts: 22
|
Posted: Mon Sep 28, 2009 7:01 am Post subject: Changing GUI elements while Shown |
|
|
Hi,
I have a script that uses a simple GUI window to input data. To improve it, I plan to add a function that, when a button pressed, imports Clipboard, processes its contents, and fills Edit boxes with the processed data.
*For this, I need an Edit box whose content can be set while its owner window is shown. Is it possible? (without closing and reopening the window)
*And is it possible (a simple problem) to change a Button to be default (if originally, when the window was shown, it wasn't)? The script has input fields (Edits), and normally I have to go through them to input data. But if it's imported from Clipboard, focus can move to OK.
Thanks |
|