In Builder you can start a new MDI project, that way you immediately get the whole MDI skeleton.
Now I have a problem with the menu they provide.
The menu-item "Close" for example is only available when there are no open MDI-child forms. How do they do this?
The Close menu-item is also linked to a "FileClose1"-action, but there's no code in it.. - How can it work?
This really sucks. Also notice that the Save As and Save menu-items don't have any code yet, but if I try to assign it some code, the menu-item stays available all the time, even if there are no MDI child forms open..
Is there any way I can manipulate this myself?
Thanx
Now I have a problem with the menu they provide.
The menu-item "Close" for example is only available when there are no open MDI-child forms. How do they do this?
The Close menu-item is also linked to a "FileClose1"-action, but there's no code in it.. - How can it work?
This really sucks. Also notice that the Save As and Save menu-items don't have any code yet, but if I try to assign it some code, the menu-item stays available all the time, even if there are no MDI child forms open..
Is there any way I can manipulate this myself?
Thanx