Hello community people!
I came across with a problem, with porting VBA-forms to LibreOffice Basic environment. I have a couple of VBA-forms (MS_Forms) which I’ve exported from a VBA-project in LibreOffice Basic designer as .xdl and then imported to my LibreOffice Basic tuning.
On the main dialog I have a multitab control on which are several controls (such as textboxes, dropdown boxes and so on…). All controls placed on tabs are seen at runtime but are not seen at design mode.
The controls that are seen on design mode can be bound to event routines (sub-programs in the macro) as usual with just a couple of mouse-click. But I haven’t found a way to create an event listener for the controls which are not visible on design mode
I would be very grateful if anyone happens to know a way around this problem and share his/her knowledge with me and others
EDIT: Information in visual form.
The view a runtime:
The view in design mode (edited so that the entire dialog (the controls seen) fits the picture):