CommandBars and Vista |
Post Reply |
Author | |
lexicon
Groupie Joined: 26 January 2007 Status: Offline Points: 46 |
Post Options
Thanks(0)
Posted: 20 April 2007 at 11:54am |
I recently used a demo app from our own in Vista and the menu its invisible
The same app works fine in XP
Any ideas?
|
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
i get a similar problem on vista but only when using the skin framework. if i dont apply a skin its ok if i apply a skin i dont see the top title bar in my window.. i can interact with it but its completely see thru with no borders.
This only happens on vista, same code in xp & 2000 works fine. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Please attach demo project to show what you do.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
i havnt yet been able to reproduce in a small hello world type application.
here is a screenshot of what it looks like. i will try modifying one of your demos to see if i can reproduce that way uploads/20070511_102127_Untitled.zip |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
please check if you call .Caption property somewhere. Try to comment it once.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
yes this is being called. i also tried setting the caption after it loads the new skin.
|
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
It doesnt have any issues if i do not call EnableFrameTheme. it definatly appears to be some sort of drawing but on vista only
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, So you use skins and EnableFrameTheme ? If you comment skins do you see same?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
Yes we call enableframetheme at the start of the application then loadskin with the skin framework. I dont follow what you mean by "if you comment skins so you see same" |
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
if i dont apply a skin the ribbon shows the caption bar correctly. If i comment out EnableFrameTheme line the skinning works but i have an extra caption bar now which looks a little silly. as mentioned before i have no such problem on Windows XP.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Instead .Caption use SetWindowText to set caption for Ribbon frames. (use search in forum for SetWindowText word)
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
on the main MDI form i replace Caption = "MY CAPTION" with
SetWindowText hWnd,"MY CAPTION" no difference |
|
gshawn
Senior Member Joined: 04 October 2004 Status: Offline Points: 227 |
Post Options
Thanks(0)
|
I'm seeing the same problem in one of our VB6 apps.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Send project to support@codejock.com I need debug/see code you run.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
just apply a skin to your RibbonMDISample and you will see exacly what i mean.
I have attached the sample here but sometimes our internet blocks uploading so fingers crossed it gets thereuploads/20070522_082559_res.zip |
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
any resolution to this problem yet?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
This sample works for me... Actually it doesn't even have skinframework control...
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
conkerjoe
Newbie Joined: 08 May 2007 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
Apologies, clearly didnt save my changes before posting. this does have the skin framework and does cause the issue described above.. thanks in advanceuploads/20070606_033243_res.zip |
|
ikaney
Newbie Joined: 15 June 2007 Location: United Kingdom Status: Offline Points: 14 |
Post Options
Thanks(0)
|
I'm having similar issues with this combination of controls.
Thanks for any help.
|
|
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 |