![]() |
CommandBars and Vista |
Post Reply
|
| Author | |
lexicon
Groupie
Joined: 26 January 2007 Status: Offline Points: 46 |
Post Options
Thanks(0)
Quote Reply
Topic: CommandBars and VistaPosted: 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)
Quote Reply
Posted: 10 May 2007 at 9:54am |
|
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
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 May 2007 at 2:04am |
|
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)
Quote Reply
Posted: 11 May 2007 at 10:21am |
|
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
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 May 2007 at 3:30pm |
|
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)
Quote Reply
Posted: 14 May 2007 at 3:39am |
|
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)
Quote Reply
Posted: 14 May 2007 at 3:42am |
|
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
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 May 2007 at 7:50am |
|
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)
Quote Reply
Posted: 17 May 2007 at 11:01am |
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)
Quote Reply
Posted: 17 May 2007 at 11:08am |
|
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
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 May 2007 at 6:08am |
|
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)
Quote Reply
Posted: 18 May 2007 at 10:17am |
|
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)
Quote Reply
Posted: 19 May 2007 at 12:31pm |
|
I'm seeing the same problem in one of our VB6 apps.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 May 2007 at 1:26am |
|
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)
Quote Reply
Posted: 22 May 2007 at 8:26am |
|
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)
Quote Reply
Posted: 04 June 2007 at 9:22am |
|
any resolution to this problem yet?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 June 2007 at 2:15am |
|
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)
Quote Reply
Posted: 06 June 2007 at 3:32am |
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)
Quote Reply
Posted: 15 June 2007 at 11:34am |
|
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 |