[SOLVED]Windows 10: on IDE freeze all! |
Post Reply |
Author | ||
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
Posted: 17 July 2016 at 5:18am |
|
Scenario:
- Windows 10 Build 10586 (v.1511) - Codejock SuiteControls v.16.4.0 and 17.2.0 - Visual Basic 6.0 - SP6 - related to all (your) samples SkinFramework projects I'm able to open a project and compile it. But when try to run the project, SkinFramework freeze the IDE. I.e.: SkinControls project freeze at this line (on : SkinFramework.LoadSkin App.Path + "..\..\..\Styles\Office2007.cjstyles", "" Please note that the compiled EXE works good. Sampe SkinControls project in v.15.3 run good in IDE. |
||
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
||
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
|
I don't use Win10 for the IDE so I can't test myself, but does it help if you exclude the following window classes before loading the skin?
|
||
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
||
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
|
Thak you for reply.
Why should exclude this windows classes? I want to apply a skin to all windows. |
||
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
||
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
|
Well nobody is forcing you to do anything ;)
Just a debugging step to see if that fixes the problem or not. |
||
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
||
agontarenko
Admin Group Joined: 25 March 2016 Status: Offline Points: 299 |
Post Options
Thanks(0)
|
|
Hello, Could you please provide more detail information, how to I can reproduce this bug. Regards, Artem Gontarenko |
||
SourceSafe
Newbie Joined: 18 July 2016 Location: Bergen, Norway Status: Offline Points: 3 |
Post Options
Thanks(0)
|
|
We have the same problem in version 17.2... please solve this asap
|
||
SourceSafe
Newbie Joined: 18 July 2016 Location: Bergen, Norway Status: Offline Points: 3 |
Post Options
Thanks(0)
|
|
Solved the problem!
Do NOT run vb6 in compatibility mode !
|
||
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
|
As I wrote, simply open any SkinFramework sample included on SuiteControls 17.2 setup. By now, I still use v.15.3.1 |
||
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
||
SourceSafe
Newbie Joined: 18 July 2016 Location: Bergen, Norway Status: Offline Points: 3 |
Post Options
Thanks(0)
|
|
When compatibility mode is set off I can use the skin ocx but gets another problem. I can't use SendKeys vb command. (err 70)
|
||
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
|
Isn't a solution. But, however, it's a workaround... But I don't like. On Windows 10, without the Vista SP2 compatibily mode, the design is very very slow. Too slow. |
||
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
||
agontarenko
Admin Group Joined: 25 March 2016 Status: Offline Points: 299 |
Post Options
Thanks(0)
|
|
Hello,
This is problem of compatibility VB6 and Windows 10 and not library codejock. I think we can't fix it. Try to change compatibility mode Windows 7 or Windows 8 - application isn't hangs. Also application isn't hangs if this mode off. Regards, Artem Gontarenko |
||
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
|
I think not, since the version 15.3.1 works perfectly also in Windows 10. It means that this problem began with the 16.4.0 version just in library Codejock . So I will continue to use the 15.3.1 version... |
||
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
||
agontarenko
Admin Group Joined: 25 March 2016 Status: Offline Points: 299 |
Post Options
Thanks(0)
|
|
Hello,
I found revision where appeared this bug. I need some time for fix it. Regards, Artem Gontarenko |
||
agontarenko
Admin Group Joined: 25 March 2016 Status: Offline Points: 299 |
Post Options
Thanks(1)
|
|
Hello,
I'm glad to inform you that the issue has been addressed and fixed. The fix will be available in the next beta or final release. This problem is appears when you debug in IDE VB6 which has file compatibility mode is "Windows Vista SP2" and lower. As hotfix you can add call ExcludeModule before LoadSkin SkinFramework.ExcludeModule "AcLayers.dll" SkinFramework.LoadSkin App.Path + "..\..\..\Styles\Office2007.cjstyles", "" Regards, Artem Gontarenko |
||
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
|
Wow!
Good for this hotfix. Thank you, Artem. |
||
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |