Help: How to show custom status messages in LibreOffice through extension

2020-08-25 Thread Harish Kumar
Hello Developers, I would like to know if there is any way to put custom information in LibreOffice status bar from extensions. Basically i am doing lot of processing in some events and would like to inform the user that some background processing is happening. Please help. -- Best Regards,

Need Help: Listening to Cell Change Event in Libreoffice Calc Events

2020-07-30 Thread Harish Kumar
Hi Dev Team, I am trying to use XModifyListener class to listen to cell change Events for LibreOffice Calc. My problem is :: When a user modifies a cell, the event is getting triggered twice. public void modified(EventObject event) is getting called twice in my code. I have to perform custom

Help- How to select a cell programatically using Java in LibreOffice calc

2020-06-11 Thread Harish Kumar
Hello Team, I am a novice LibreOffice Addin developer. In LibreOffice calc , I get the selected cell from XModel as xModel.getCurrentSelection(); but i couldn't see a way to set a cell as selected cell. I want to know how I can select a cell using code.( preferably Java). Please advise --

Please Help: How to add DropdownButton to toolbar Item using xcu for extensions

2020-05-05 Thread Harish Kumar
Hi Team, I am a starter and want to know on How to add a drop down button with sub items (buttons or Text) using the xcu file that we give while creating an extension. My xcu file for toolbar items looks like below Starter Project

Help: How to add DropdownButton to toolbar Item using xcu for extensions

2020-04-29 Thread Harish Kumar
Hi Team, I am a starter and want to know on How to add a drop down button with sub items (buttons or Text) using the xcu file that we give while creating an extension. My xcu file for toolbar items looks like below Starter Project

Help: How to Use JFX panel inside LibreOffice- Leads to Crash

2020-04-20 Thread Harish Kumar
Hi Team, Request your support to solve the issue on crash. Launching JFXPanel on a button click of LibreOffice extension causes LibreOffice to crash. Here is the ask.libreoffice link Using JFX panel inside LibreOffice extension causes Crash

Need Help: Libre Office crashes on opening a JFXPanel

2020-04-15 Thread Harish Kumar
Hi Team, I'm having trouble working with JavaFX inside Libre Office. When i launch a JavaFX Panel from button click of my Libre Office extension the whole Libre Office crashes. If i launch LibreOffice from terminal , i see the following message. Please advise. [image: image.png] -- Best

Need Help - How to Build Starter project from command line

2020-04-07 Thread Harish Kumar
at 8:14 PM Harish Kumar wrote: > Hi Samuel, > > That was a great help. I was able to build my project from command line > with the ant script generated. Thanks a lot. > > On Mon, Apr 6, 2020 at 10:53 AM Samuel Mehrbrodt > wrote: > >> You can use the export

Need Help- Is LibreOffice .oxt extension -- platform specific/ independent ?

2020-04-06 Thread Harish Kumar
Hello Team, I am currently working on building an extension for LibreOffice in Java. My development environment is Windows. Does the oxt generated on Windows works on Linux environments too ? Can we claim that the extension is platform independent? If not should we build the project in Linux

Fwd: Need Help - How to Build Starter project from command line

2020-04-04 Thread Harish Kumar
Please help -- Forwarded message -- From: *Harish Kumar* Date: Friday, April 3, 2020 Subject: Need Help - How to Build Starter project from command line To: libreoffice@lists.freedesktop.org Hi Team, I am currently building LibreOffice starter project - (Java version

Need Help - How to Build Starter project from command line

2020-04-03 Thread Harish Kumar
Hi Team, I am currently building LibreOffice starter project - (Java version) in Eclipse with the help of LOEclipse plugin. I want to integrate the build process with my Jenkins server for which* i want to know if there is any way to build the project from command line. Please help.* My

Need Help: How to create non modal dialog in LO Java extension

2020-01-02 Thread Harish Kumar
Hi Team, I want to create a non modal Uno dialog in my java extension for Libre Office. I came across the UnoDialogSample.java file given in the examples section but this creates only modal dialog. Searched in many forums but didnt manage to get any solution. Please help me on How to Create Non

HELP: Problem with XModifyListener

2019-12-20 Thread Harish Kumar
Hi Team, I am developing an extension for LibreOffice in Java and facing a strange issue with XModifyListener. I wanted to capture cell data change event and implemented XModifyListener in my application. i do some formatting of the cell if modified. Problem here is - it seems like

Problem with XModifyListener

2019-12-20 Thread Harish Kumar
Hi Team, I am developing an extension for LibreOffice in Java and facing a strange issue with XModifyListener. I wanted to capture cell data change event and implemented XModifyListener in my application. i do some formatting of the cell if modified. Problem here is - it seems like

LibreOffice Online Extension Development

2019-12-18 Thread Harish Kumar
Hi Team, Do we have any browser version of LibreOffice. If so does it support extensions that are developed for LibreOffice windows ? -- Best Regards, Harish Kumar.B ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Ribbon UI for extensions

2019-12-13 Thread Harish Kumar
Hello Libre Office Team, I see that Libre Office supports Microsoft excel like UI Tabbed View for Ribbon. I am developing an extension for Libreoffice. Though i am able to load my extension in Menu Bar it doesnt come under Tabbed UI. Is there a way i can implement this UI for my extension also.

Unable to use JavaFX windows in LibreOffice Linux

2019-12-09 Thread Harish Kumar
Hello Team, I have created an extension that internally uses JavaFX dialogs. Though the dialogs work perfectly in Windows, they dont launch at all in Linux machines. Did anyone face a similar issue? Please help. -- Best Regards, Harish Kumar.B ___

Enable Ribbon Menu for Extension

2019-10-29 Thread Harish Kumar
Hi Team, I have added my extension controls to Tool bar and Menu bar for my extension by editing the addons.xcu as * and * But when i enabled the ribbon like menu ( View - > User Interface -> Tabbed) i dont see my controls coming as a tab. They are still in the menu only. Is there any way i

How to write to metadata of Libre Calc Sheet

2019-10-15 Thread Harish Kumar
Hi Team, I am trying to implement extension for Libre Office Calc where i try to get the database values and write to the sheet. I want to save this data base connection information to the sheet when saved on disk so that i can read back and use it when reopened. (I call this metadata) Can you

Custom Java Sidebar for Libre Office

2019-10-11 Thread Harish Kumar
Hi Team, I am developing an extension for LibreOffice where in i need to load HTML content. I use JFrame for this. I want to make my java dialog to act as a sidebar for LibreOffice. Or is there a way i can make my Java dialog as a child of Libre Office. Kindly help. -- Best Regards, Harish

Re: LOEclipse Plugin How to add external Jars

2019-10-09 Thread Harish Kumar
Team, I think i got the solution. I added my jar into a lib directory, added it as library in my eclipse project, and added it to package.properties. This worked out. On Wed, Oct 9, 2019 at 4:07 PM Harish Kumar wrote: > Hi Samuel, > > Thank you for pointing that out. Now i see th

Re: LOEclipse Plugin How to add external Jars

2019-10-09 Thread Harish Kumar
t; Regards > Samuel > Am 09.10.19 um 11:36 schrieb Harish Kumar: > > Hi Team, > > I am writing an extension for LO and i need to use some external jars in > my project. > I am using LOEclipse plugin for my development. But while running the > extension, i am unable to

LOEclipse Plugin How to add external Jars

2019-10-09 Thread Harish Kumar
Hi Team, I am writing an extension for LO and i need to use some external jars in my project. I am using LOEclipse plugin for my development. But while running the extension, i am unable to get the referenced external jars. Seems like they are not packed into the extension. Can you please help me