Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Another TLink Issue.
Thu, Jul 30 2015 9:09 PMPermanent Link

Steve Gill

Avatar

I am using TLink components as menu items in an app.  On the page/form that is currently being viewed, I highlight the link by setting it to bold and underline.

It looks fine in the EWB IDE, but when run the formatting isn't there.  Please refer to attached image.

= Steve



Attachments: TLinkIssue.png
Fri, Jul 31 2015 6:03 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< I am using TLink components as menu items in an app.  On the page/form that is currently being viewed, I highlight the link by setting it to bold and underline.

It looks fine in the EWB IDE, but when run the formatting isn't there.  Please refer to attached image. >>

The font style is overridden by the control interface as the state changes, so you will not be able to modify it and have it "stick".

This is something that I still need to resolve in the IDE/controls - how to selectively prevent the modification of certain font properties if the control interface overrides them.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Jul 31 2015 9:07 AMPermanent Link

Steve Gill

Avatar

<< The font style is overridden by the control interface as the state changes, so you will not be able to modify it and have it "stick".

This is something that I still need to resolve in the IDE/controls - how to selectively prevent the modification of certain font properties if the control interface overrides them.  >>

Ok, thanks Tim.

= Steve
Tue, Mar 13 2018 11:55 AMPermanent Link

Allen Hunt

<< This is something that I still need to resolve in the IDE/controls - how to selectively prevent the modification of certain font properties if the control interface overrides them. >>

I know this is an old post but I just wanted to let you know it looks like I'm having this issue with EWB 2.06 Build 11.  

I have to reset the font style properties in OnMouseLeave because they are getting lost when I hover over the link.

Thank you!

Best Regards,
Allen
Tue, Mar 13 2018 4:17 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Allen,

<< I know this is an old post but I just wanted to let you know it looks like I'm having this issue with EWB 2.06 Build 11. >>

Yes, it's a design issue, so it's not really a bug.  It's just how the control interfaces work with respect to their state transitions back to the "Normal" state.  The alternative is keeping around an entire copy of the modified "Normal" state for controls, which is what I plan on doing, but need to make some changes to the way that such state is stored in memory in order to prevent too much memory consumption.

Tim Young
Elevate Software
www.elevatesoft.com
Image