Dialog and moving focus - Printable Version +- Curl Global Community (https://communities.curl.com) +-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1) +--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2) +--- Thread: Dialog and moving focus (/showthread.php?tid=386) |
Dialog and moving focus - alchimiste - 01-04-2012 Hi, everybody, Happy new year. I want to move focus to the TextField in the parent while Dialog is displaying with non modal mode. But before the Dialog object closes, it's impossible to move focus to the TextField. How can I move focus to it? Code: {curl 7.0 applet} RE: Dialog and moving focus - heavybugtracker - 01-12-2012 Could you put your screen layout into a View ? If you could, then calling View.show before {f.request-key-focus} will do what you want . But if you have to put your screen layout within a AppletView(such as within the browser), I don't know how to do this . Code: {def f = {TextField}} |