Docking pane + IE9 + Webbrowser = crash |
Post Reply |
Author | |
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Post Options
Thanks(0)
Posted: 23 September 2010 at 1:11pm |
Hello,
For information, I've just posted a support issue for docking pane and ie9. I post here the information to let you know this because this may impact your projects. Just found a big bug when you try to use panes containing Webbrowser control with IE9 (beta) installed !
See this sample project here, run it and try to resize the panes. If you have IE8 (or less) it's OK. With IE9 the program hang and you have to close it. I use the a docking pane in my software to let the user see a preview of data. This preview is shown into a webbrowser, with IE9 my users can't resize the pane... :( This was confirmed by a lot of my users (they tried with ie8 = OK and with IE9 = NOK). Please look to this issue, ie9 is planned to be released soon. Regards, If some forum's users can help me to find a workaround it I would appreciate... With the buzz of the IE9 beta release, many of my users have already installed the new version of IE. We have many returns and request for support about that... |
|
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate Language: VB6 SP6 (FR) |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Post Options
Thanks(0)
|
No answer from support...
Is it possible to have an answer to this problem?
I'm not the only one who uses a webbrowser in "docking panes" ... |
|
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate Language: VB6 SP6 (FR) |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Thanks indeed see a lot of problems with new IE. Even if I don't put it to pane but just put to form and simple clean panes I see problems. ( our Webbrowser and Microsoft Internet control too) Checking what can be reason.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Found that new IE hang when we flush WM_PAINT buffer. Same hang if you put IE to form with CommandBars and start drag some ToolBar.
Will submit it in Microsoft site. Hope they will fix it for final release :-(
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Post Options
Thanks(0)
|
Hi Oleg, Thank you. I also hope that microsoft will fix this, We spend a lot of time explaining to our users that they need to uninstall IE9 :( They think that there's a bug in our software !
|
|
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate Language: VB6 SP6 (FR) |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Submited this bug in Microsoft Connect.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Post Options
Thanks(0)
|
Thank you, Please let me know if you have some news about this. Regards, |
|
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate Language: VB6 SP6 (FR) |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Post Options
Thanks(0)
|
Hi,
Did you have some news about this ? I spend my time telling users to uninstall IE9 right now ...
|
|
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate Language: VB6 SP6 (FR) |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
What issue number you opened ? I can attach temporary ActiveX fix for you that you can send to customers instead.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Post Options
Thanks(0)
|
Case #25341...
But, I don't understand : reading your last post I thinked it was a problem with IE9 ?
You found a workaroud ? |
|
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate Language: VB6 SP6 (FR) |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, as wrote its related to WM_PAINT queue, code that Microsoft uses in own MFC at least in 3 places. if we comment such code - IE will works and we are checking what issues can come without such code.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
xcentric
Groupie Joined: 04 September 2008 Status: Offline Points: 41 |
Post Options
Thanks(0)
|
Hi, Oleg
I have the same issue with MFC version of XTP 13.4.1 Do you have a workaround or fix for that? Thanks. |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Hmm... does this have to do something with this: WM_PAINT... Hmm? :)
|
|
PokerMemento - http://www.pokermemento.com/
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Oleg, where on Microsoft Connect can we follow this item?
|
|
PokerMemento - http://www.pokermemento.com/
|
|
xcentric
Groupie Joined: 04 September 2008 Status: Offline Points: 41 |
Post Options
Thanks(0)
|
I just tested on Xtreme ToolkitPro v12.1.1 - same issue.
Something really bad with IE9... |
|
xcentric
Groupie Joined: 04 September 2008 Status: Offline Points: 41 |
Post Options
Thanks(0)
|
Found a workaround:
m_paneManager.UseSplitterTracker(TRUE); Looks not so beautiful - the contents for child pane is not displayed while the splitter is resized, but it does not hang-up. Looking forward for solution from CJ :) |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Please update to 13.4.2 where conflict fixed.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
linker
Newbie Joined: 24 October 2011 Status: Offline Points: 1 |
Post Options
Thanks(0)
|
Hi,
we have the same issue with IE9 & docking panels. We're using mfc version of XTC 12.0.2 & don't plan to upgrade, because there are many changes from original sources. Can you provide solution for this problem? P.S. > its indeed related to IE9 - to redraw faster we had such code to flush WM_PAINT buffer: .. this solution don't fix problem Environment: win7 with the latest IE9 (9.0.8112.16421) Thanks.
|
|
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 |