Hello all,
I edited a Dialog with imageboxes with some buttons on the image. ie.
However, the order to display the objects are inverted.
Of course, I can rearrange the buttons, images, or whatever in the design mode in order to get the expected outlook. But can you help me to rearrange the view-order by using the methods (functions) or by changing the properties in macros (LibreOfficeBasic)
By simple code looks like the following:
oDialogModel = oDialog1.getModel()
oImageModel = oDialogModel.getByName (“ImageControl2”)
oImageModel.ImageURL = sURL
oImageModel.EnableVisible = True
oImageModel.ScaleImage = True
REM Arrange the ImageControl2 send to the background
REM code may look like this or by calling a SUB
oImageModel.SendToBack = True
Thanks in advance and sorry if this question was already posted before.
Andy