B
bart.syryn
Guest
Hi, I'm looking into the possibilities of converting our application to GUI for .NET. First thing I would like to achieve is a MDI form with a UltraTabbedMDIManager. I've been able to make a form with a windowcontainer in it. In the windowcontainer we open the existing ABL windows. That works fine. When the user clicks the little cross in the UltraTabbedMDIManager, we can close the ABL Window etc. But I don't know how to achieve the other way around. In our ABL windows there's also a close button. When the user clicks this, the ABL Window gets closed but the form with the container and the tab is still there. So is it possible that we also close the Tab/Form/Container when the user closes the ABL Window ? I'm thinking of an event on the windowcontainer (when embedded window is closed), but can't find anything working that way. Can somebody point me into the right direction. Kind regards Bart
Continue reading...
Continue reading...