Hi,
I have a really odd one here:
I have an mdi child form which won't close when I have a tabbed group on it. My circumstances are:
I have an Mdi Parent form which opens an Mdi child form which is using an ultradock control I noticed that I could open many child windows, but the last one refuses to close. This also means that my mdiparent refuses to close (when hitting the close button on the mdi parent).
By a process of elimination I discovered it's do with the tabbed group. I tried the following:
I added a form closing event to the form (with nothing in it) and in all but the last circumstance e.cancel is coming into the event as "false" as expected. In the final failing circumstance it is coming through as "true" - which is odd.
I also tried opening multiple child forms and closing them - in all but the last form e.closing contains "false".And strangely having hacked my project about the child form is closing, but the main form still won't when the last child form is open ...
Please help!
Nick.
We do not submit bugs internally from forum posts. If you want a fix or workaround to be investigated, you will have to submit the issue to the support group.
Thanks Mike. It won't be that as there is no validation (early in the project). It fact there's very little code in the form at all. I tried using a different tab control and the problem still remains. It goes away when I remove the dock control from the form so that's what I've done. I have access to the Janus components as well, so I've used their control instead and all seems well. I should add that I am keeping infragistics for everything else - for now at least ;o)
As a new user of Infragistics I am a bit suprised at the number of bugs turning up here as I had always heard good things. Also is there any way that bugs can be communicated via the forum as I really haven't got time to detail them twice.
Thanks,
Is it possible any controls are failing validation? That is the only thing I could think of that would cause this. If not, it sounds like a bug and I would recommend submitting the issue to the support group: http://ko.infragistics.com/gethelp.
Being on a bit of a deadline I thought I'd be clever and find a way around the problem. So I created a horizontal dock area and docked a tab control in it manually. Unfortunately this appears to be cause the same problem. I'm going to try with a tab control and see if that works...