Hello all, this is my first post for years on this Forum. So let me introducing myself : I am using OpenOffice at home for more than 20 years. I am coding in ooBasic and made different applications with it on calc, writer and draw. I am also using LibreOffice and try to keep compatibility between my macros for both distribution. I already made some extensions in order to install easily my programs on different computers and OO suites, with no major difficulties up to now.
Here is my issue :
I recently developed an application that I would like to run only from the StartModule of the AOO or LO suites. When installing the extension I am using the unique StarModule context inside the Addon.xcu file. However, it is working smoothly to install my new menu on LO but it doesn't show up on AOO. The macros are however installed correctly on both suites and I can use them withour errors.
During my investigations I made tests with no context for the extension menu, and in that case the menu is actually well displayed by AOO, but in all the modules naturally, and including also the StartModule (Desktop of AOO).
Questions :
1 - Is one of you aware of that difference of behaviour between LO and AOO ? It looks like AOO is just not interpreting at all the com.sun.star.frame.StartModule instruction but LO perfectly does.
2 - Do you know a remedial / fix for this as I don't want my menu for my application to appear in all contexts of AOO but on start Desktop ?
Here is my issue :
I recently developed an application that I would like to run only from the StartModule of the AOO or LO suites. When installing the extension I am using the unique StarModule context inside the Addon.xcu file. However, it is working smoothly to install my new menu on LO but it doesn't show up on AOO. The macros are however installed correctly on both suites and I can use them withour errors.
During my investigations I made tests with no context for the extension menu, and in that case the menu is actually well displayed by AOO, but in all the modules naturally, and including also the StartModule (Desktop of AOO).
Questions :
1 - Is one of you aware of that difference of behaviour between LO and AOO ? It looks like AOO is just not interpreting at all the com.sun.star.frame.StartModule instruction but LO perfectly does.
2 - Do you know a remedial / fix for this as I don't want my menu for my application to appear in all contexts of AOO but on start Desktop ?
Statistics: Posted by ridolfin — Tue Aug 27, 2024 7:17 pm