Issue 49791 - OOoBean: loadFromURL fails
Summary: OOoBean: loadFromURL fails
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows XP
: P3 Trivial
Target Milestone: ---
Assignee: joachim.lingner
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-24 16:12 UTC by joachim.lingner
Modified: 2013-02-24 21:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joachim.lingner 2005-05-24 16:12:30 UTC
In OOoBean.loadComponentFromURL may fail, when the office window is not
displayed. That is, OOoBean.releaseSystemWindow was called. 
The problem seems to be that, the creation of a virtual device fails in
vcl\win\source\gdi\salvd.cxx: WinSalInstance::CreateVirtualDevice.
Comment 1 joachim.lingner 2005-05-24 16:19:25 UTC
.
Comment 2 stephan_schaefer 2005-05-25 18:03:38 UTC
The cached DC was recreated during SetParent() although it did not exist before.
As a result, the use count increased which led to an error condition. Fixed in
CWS jl21bean. (vcl/win/source/window/salframe.cxx)

ssa->jl: Please update and check if it works for you and set it to fixed then.

Comment 3 joachim.lingner 2005-05-26 11:59:25 UTC
.
Comment 4 joachim.lingner 2005-05-30 10:04:10 UTC
.
Comment 5 joachim.lingner 2005-07-19 15:16:02 UTC
.
Comment 6 joachim.lingner 2005-07-22 12:28:23 UTC
.