TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => OpenDCL => Topic started by: cadplayer on May 29, 2013, 09:01:26 AM

Title: Textbox with line break
Post by: cadplayer on May 29, 2013, 09:01:26 AM
Hi!

Is it possible to break lines in a Textbock ?
Title: Re: Textbox with line break
Post by: owenwengerd on May 29, 2013, 12:59:42 PM
Yes, if the FilterStyle (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Property/FilterStyle.htm) property is set to 8.
Title: Re: Textbox with line break
Post by: cadplayer on May 30, 2013, 04:32:42 AM
Good, it works
For example I write more than one line in Textbox, by press return it saves only the last line in variable, which I calling to make a text in drawing.
Have anybody a idea to do that?
Title: Re: Textbox with line break
Post by: cadplayer on May 30, 2013, 07:50:45 AM
Hello!

Is there a opportunity to delete something in a Listbox (by press tape delete), I only find dragndrop solution? In my case it doesn´t help.