Curl Global Community
TextFieldのtext全体選択について質問!! - 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: TextFieldのtext全体選択について質問!! (/showthread.php?tid=579)



TextFieldのtext全体選択について質問!! - happycoin - 07-27-2012

TextFieldに FocusIn イベントが発生する場合、入力されているテキストをすべて選択しようとしています。

{TextField width=100px,
{on FocusIn at this:TextField do
{this.become-active-from-traversal}
}
}


しかし、できません。(涙) 瞬間的に全体選択が解除されます。
他にいい方法はありませんでしょうか。



RE: TextFieldのtext全体選択について質問!! - fukuta - 07-27-2012

TextFieldはデフォルトでフォーカスが入った時に文字列が選択されると思います。
become-active-from-traversal を呼び出している掲載されたコードも試しに動かしてみましたがちゃんと選択されました。

何かほかに原因があるのでは??


RE: TextFieldのtext全体選択について質問!! - happycoin - 07-31-2012

良い情報ありがとうございます。


RE: TextFieldのtext全体選択について質問!! - alchimiste - 08-17-2012

It would be helpful to use StringDataModelWritableRange.

This class provide powerful functions for selecting texts entirely or partly.