Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - [solved] SkinManager Case CFileDialog bug in Win10
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] SkinManager Case CFileDialog bug in Win10

 Post Reply Post Reply
Author
Message Reverse Sort Order
agontarenko View Drop Down
Admin Group
Admin Group


Joined: 25 March 2016
Status: Offline
Points: 267
Post Options Post Options   Thanks (0) Thanks(0)   Quote agontarenko Quote  Post ReplyReply Direct Link To This Post Topic: [solved] SkinManager Case CFileDialog bug in Win10
    Posted: 08 September 2016 at 5:33am
Hello, this already has been fixed, the fix will be available in version 17.3.

Regards,
Gontarenko Artem
Back to Top
joey cheng View Drop Down
Newbie
Newbie


Joined: 04 September 2016
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote joey cheng Quote  Post ReplyReply Direct Link To This Post Posted: 04 September 2016 at 5:56pm
Hi All
I occur a problem, when I use
XTPSkinManager()->LoadSkin(csStylesPath + _T("Office2010.cjstyles"));

I use the CFileDialog like below:
CFileDialog dlg(TRUE, "txt", NULL, OFN_HIDEREADONLY | OFN_ENABLESIZING, szFilter, this);
if( dlg.DoModal() == IDOK )
http://forum.codejock.com/forum_images/post_button_image_upload.gif
when I run the sample in win 10; the file dialog popup, the right click menu can not show, just a separate line.

when I run the sample app in win 7 or win server 2008/2012, it is ok.
Can you tell me why?
I used version Codejock_1502

please the picture:
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.109 seconds.