Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Task Panel scroll bar not work with .cjstyle files
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Task Panel scroll bar not work with .cjstyle files

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

Joined: 27 February 2007
Location: India
Status: Offline
Points: 140
Post Options Post Options   Thanks (0) Thanks(0)   Quote Makarand Quote  Post ReplyReply Direct Link To This Post Topic: Task Panel scroll bar not work with .cjstyle files
    Posted: 19 February 2014 at 7:56am
Hello,

Recently we observed that Task panel Scroll bar is not working with the style. When scrolls to the bottom, the task panel immediately returns to the top so cannot select the bottom desktops which are out of view.

I could able to reproduce the issue in the sample program ..\Xtreme ToolkitPro v16.2.4\Samples\uploads/2796/GUI_OutlookCodeChanges.zipUserInterface\GUI_Outlook.

Please get the code changes and replace the MainFrm.h & cpp from GUI_OutlookCodeChanges.zip (attached with this post).

Steps to reproduce: Launch the GUI_Outlook exe Set any Skin Framework from dropdown and try to scroll down the task panel scroll bar.

Please see the screenshot below.


Problem:

-- Setting style by using following method giving the problem.

XTPSkinManager()->LoadSkin(m_strStylesPath + _T("Office2010.cjstyles"), _T("NormalBlue.ini"));

XTPSkinManager()->SetApplyOptions(XTPSkinManager()->GetApplyOptions() | xtpSkinApplyMetrics);

-- With above code changes in CJ Lib fire the WM_STYLECHANGED which delete the scroll object and recreate it.


Any Solution?


Regards,

-Mak

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

Joined: 27 February 2007
Location: India
Status: Offline
Points: 140
Post Options Post Options   Thanks (0) Thanks(0)   Quote Makarand Quote  Post ReplyReply Direct Link To This Post Posted: 19 February 2014 at 8:08am
Please note scolling works fine with Office 2013 style.
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.141 seconds.