CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Adobe Flex (http://www.codingforums.com/forumdisplay.php?f=63)
-   -   Adobe Flex - navigator.pushView error (http://www.codingforums.com/showthread.php?t=281534)

mrussell9 11-08-2012 09:39 AM

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);

}

Inigoesdr 11-09-2012 01:45 AM

What's the error?


All times are GMT +1. The time now is 10:46 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.