Bug - Invisible Labels |
Post Reply |
Author | |
corpcon
Groupie Joined: 28 June 2007 Status: Offline Points: 70 |
Post Options
Thanks(0)
Posted: 28 June 2007 at 2:44pm |
I've duplicated this problem on the sample provided with SuitePro ...
If you apply a style to a container (such as picture box) as is done in one of the provided example, any labels will no longer by visible.
|
|
apuhjee
Senior Member Joined: 02 September 2005 Location: United States Status: Offline Points: 130 |
Post Options
Thanks(0)
|
It would be great if you could post some pics with these bug reports so we can all see exactly what's going on.
Cheers ~ jp
|
|
corpcon
Groupie Joined: 28 June 2007 Status: Offline Points: 70 |
Post Options
Thanks(0)
|
It's hard to show a pic of something that is invisible. But here are the steps to reproduce using the SkinFramework VB example ...
Open the SkinControls.vbp file located in the path ...
C:\Program Files\Codejock Software\Xtreme Suite Pro ActiveX\Samples\SkinFramework\Vb\SkinControls
Open the form in that project.
In the TabStrip on that form is a CheckBox. The CheckBox is contained in a PictureBox (the CheckBox has a large height, so it may take some effort to locate the PictureBox).
Draw a label somewhere on the PictureBox so it can be seen (you can reduce the height of the CheckBox if that helps).
Run the app. When cycling through the various skins, you will not be able to see the label. You can only see it when there is no skin applied (System).
Note at the bottom of the form Load event, the code ...
SkinFramework.EnableThemeDialogTexture PictureTabClient.hWnd, 6
This is what causes the label to disappear. Unfortunately, without that code, you then see the background color of the CheckBox.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Yes, don't call SkinFramework.EnableThemeDialogTexture for pictureboxes. - use TabControlPage from Suite package.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |