OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Kelie on June 06, 2009, 11:47:41 PM

Title: little splitter problem
Post by: Kelie on June 06, 2009, 11:47:41 PM
When the "SplitterMoved" event is checked, the two Text Boxes on the bottom are still blank. The "Clicked" and "MouseMove" events work as expected. (using the latest beta)

Btw, are those two Text Boxes? I tried using a Text Box, when setting its "Text" property with a long string, the text does not automatically wrap into multiple lines. What property do I need to change, or am I using the right control?

Thanks.
Title: Re: little splitter problem
Post by: owenwengerd on June 07, 2009, 12:19:42 AM
The SplitterMoved problem has already been reported and fixed. Set the text box Filter Style property to Multiline String for text wrapping.
Title: Re: little splitter problem
Post by: Kelie on June 07, 2009, 03:59:53 PM
Thank you.