OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Jim Short on May 24, 2015, 05:09:58 PM

Title: memo control
Post by: Jim Short on May 24, 2015, 05:09:58 PM
I need a simple form with a multi-line textbox that word wraps to display some help text. If it is set Read Only the background color will be gray. What I am trying to show is a windows memo box that is not exposed in OpenDCL. Can anyone think of a work around like using an ActiveX control to show a pdf?
Title: Re: memo control
Post by: owenwengerd on May 24, 2015, 09:04:17 PM
Can you use a Label control? You can set label background color to white if you need a white background.
Title: Re: memo control
Post by: Fred Tomke on May 25, 2015, 02:33:21 AM
Hi, Jim, I solved that with a html control showing some help.
So I can also highlight some words.
Regards, Fred
Title: Re: memo control
Post by: Jim Short on May 25, 2015, 05:29:08 AM
Owen, I had tried the label and it does not word wrap.
What Fred said is interesting and I am going to check that out.

Thanks to you both.
Jim
Title: Re: memo control
Post by: Jim Short on May 25, 2015, 06:28:29 AM
I spoke too soon,
Use a Label with white background.
Word wrap and line feed will show at runtime.
Thanks Owen.
Title: Re: memo control
Post by: Fred Tomke on May 25, 2015, 12:43:34 PM
Hi, sorry Jim, that I must disagree: label actually do word wrap - if the control's height allow that.
Regards, Fred
Title: Re: memo control
Post by: jbuzbee on May 28, 2015, 12:22:32 PM
Jim - if you have any experience with HTML that's the way to go. As Fred said you have many more text options and you can embed images / diagrams.

jb