FXText.new

My FXText is multiple line text box. How the FXText.new always show the
last line?

On Jan 10, 2008, at 8:31 PM, Cool W. wrote:

My FXText is multiple line text box. How the FXText.new always show
the
last line?

See this page for an idea:

http://fox-toolkit.net/cgi-bin/wiki.pl?Cookbook/
Making_The_Text_In_An_FXText_Widget_Autoscroll_When_New_Text_Is_Added

Hope this helps,

Lyle

Lyle J. wrote:

On Jan 10, 2008, at 8:31 PM, Cool W. wrote:

My FXText is multiple line text box. How the FXText.new always show
the
last line?

See this page for an idea:

http://fox-toolkit.net/cgi-bin/wiki.pl?Cookbook/
Making_The_Text_In_An_FXText_Widget_Autoscroll_When_New_Text_Is_Added

Hope this helps,

Lyle

Thanks for your example. But i still cannot work in my ruby program. Can
you write sample code to run the FXText?

Thanks.

Lyle J. wrote:

http://fox-toolkit.net/cgi-bin/wiki.pl?Cookbook/
Making_The_Text_In_An_FXText_Widget_Autoscroll_When_New_Text_Is_Added

Hope this helps,

Lyle

According your sample, the text field can show the last row. After then
there show the first row automatically. How can i make the text field
fix to show the last row?