[flexcoders] Unwanted arguement?

2008-01-02 Thread candysmate
Focus can be a real pain, as we all know. I have a function which re-focuses a datagrid so: private function staffGridFocus():void { salesStaffGrid.setFocus(); salesStaffGrid.selectedIndex = gridSelectLine; editStaffCell = {columnIndex:0, rowIndex: gridSelectLine};

Re: [flexcoders] Unwanted arguement?

2008-01-02 Thread Frederico Garcia
candysmate escreveu: Focus can be a real pain, as we all know. I have a function which re-focuses a datagrid so: private function staffGridFocus():void { salesStaffGrid.setFocus(); salesStaffGrid.selectedIndex = gridSelectLine; editStaffCell = {columnIndex:0, rowIndex: