Antonios
04-28-2008, 11:39 AM
I have been tasked in building a custom component for a project which will do the following:
1) Be of fixed width and variable height.
2) Have the ability to insert other components in it but horizontally will allow only a limited amount of controls depending on width and automatically place other controls in another line below the other controls.
3) Have dotted lines that intersects the canvas and in which there and only there you can place controls.
4) The child canvases would be able to move only in the bounds of the parent vertically while the other auto-arrange real time.
Anyway I would like your opinion if a control like this can be created. I have built custom components before but not of that magnitude. Moreover, since actionscript does not support multi inheritance how can I inherit various methods from other controls? Any suggestion how can I tackle this feat would be most welcomed. Thank you.
1) Be of fixed width and variable height.
2) Have the ability to insert other components in it but horizontally will allow only a limited amount of controls depending on width and automatically place other controls in another line below the other controls.
3) Have dotted lines that intersects the canvas and in which there and only there you can place controls.
4) The child canvases would be able to move only in the bounds of the parent vertically while the other auto-arrange real time.
Anyway I would like your opinion if a control like this can be created. I have built custom components before but not of that magnitude. Moreover, since actionscript does not support multi inheritance how can I inherit various methods from other controls? Any suggestion how can I tackle this feat would be most welcomed. Thank you.