Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - CommandBars and Vista
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CommandBars and Vista

 Post Reply Post Reply
Author
Message
lexicon View Drop Down
Groupie
Groupie


Joined: 26 January 2007
Status: Offline
Points: 46
Post Options Post Options   Thanks (0) Thanks(0)   Quote lexicon Quote  Post ReplyReply Direct Link To This Post Topic: CommandBars and Vista
    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?
Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 11 May 2007 at 2:04am
Hi,
 
Please attach demo project to show what you do.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post Posted: 14 May 2007 at 3:39am
yes this is being called. i also tried setting the caption after it loads the new skin.

Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post Posted: 17 May 2007 at 11:01am
Originally posted by oleg oleg wrote:

Hi,

So you use skins and EnableFrameTheme ?

 If you comment skins do you see same?


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"

Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post 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. 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post Posted: 18 May 2007 at 10:17am
on the main MDI form i replace Caption = "MY CAPTION" with
SetWindowText hWnd,"MY CAPTION"
no difference
Back to Top
gshawn View Drop Down
Senior Member
Senior Member


Joined: 04 October 2004
Status: Offline
Points: 227
Post Options Post Options   Thanks (0) Thanks(0)   Quote gshawn Quote  Post ReplyReply Direct Link To This Post Posted: 19 May 2007 at 12:31pm
I'm seeing the same problem in one of our VB6 apps.
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post Posted: 04 June 2007 at 9:22am
any resolution to this problem yet?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
conkerjoe View Drop Down
Newbie
Newbie


Joined: 08 May 2007
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote conkerjoe Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2007 at 3:32am
Originally posted by oleg oleg wrote:

Hi,
 
This sample works for me... Actually it doesn't even have skinframework control...

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
Back to Top
ikaney View Drop Down
Newbie
Newbie


Joined: 15 June 2007
Location: United Kingdom
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote ikaney Quote  Post ReplyReply Direct Link To This Post Posted: 15 June 2007 at 11:34am
I'm having similar issues with this combination of controls.
 
 
Thanks for any help.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.