Thank you for your help, I'm making progress!! I got
SizeableTitleWindow to work! Yay! It starts off really tiny, is there
a way to make the initial size a bit bigger? I'll look through the
code and see if I can tell what I need to change.
Also, is there some way I could get the two graphics you refer to
(upArrow.gif and downArrow.gif)?
I'm still getting errors on MaxRestorePanel once I fixed those things
I mentioned earlier.
The code below has the error 1059: Property is read-only.
public function MaxRestorePanel(){
this.className = "MaxRestorePanel";
}
The code below has this error on both lines - 1067: Implicit coercion
of a value of type flash.display:DisplayObject to an unrelated type
mx.core:IFlexDisplayObject
var upAsset:IFlexDisplayObject = btStateUp.getChildByName("upIcon");
var downAsset:IFlexDisplayObject = btStateDown.getChildByName("upIcon");
And these lines have 1120 - Access of undefined property allChildrenList
allChildrenList.addChild(btStateUp);
allChildrenList.addChild(btStateDown);
Thanks so much. :)
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/