Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Issue with Flexgrid
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Issue with Flexgrid

 Post Reply Post Reply
Author
Message
DDEBERT View Drop Down
Newbie
Newbie


Joined: 24 January 2011
Location: France
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote DDEBERT Quote  Post ReplyReply Direct Link To This Post Topic: Issue with Flexgrid
    Posted: 24 January 2011 at 2:01am
Hi all,

We're using the MS Flex Grid in our applications and on seven, the scrollbars don't work at all.

Our version is 13.0.0

If we deactivate the ".AutoApplyNewThreads" and ".AutoApplyNewWindow" then it's working properly.

Any feedback on this ?

Thx.
Back to Top
Xander75 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 April 2007
Status: Offline
Points: 353
Post Options Post Options   Thanks (0) Thanks(0)   Quote Xander75 Quote  Post ReplyReply Direct Link To This Post Posted: 02 February 2011 at 11:38am
Hi,

I use the MSHFlexGrid in one of my Projects and I use the code below.

Try using the following code in your main form:


    With SkinFramework
        .ExcludeModule "msado15.dll"
        .ExcludeModule "msdard.dll"
        .ExcludeModule "msjet40.dll"
        .ExcludeModule "msjetoledb40.dll"
        .ExcludeModule "msjiter40.dll"
        .ExcludeModule "msjint40.dll"
        .LoadSkin App.Path + "\Styles\Office2007.cjstyles", ""
        .ApplyWindow me.hWnd
        .ApplyOptions = SkinFramework.ApplyOptions Or xtpSkinApplyMetrics
    End With


PS. The reason for the ExcludeModule codes is that I have experienced crashes with the SkinFramework control when working with Databases under certain circumstances. This resolves the issues I have had, although I do only need .ExcludeModule "msado15.dll".
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition
Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6)
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.094 seconds.