I mean, are you trying to Bindable a component comobox using Model? but has an input for .as file external?
The error showed it's just saying that you can't bind a property locale due to you didn't declared or you missed the import of
mx.events.IEventDispatcher;
So, I'll be very usefull if you put part of your code here.
On 8/11/06, app.developer <
[EMAIL PROTECTED]> wrote:
I don't know where to go. I have one application that works and one
that doesn't with the BindableComboBox...
++++++++++++++++
warning: unable to bind to property 'locale' on class 'Object' (class
is not an IEventDispatcher)
++++++++++++++++
Well it looks like it's in place...
+++++++++++++++
<model:UserMgmProfile id="detailObject">
<model:locale>{Profile_locale.selectedItem.locale as String}
</model:locale>
+++++++++++++++
It's the UserMgmProfile.as...
++++++++++++++
public class UserMgmdmProfile
public var locale:String = "";
++++++++++++++
I'm not getting a "Locale" binding. Is there another place to look
for this to fix?
TIA
P Albrecht
--
----------------------------
Igor Costa
www.igorcosta.com __._,_.___
--
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.
__,_._,___
Reply via email to

