Hello Andrzej !
I added the eventlistener to that component. Now I'll try to make the tabcontrol visible somewhere in the window, and then add a TabListener for it.OK. The tabcontrol has 2 dummy tabs added and an TabListener connected. But for some reasons the office dies when a tab is clicked. This happens after I added the TabListener, but why? The activated(long ID) and deactivated(long ID) methods only print out a message about the ID of the tab that has been deactivated... And the other events like inserted() do not crash the office. I'll try playing with it a bit more, maybe I'll come up with something.
I've found the problem: the types.rdb knows only 3 of 5 methods of the interface XTabListener. So insert/removed/changed can be called .. but activated/deactivated are missing.
On the other side they are used by the framework libraries ... and so these libs call deeply into the vtable => which results into a crash.
I dont know, why these symbols are missing inside the types.rdb. But I will provide a new rdb file ASAP. Please stay tuned. Regards Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
