Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » problem with CExtHyperLinkButton Collapse All
Subject Author Date
Borremans Pierre Dec 15, 2009 - 8:20 AM

In my dynamic window I use a CExtHyperLinkButton. After moving the CExtHyperLinkButton, a line is drawn instead of text. How to resolve my problem ?


The size of my CExtHyperLinkButton doesn’t change only the position.

Technical Support Dec 16, 2009 - 10:37 AM

Then please check the CExtHyperLinkButton window has the WS_CLIPSIBLINGS style. But the hyperlink buttons are rarely inserted into page navigator control. They are inserted into child dialogs and child dialogs are created inside page navigator. In any case, please reproduce the problem in the PageNavigator sample project and send it to us.

Borremans Pierre Dec 17, 2009 - 3:24 AM

the CExtHyperLinkButton is in a child window which is contains by a page navigator. If I add the WS_CLIPSIBLINGS style to the CExtHyperLinkButton. I can’t reproduce my problem in your pagenavigator sample

Technical Support Dec 17, 2009 - 11:48 AM

May be you can send us a stripped version of your real project containing UI code only?

Borremans Pierre Dec 16, 2009 - 9:45 AM

My dynamic window is in a CExtPageNavigatorWnd and when I activate WS_CLIPSIBLINGS | WS_CLIPCHILDREN styles nothing is visible on my window. Any other solution ?

Technical Support Dec 16, 2009 - 8:24 AM

Please check whether your dynamic window has the WS_CLIPSIBLINGS | WS_CLIPCHILDREN styles set on.