[flexcoders] Grid/renderer with AS

2012-07-26 Thread Davidson, Jerry
I realize it will be several hours before this appears, but as I'm not having much luck it will probably appear before I find the answer. I have an advancedatagrid that has a column with a check box item renderer. When it is clicked, the event is triggered, but I'm not sure how to address the

[flexcoders] Question for Flex Builder 3.0.2 installation?

2012-07-26 Thread markflex2007
Hi Sir/Madam, May I install Flex Builder 3.0.2 and Flex Builder plugin 3.0.2 in same computer? Do they affect each other. Thanks for your help. Mark

Re: [flexcoders] Grid/renderer with AS

2012-07-26 Thread Alex Harui
Usually, the checkbox changes some property in the dataprovider. Your code can check the value of that property. On 7/26/12 5:49 AM, Davidson, Jerry jerry.david...@illinois.gov wrote: I realize it will be several hours before this appears, but as I’m not having much luck it will

[flexcoders] Re: Mate app, how to re-bind data to UI

2012-07-26 Thread theinvincible83
Nolan, I guess its a binding issue that you are facing. An easy workaround would be to just reload the webpage once the user logs out, you can use the following snippet to reload the page, let me know if that works: private function reloadpage():void {