<mx:Script>
<![CDATA[
import mx.controls.Spacer;
import mx.events.CursorEvent;
import mx.utils.URLUtil;
import mx.managers.PopUpManager;
import mx.controls.Alert;
import Structures.*;
import Classes.*;
var CentValue:Boolean = false;
[Bindable] public var incomingDescription:String = "Gas";
[Bindable] public var incomingDescription2:String = "Description" ;
[Bindable] public var incomingPrice:String = "0.00";
]]>
</mx:Script>
SSDemo.mxml - Part in Parent
<mx:TitleWindow height="100%" width="100%" title="Design view"
roundedBottomCorners="true"
dragEnter="doDragEnter(event)"
dragExit="doDragExit(event)"
dragDrop="doDragDrop(event)"
creationPolicy="queued"
childrenCreationCompleteEffect="Dissolve"
horizontalAlign="center" verticalAlign="bottom" id="DesignView"
>
<mx:Spacer />
The Child is drag and dropped into the parent at runtime.
-Bill
</mx:TitleWindow>
--- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> Well, I think it should, can we have more of an example?
>
> -----Original Message-----
> From: [email protected]
[mailto:[EMAIL PROTECTED] On
> Behalf Of vestcomprogrammer
> Sent: Tuesday, April 25, 2006 7:47 AM
> To: [email protected]
> Subject: [flexcoders] Binding with Child Object In Flex 2.0
>
> Before in flex 1.5 I have this
>
> <mx:Binding destination="this.DesignView[0].incomingDescription"
> source="AssetTitle.text" />
>
> In Flex 2.0 Beta 2 this does not seem to work.
>
>
>
> Thanks
> Bill
>
>
>
>
>
> --
> 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
>
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

