Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - BUG in Vista OpenFileDialog!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

BUG in Vista OpenFileDialog!

 Post Reply Post Reply
Author
Message
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Topic: BUG in Vista OpenFileDialog!
    Posted: 31 March 2009 at 6:36pm
Office 2007 skin. Could be same for other skins too. Haven't tested this...
 
 
XTP 13.0.0.
 
The same goes for "Organize", "Views" and "New Folder" buttons!
PokerMemento - http://www.pokermemento.com/
Back to Top
Smucker View Drop Down
Senior Member
Senior Member
Avatar

Joined: 02 February 2008
Status: Offline
Points: 156
Post Options Post Options   Thanks (0) Thanks(0)   Quote Smucker Quote  Post ReplyReply Direct Link To This Post Posted: 01 April 2009 at 1:11pm
Znakeeye, when using XTP 12, I turned off skinning for the OpenFile and SaveFile dialogs because they looked like crap on Aero. Is this (enough) better to revisit with 13?
Product: Xtreme Toolkit Pro version 13.2 (Unicode, static build)

Platform: Windows 200x/XP/Vista/Win7 (32/64 bit)

Language: Visual C++ 9.0 (Studio 2008)

Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2009 at 2:59am
1) I was not using Aero when this skinning problem occurred (Classic Style).
2) How did you turn it off for that particular dialog?
PokerMemento - http://www.pokermemento.com/
Back to Top
Smucker View Drop Down
Senior Member
Senior Member
Avatar

Joined: 02 February 2008
Status: Offline
Points: 156
Post Options Post Options   Thanks (0) Thanks(0)   Quote Smucker Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2009 at 5:37am
The ugliness is in the back and forward buttons on the rebar, and the background color of the three and file list. Both are still in 13, and occur with or without Aero.



With a dark skin, the problem with tree and folder background are obvious. With a light skin, the problem with the back and forward buttons shows up.

Sorry, I can't remember if I did it by DLL or some other way (and I may have decided against it because it affected too many other things).

Since then, I changed all my open and save dialogs to force XP-style dialogs on Vista when a skin is enabled, by adding a hook that doesn't do anything, and I don't have source code history with the code I played with before. Here's what I'm doing now (not using CFileDialog):

if (curconf.is_vista && (uopt.old_dialogs || curconf.skinning)) {
    ofn.Flags |= OFN_ENABLEHOOK;
    ofn.lpfnHook = hookmakeold;
}


"hookmakeold" just returns.

Product: Xtreme Toolkit Pro version 13.2 (Unicode, static build)

Platform: Windows 200x/XP/Vista/Win7 (32/64 bit)

Language: Visual C++ 9.0 (Studio 2008)

Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2009 at 6:19am
Thanks.
 
Still, I think Codejock should fix this.
PokerMemento - http://www.pokermemento.com/
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 09 April 2009 at 6:10am
Will this be fixed in 13.1?
PokerMemento - http://www.pokermemento.com/
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 14 April 2009 at 6:17am
Oleg, can you please comment on this?
PokerMemento - http://www.pokermemento.com/
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 April 2009 at 8:23am

Hi,

Yes, we will add split button style.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 17 June 2009 at 2:23pm
Not in 13.1
 
Any chance you'll make a 13.1.1 and add this?
PokerMemento - http://www.pokermemento.com/
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 03 August 2009 at 10:06am
Comment?
PokerMemento - http://www.pokermemento.com/
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 04 November 2009 at 8:00am
I hope you find a way to skin these special buttons. This drawing bug is annoying :(
PokerMemento - http://www.pokermemento.com/
Back to Top
ianitor View Drop Down
Newbie
Newbie


Joined: 04 November 2008
Location: Austria
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote ianitor Quote  Post ReplyReply Direct Link To This Post Posted: 10 November 2009 at 3:06am
Hi,

I have this issue on Windows 7, which version will solve this bug? When this version will be released?

best regards,
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 11 November 2009 at 4:52am
CJ has looked at it, and so far they did not come up with a solution. Skinning this split-button seems to be tricky!
 
Perhaps we can help them? Hire a super-coder and see if he can fix it! :)
PokerMemento - http://www.pokermemento.com/
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 13 November 2009 at 4:29am
Originally posted by znakeeye znakeeye wrote:

Hire a super-coder and see if he can fix it! :)


How much would you pay me?

Codejock support
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 13 November 2009 at 8:20am

If you fix this, a number of the CJ users here might be able to contribute ;)

PokerMemento - http://www.pokermemento.com/
Back to Top
ghuimangole View Drop Down
Newbie
Newbie


Joined: 26 February 2010
Location: United Kingdom
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote ghuimangole Quote  Post ReplyReply Direct Link To This Post Posted: 26 February 2010 at 5:35am
This bug continues to annoy in 13.2.1 / Vista.
Any more thoughts on fixing it?
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.219 seconds.