Re: [Libreoffice] SWT window locks LOo

2011-11-30 Thread othman
>if you really want to get such obscure things that do not affect most of >our users investigated, then you should consider getting a support >contract with one of the companies that have such an offering. >regards, >michael I offer to pay any OOo developer for fixing this issue. If someone mana

Re: [Libreoffice] SWT window locks LOo

2011-11-30 Thread othman
I have been posting this issue in all possible forums since a month or so: the old OOo forum , the new one , on StackOverflow etc..and lastly i decided to come here for LOo experts with deep understanding of LOo code base and told myself they will be capable to Support on this difficult issue. But

Re: [Libreoffice] SWT window locks LOo

2011-11-30 Thread othman
i gave you the oxt demo , the SWT source code etc..it is you who are not interested (OR DON't KNOW) to fix this issue.. i won't do the debuf stuff sorry..it is the fixer who must debug if he is interested to look at this issue. the guy above has at least tried my SWT code and proposed some help..bu

Re: [Libreoffice] SWT window locks LOo

2011-11-30 Thread othman
>The best way to get things done is to do them yourself. Feel free to >start on that topic if it's really a blocker for you. if i knew how to fix it i wouldn't have asked in this forum. It's strange when you ask for help for a project people tell you to do it yourself! very strange! -- View this

Re: [Libreoffice] SWT window locks LOo

2011-11-29 Thread othman
after i close SWT browser window. i try oepn a new OO document and then OO crashes! SWT and Libreoffice on linux are very Problematic! they didn't proposed a fix to this bug since a very long time now! -- View this message in context: http://nabble.documentfoundation.org/Re-SWT-window-locks-LOo-t

Re: [Libreoffice] SWT window locks LOo

2011-11-29 Thread othman
if i remove the display.dispose() OO does'nt freeze. but when i close browser window and click toolbar button again to relauch SWT browser it doesn't show the browser window. is that what you get too ? how to solve this? -- View this message in context: http://nabble.documentfoundation.org/Re-SW

Re: [Libreoffice] libreoffice sdk 3.4 and SWT Linux issue

2011-11-29 Thread othman
Thank you for your help. i'll try using the soffice debuger.. > If it is a crash, it should be easyish to find. Of course, if you had a >small piece of sample code that reproduced it that'd be most ideal - so >we can add this to our regression tests. I have provided more info about this bug at th

Re: [Libreoffice] libreoffice sdk 3.4 and SWT Linux issue

2011-11-28 Thread othman
Sorry for being late to reply to this thread. but this is an important bug that needs to be fixed. I'm not sure how to attach the soffice.bin process with gdb? in fact i run my OO addon from netbeans IDE. is there a way i can have netbeans OO plugin to output debug info in output console of netbea

Re: [Libreoffice] Dynamically relaod addon toolbar

2011-10-27 Thread othman
the following code to relaod the current document is not working. what am i doing wrong? PropertyValue[] loadProperties = new PropertyValue[0]; Object dispatchHelperObject = this.mxMSF.createInstance("com.sun.star.frame.DispatchHelper"); XDispatchHelper xDispat

[Libreoffice] Dynamically relaod addon toolbar

2011-10-27 Thread othman
Hello, I use the Configuration Update Manager to dynamically update addon Configuration data (adding new OfficeToolbar entry). after i commit changes to Configuration manager the results are not immediately reflected in toolbar. I have to open a new document to see the new updated toolbar. what ja

Re: [Libreoffice] config & register toolbar controller in adddon

2011-10-21 Thread othman
nts. If i was familiar with OOo API source code i could add this improvement myself..maybe in future if i understand more OOo source code i can work on that. But anyway maybe i'll have a look at the Tool Panel option. thanks for your help othman -- View this message in contex

Re: [Libreoffice] config & register toolbar controller in adddon

2011-10-21 Thread othman
some guidelines and tips. thanks othman -- View this message in context: http://nabble.documentfoundation.org/config-register-toolbar-controller-in-adddon-tp3438288p3440782.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing

Re: [Libreoffice] config & register toolbar controller in adddon

2011-10-21 Thread othman
Hi, I looked to this one but these are not flexible enough. i need more complex controls (like XFixedText and progressbar). i also want to dynamically show/hide toolbar controls at runtime. do you know how we can do this? thanks -- View this message in context: http://nabble.documentfoundation.

[Libreoffice] config & register toolbar controller in adddon

2011-10-20 Thread othman
i write the following controller.xcu http://openoffice.org/2001/registry"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; oor:name="Controller" oor:package="org.openoffice.Office.UI">

[Libreoffice] XToolbarController createItemWindow() issue

2011-10-12 Thread othman
Hi all, I'm trying to write a java complex toolbar . i used a component addon that implements XToolbarController. i implemented the createWindowItem() method which takes controls from a custom Dialog and add them to toolbar Window. this works well when i load the extension in Libreoffice. But i wa

[Libreoffice] libreoffice sdk 3.4 and SWT Linux issue

2011-10-09 Thread othman
hello, I wrote a Java libreoffice addon using netbeans openoffice plugin and libreoffice 3.4.this addon launches a SWT window when i click a libreoffice toolbar button. this works fine in windows 7 with libreoffice sdk 3.4 . however for Linux (opensuse 11.4) i face a strange problem . when i clos