Hi,
 i'm using IViewCursor with java Complex Object but i receive always this warning but don't work
 
Warning /JExhibition2006.mxml:139 140 141 
Data binding will not be able to detect assignments to "cursor".
138:     <mx:Label text="{contact.id.descr}"/>
139:     <mx:TextInput id="tx1" text="{cursor.current.id.codArt}"/>
140:     <mx:TextInput id="tx2" text="{cursor.current.id.descr}"/>
 141:     <mx:TextInput id ="tx3" text="{cursor.current.barcode}"/>
 
Why about you? i have also used
 
 <mx:TextInput id ="tx1" text="{IbArt(cursor.current).id.codArt}"/>
 <mx:TextInput id ="tx1" text="{IbArt(cursor.current).id.descr}"/>
 <mx:TextInput id ="tx1" text="{IbArt(cursor.current).barcode}"/>
 
but don't work have you some suggestion?
Devis


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




Attachment: IbArtID.as
Description: Binary data

Attachment: IbArt.as
Description: Binary data

Attachment: test.mxml
Description: Binary data

Reply via email to