OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: xaxo87 on November 11, 2016, 12:04:29 AM

Title: Change a word style into a label object.
Post by: xaxo87 on November 11, 2016, 12:04:29 AM
Hello mates,
I have a question for us, it's posible to change a word style localized into a label object without changing the rest of the string?

The result would be like this:

"Hello world!"

Thanks.
Title: Re: Change a word style into a label object.
Post by: owenwengerd on November 19, 2016, 08:49:39 PM
You could do it with an Html control.
Title: Re: Change a word style into a label object.
Post by: Fred Tomke on November 24, 2016, 03:48:21 AM
Hm, not sure, but I believe that I already tried an AxContainer for rtf-formatted text.
https://msdn.microsoft.com/en-us/library/aa733684(v=vs.60).aspx
But I couldn't find it anymore in the AxObject list.
Regards, Fred
Title: Re: Change a word style into a label object.
Post by: xaxo87 on November 25, 2016, 03:36:58 PM
Thanks Fred and Owen, finally I didn't need to use it, nevertheless I will revise your documentation to try get it.

Greetings.