To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49899
                  Issue #:|49899
                  Summary:|OOoBean: Office freezes, because of problem with
                          |reparenting windows.
                Component:|gsl
                  Version:|680m104
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|jl
              Reported by:|jl





------- Additional comments from [EMAIL PROTECTED] Thu May 26 03:46:55 -0700 
2005 -------
This can be reproduces with this example:

public class OOoBeanViewer extends java.applet.Applet
{
   
   public static void main(String args[]) {
       try{
           final OOoBean b = new OOoBean();
           b.loadFromURL("private:factory/scalc", null);

           
           java.awt.Frame f = new java.awt.Frame();
           f.add(b,BorderLayout.CENTER);           
           f.pack();
           f.setSize(800, 300);
           f.setVisible(true);
       }    
       catch(Exception e) {
           e.printStackTrace();
       }       
   }
}

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to