Older Version Newer Version

Alyce Alyce Jan 6, 2006

===Button Text on More Than One Line===
This method uses stylebits to allow button captions to appear on more than one line.

[[code format="vb"]]
nomainwin
stylebits #1.b, _BS_MULTILINE,0,0,0
button #1.b, "Text on Three Lines", [quit],UL,10,10,60,60
open "Multiline Button Text" for window as #1
#1 "trapclose [quit]"
wait
[quit] close #1:end

[[code]]