Why ? For me activation and deactivation of tab's works.
Can you please update the code you provided online, so I can try to
debug it ?
Don't know. I didn't really change anything in the C code.
Just added two lines to the basic :
REM ***** BASIC *****
Sub Main
taskcreator = createUnoService("foo.AWindow")
msgbox taskcreator.dbg_supportedInterfaces
frame = taskcreator.createInstance()
msgbox frame.dbg_supportedInterfaces
frame.getContainerWindow().setVisible(TRUE)
frame1 = taskcreator.createInstance()
frame.loadComponentFromURL("private:factory/scalc", "", 0, DimArray())
frame1.loadComponentFromURL("private:factory/scalc", "", 0, DimArray())
End Sub