cheerq / flexmdi

Automatically exported from code.google.com/p/flexmdi
0 stars 0 forks source link

Create IMDIWindow #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to be able to use a lot of the code you guys have created, 
but because of very specific requirements i have, i need my version of 
MDIWindow to extend Canvas (instead of Panel). This task would be 
significantly easier if MDIWindow implemented an interface, IMDIWindow.

Original issue reported on code.google.com by jamesghandour on 15 Feb 2008 at 6:24

GoogleCodeExporter commented 8 years ago
Reclassified as enhancement request and marked WontFix. I am not sure what
requirements would necessitate the windows extending Canvas but doing so would
require significant changes as Canvas does not have a titleBar property which 
would
eliminate a place for the buttons to sit. If you just don't want the borders 
(and
buttons) you should be able to set borders to 0 and showControls to false. 
Beyond
that you are free to slice and dice the code to meet your needs, the MIT license
permits you to use it however you wish. Hope that helps.

Original comment by ben.clin...@gmail.com on 16 Feb 2008 at 12:21