Re: [api-dev] removing focus from openoffice

2007-02-12 Thread Daniel Beck
(new BorderLayout()); frame.add(panel); panel.add(root); Container contentPane = root.getContentPane(); Regards, Daniel Daniel Beck wrote: Hello openoffice mailing list, I integrated OpenOffice.org into a SWT+java based application. OpenOffice.org is only one part

Re: [api-dev] removing focus from openoffice

2007-02-05 Thread Daniel Beck
/focus_error.png : the Question Answering view is active, the user can however not write in it because the cursor is still active in OOo Writer). Thanks, Daniel Daniel Beck wrote: Hello openoffice mailing list, I integrated OpenOffice.org into a SWT+java based application. OpenOffice.org

Re: [api-dev] please advise: ooobean

2006-10-15 Thread Daniel Beck
Jochen Staerk wrote: Hi, ooobean is great, I use it in a small project (gnuaccounting.sf.net), but I have a problem: my app only works when ooobean.jar is in the classpath. I can't deploy ooobean.jar with my application because it uses relative paths to the installed openoffice. I can't use

Re: [api-dev] bug in XTextViewCursor.addSelectionchangeListener()?

2006-08-22 Thread Daniel Beck
s/catched/caught/g (English is not my first language) Regards, Daniel Daniel Beck wrote: Events are catched then I move the TextViewCursor with the mouse, or then I press the up and down keyboard keys. Events are not catched then I move the TextViewCursor to the left or to the right

Re: [api-dev] bug in XTextViewCursor.addSelectionchangeListener()?

2006-08-22 Thread Daniel Beck
Hello, I try to reformulate my email. Perhaps my first email was not clear enough. I want to receive events every time a user moves the XTextViewCursor. This can be done either by using the mouse, or the keyboard. That's why I registered my class “MySelectionChangeListener” to the