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 » Invisible CExtHyperLinkButton on groupbox Collapse All
Subject Author Date
Timo Stripf Nov 4, 2007 - 4:30 PM

I have a groupbox in my application with some hyperlinks on it. I changed the hyperlinkcontrol from my own version to CExtHyperLinkButton and all my links are invisible. I tought, that is my fault, but i have create a new project to reproduce this behavior and i have the same problem. You can download the sample project on www.kfx.de/groupbox.rar . Anyone know why it is invisible on groupbox? Thanks for help

Technical Support Nov 6, 2007 - 9:11 AM

You can see the incorrect background because the base class of CgroupboxDlg is CDialog. You should use the CExtResizableDialog class instead to make the background consistent with all the Prof-UIS controls on the dialog.


Timo Stripf Nov 5, 2007 - 9:33 AM

Thanks, this fix my problem. Only the hyperlinkbackground is wrong.

Suhai Gyorgy Nov 5, 2007 - 1:53 AM

I haven’t checked the sample application, but I guess you need to change the tab order of your controls as the following FAQ suggests:
"If you put controls on a dialog template, make sure they are assigned the proper tab order. Since the Prof-UIS group box has a non-transparent background, the tab order is essential. Windows paints controls on the dialog step by step starting from the control with the highest tab order number to the control with the lowest number. So, ensure your group box is assigned the highest tab order number."