OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Jim Short on November 21, 2008, 07:46:55 AM

Title: What controls allow text with word wrap?
Post by: Jim Short on November 21, 2008, 07:46:55 AM
I wish to have the user write notes in multi-line edit area with word wrap.
Will a text box do this? When enter pressed, it needs to start a new line like a mini word processor.
Any Ideas?

Jim
Title: Re: What controls allow text with word wrap?
Post by: BazzaCAD on November 21, 2008, 10:41:33 AM
Yes the TextBox can do it...
Title: Re: What controls allow text with word wrap?
Post by: Jim Short on November 21, 2008, 12:58:20 PM
Thanks,

I did finally find it. I was looking for it in the Control Browser.

Jim