sorry i'have found my mistake, i have not put [BINDABLE].
But how i can sync my cursor with my DataGrid? then the end user can click directly into dataGrid...
Devis
----- Original Message -----
From: Devis
Sent: Tuesday, May 30, 2006 5:39 PM
Subject: [flexcoders] IViewCursor don't work help

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: test.mxml
Description: Binary data

Reply via email to