Flash 8: tabIndex for DataGrid doesn't work.
Description
In Timeline, there is no error for compilation but the tabIndex
for DaGafrid doesn't work. See dgtbtimeline.fla
In a actionscript file, the compilation error is :
**Error** dgtabIndex\Form1.as: Line 50:
Type mismatch in assignment statement: found Number where Function is required.
myDatagrid.tabIndex = i++;
See dgtbform.fla
In Flash MX 2004, all is ok.
In Flash 8, there is a change in the file View.as line 140.
/*
removed to allow for the proper function of accessibility
*/
//function set tabIndex(n:Number)
//{
// __tabIndex = n;
//}
dgtabIndex.zip (414 Ko)