View Single Post
Old 11-08-2012, 09:39 AM   PM User | #1
mrussell9
New to the CF scene

 
Join Date: Nov 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mrussell9 is an unknown quantity at this point
Adobe Flex - navigator.pushView error

I am new to coding in android.I am getting the following error when i try to use navigate to enter a new mxml file.Does anybody know what the problem is or if i need to import anything?


protected function show_list_clickHandler(event:MouseEvent):void
{
//shows error//
navigator.pushView(ShowResults);

}
mrussell9 is offline   Reply With Quote