Re: LO Basic: DialogLibraries contains no elements

2019-05-08 Thread Pusteblumi
Hi Yves-Antoine, yaemmanuelli wrote > I have deleted the folder ~OOoLilyPond-Templates and attempted a new > installation. IIUC it's not about the OLy templates folder. These are the steps mentioned by Julien: 1.) Uninstall OOoLilyPond via the Extension Manager. 2.) Rename the LO profile fold

Re: LO Basic: DialogLibraries contains no elements

2019-05-08 Thread Pusteblumi
Hi Julien, thanks for your hint. Your description shows that you successfully installed and launched OOoLilyPond. julien2412 wrote > Just for the test, could you uninstall the extension, rename your LO > directory profile and reinstall it? I've taken those steps just now, but on my system it

LO Basic: DialogLibraries contains no elements

2019-05-07 Thread Pusteblumi
Dear LibreOffice experts, I have an extension "OOoLilyPond" written in LO Basic: https://extensions.libreoffice.org/extensions/ooolilypond For many users (including myself) it works without problems. However, some users have reported that macro execution is aborted with an error message /BASIC ru

Re: API-CHANGE - dropping string properties which use vnd.sun.star.GraphicObject URL

2018-10-11 Thread Pusteblumi
Hi Miklos, Miklos Vajna-4 wrote > Isn't it an option to just not declare the type? Basic is not a > statically typed language after all. Ehm... yes, it is. Cool! I didn't know that this is possible. Just tested with 6.1.2 and 5.3. It works on both versions. Thanks again for fixing that. Cheer

Re: API-CHANGE - dropping string properties which use vnd.sun.star.GraphicObject URL

2018-10-11 Thread Pusteblumi
Hi, Miklos Vajna-4 wrote > The point is that getByName() of that bitmap table now gives you a > Graphic, not just a URL I now tested with the new 6.1.2 Release. I still get an "incorrect property value" error with Dim sNewUrl As String sNewURL = oBitmaps.getByName( "OOoLilyPond" )

Re: API-CHANGE - dropping string properties which use vnd.sun.star.GraphicObject URL

2018-09-14 Thread Pusteblumi
Hi, Miklos Vajna-4 wrote > sounds like > ; should be backported to > 6.1. thanks for your help, Miklos. Will this backport soon be available in a release? Today, I tested with 6.1.1.2 (x64) and 6.2.0.0.alpha0+ (x64). The problem persists in both ver

Re: API-CHANGE - dropping string properties which use vnd.sun.star.GraphicObject URL

2018-08-30 Thread Pusteblumi
Hi Tomaž, sorry if that is a stupid question, but... as Thorsten wrote, many macros make use of GraphicURL for inserting graphics. Is there any documentation what we need to change to make those macros work again? I'm no developer but just an ordinary user who has no clue what do do now... ;-