Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rebol [] view [ f: field "" button "focus" on-action [ focus f ] when [load] on-action [focus f] ]
ボタンを使用するfocusとフォーカスが正しく設定されますが、パネルが表示されたときにフォーカスを設定したいと思います。トリガーがこれを行うべきだと思っていloadましたが、そうではありません。
focus
load