Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 10 of 10 total
Thread Hyperlink support for TMultiLineEdit
Fri, Dec 29 2017 3:55 PMPermanent Link

Allen Hunt

I've searched but haven't found anything.  Is there a way to add true hyperlink support to a TMultiLineEdit?

Thanks!

Best Regards,
Allen
Sat, Dec 30 2017 12:06 PMPermanent Link

Uli Becker

Allan,

THtmlLabel is what you are looking for.

Uli
Sat, Dec 30 2017 12:11 PMPermanent Link

Uli Becker

Sorry, you want to edit it. In that case you'd have to toggle between both controls.

Uli
Sat, Dec 30 2017 8:25 PMPermanent Link

Allen Hunt

> Sorry, you want to edit it. In that case you'd have to toggle between both controls.

Hi Uli,

Yea my ultimate goal is to be able to edit it.  I have created a popup dialog to for viewing where the user can click on the URL's and I'm using a THTMLLabel however, I haven't figured out how to make it scrollable yet.  I'm going to dig in a little further before I post anything about it.  I've been testing a TBrowser too and so far it seems to be doing okay.

If I make better progress, I'll let you know.  Thank you so much!

Best Regards,
Allen
Sun, Dec 31 2017 4:16 AMPermanent Link

Uli Becker

Hi Allen,

<I haven't figured out how to make it scrollable yet.  I'm going to dig
in a little further before I post anything about it.

To make it scollable just put it onto a TScrollPanel component and set
these properties:

HTMLLabel:

Layout.Position = lpTopLeft
Layout.Consumption = lcBottom
Layout.Stretch = lsRight

Format.Wrap = true

Autosize.Height = true
Autosize.Width = false (!)

ScrollBox:

ScrollBars = sbVertical

Cheers Uli

Sun, Dec 31 2017 2:05 PMPermanent Link

Allen Hunt

> To make it scollable just put it onto a TScrollPanel component

Thank you!  I can't believe I forgot about that! &#128521;

Have a great New Year!

Best Regards,
Allen
Wed, Jan 3 2018 10:40 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Allen,

<< Yea my ultimate goal is to be able to edit it. >>

Just to let you know, there's a THTMLEditor coming some time after 2.07 is complete.  I started it last summer and got about half-way done with it, but had to put it aside and work on 2.07.

Tim Young
Elevate Software
www.elevatesoft.com
Wed, Jan 3 2018 11:33 AMPermanent Link

Walter Matte

Tactical Business Corporation


Hold off on 2.07 go for the HTML Editor!!

(But it is your choice!!)

Walter
Wed, Jan 3 2018 7:41 PMPermanent Link

Frederick Chin

Tim,

/*
Hold off on 2.07 go for the HTML Editor!!

(But it is your choice!!)
*/

Please don't hold off 2.07! I think that it is seriously overdue since your first announcement. With your recent request for possible enhancements, I am afraid that it will be delayed even further if you decide to add more things in.

Release it soon.

---
Frederick
Mon, Jan 8 2018 4:08 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Frederick,

<< Please don't hold off 2.07! I think that it is seriously overdue since your first announcement. With your recent request for possible enhancements, I am afraid that it will be delayed even further if you decide to add more things in.

Release it soon. >>

I wish it were that easy.  Let's just say that Fall-2017 was not kind to me, in terms of scheduling.

The IDE re-vamp is done, and I'm finishing up the server-side as fast as I can.  There are a *lot* of small improvements throughout the IDE.

Tim Young
Elevate Software
www.elevatesoft.com
Image