PhilFlash
http://philflash.inway.fr
Email: philflash@inway.fr


Subject : tabIndex for DataGrid doesn't work.

In Timeline, there is no error for compilation but the tabIndex
for DataGrid 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;
		//}
	
Sources are available:
http://philflash.inway.fr/flash8bug/dgtabindex

Philippe
