Re: [flexcoders] update an itemrenderer from outside

2006-10-25 Thread Igor Costa
Jesusyou have to create a function to do that, but in the case of update the grid after you change in the numeric stepper you just have an a scope problem. To acess a member outside an itemrender you have to choose the item outerDocument.functionyouCreate() in the tigger click.So, that's you

RE: [flexcoders] update an itemrenderer from outside

2006-10-25 Thread Jesús Iglesias
.comAsunto: Re: [flexcoders] update an itemrenderer from outside Jesusyou have to create a function to do that, but in the case of update the grid after you change in the numeric stepper you just have an a scope problem. To acess a member outside an itemrender you have to choose

[flexcoders] update an itemrenderer from outside

2006-10-24 Thread Jesús Iglesias
Hi again, I have a datagrid with a numericstepper asitemrenderer. What I need todo is the opposite of the traditional change method, instead of clicking the numericstepper, I have to update de datagrid's dataprovider and have the numericstepper updated as it's field change. ¿How to