[flexcoders] Bind label to class attributes

2006-07-17 Thread Jonas Windey
Hi, I use the following code: [Bindable] public var currentUser:FtpUser; In my titlewindow, I have: title=User settings ({currentUser.name}) This is working perfect, I fill the currentUser from inside the caller of the titlewindow, and it's setting the correct result. However, I get a warning

RE: [flexcoders] Bind label to class attributes

2006-07-17 Thread Dirk Eismann
To: flexcoders@yahoogroups.com Subject: [flexcoders] Bind label to class attributes Hi, I use the following code: [Bindable] public var currentUser:FtpUser; In my titlewindow, I have: title=User settings ({currentUser.name}) This is working perfect, I fill the currentUser from inside