• Open Office hiding
Replies:
1
Views:
170
Up one level
• Open Office hiding
Posted by
tzu
at
2010-03-08 15:33:07
Hi,
I have a little problem, maybe I just dont understand something. Showed series of commands cause this problem: document.getFrame().getXFrame().getContainerWindow().setVisible(false); mainPanel.remove(nativeView); mainPanel.validate(); This removes Open Office from mainPanel so I dont see it in my application. After some time I want to add it again to mainPanel. mainPanel.add(nativeView); mainPanel.validate(); document.getFrame().getXFrame().getContainerWindow().setVisible(true); After it I only see white screen which appears after "mainPanel.add(nativeView);", after command document.getFrame().getXFrame().getContainerWindow().setVisible(true); document doesnt appear. Should I do something else to make document visible? Regards, Tomasz |
tzu
Member
Posts:
4
|
• Re: Open Office hiding
Posted by
tobias
at
2010-12-15 14:43:40
Hello Tomasz,
I just read your post, and have exactly the same problem. I was just wondering if you found a solution yet, because this drives me crazy! Thanks a lot for your help, Best, tobias |
tobias
Member
Posts:
2
|


