I get the same error. "The entity name must immediately follow the '&' in
the entity reference."

This should be simple, and for designers way less complicated then writing a
function, or dealing with bindable vars etc… to do the same kind of stuff.

I totally put this in the interaction designer domain space.

Thanks for your help.

Jason


-----Message d'origine-----
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Manish Jethani
Envoyé : mardi 16 mai 2006 16:19
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] Using a logical AND in property.


On 5/16/06, sourcecoderia <[EMAIL PROTECTED]> wrote:

> <mx:CheckBox enabled="{value1.selected==true &&
> value2.selected==true }" label="myitem" id="chk_item" />

<mx:CheckBox enabled="{value1.selected && value2.selected}" ... />

What happens when you do this?


--
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

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.





--
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




Reply via email to