Older Version Newer Version

cundo cundo Jun 29, 2016 - "LB code box added"

Button Text on More Than One Line

This method uses stylebits to allow button captions to appear on more than one line.

 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