[flexcoders] Flex4 (Gumbo) binding problem in XMLList

2009-03-10 Thread malaschitz
This application is without problems with Flex3 but Flex4 throws compile 
exception: 1120: Access of undefined property myXml. Problem is binding 
'enabled={a}'. 

Source:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute
 mx:Script
  ![CDATA[
   [Bindable]
   private var a:Boolean = false;   
  ]]
 /mx:Script
 mx:MenuBar x=10 y=10 labelField=@label
  mx:XMLList id=myXml
   menuitem label=Menu  
menuitem data=test label=Test type=check enabled={a}/ 

   /menuitem
  /mx:XMLList
 /mx:MenuBar
/mx:Application


What does it mean ??



[flexcoders] Re: Non-english characters

2007-10-18 Thread malaschitz
The same problem with Linux, Flex 2 and newest Flash Player. Did you
find any solution ??



[flexcoders] Re: JSP Tag Library - FDS 2.0.1

2007-06-05 Thread malaschitz
Instead of

mm:mxml source=test.mxml/

write 

mm:mxml source=test.mxml/mm:mxml

 Actually I am having a different problem now.  I can get the inline
MXML working in a JSP page, so everything seems to be configured
properly.  But when I try to reference an MXML file I get a null
pointer exception...