Page 1 of 1

Undefined Error

Posted: Thu Nov 06, 2008 5:02 am
by conundrum
Hey Guys,

maybe one of you ran into the same problems. When I instantiate Print2FlashDoc, either with the Flex Component or the Flash CS3 Class via UIComponent, it throws an undefined error in stage set focus. It only happens when i close the print2FlashDoc and click on something else. But the weird thing is, it only happens if the first user interaction is opening the Print2FlashDoc. If i do something else it doesn't.

Also while in Flex Debugger it throws an undefined error, if I open it in a debug flash player it says stack overflow.

I use Flex 3.1.0 / Flex Builder on windows vista, latest release from print2flash.

Anybody got any ideas? i'm desperate.

Thanks ins advance

Re: Undefined Error

Posted: Mon Jan 12, 2009 4:37 am
by hof3
Hi there,

I've run into the same error.

Same setup. Vista, Flex 3.1.0. I desperately need a solution. Print2Flash is just not usable that way. Can anybody help me out? Is it an error that just occurs with 3.1.0?

Thanks

Re: Undefined Error

Posted: Sun Jun 14, 2009 9:38 am
by poisrcu
I encountered the same problem, you must not debug using the debugger.. as annoying as that is, all works perfectly in the release build of my flex app, but debugging causes an error.

Re: Undefined Error

Posted: Mon Oct 19, 2009 9:07 am
by cupuyc
Hi there,

Same issue, looking for fix. Not using debugger isn't solution.

Code: Select all

undefined

	at flash.display::Stage/set focus()
	at mx.core::UIComponent/setFocus()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\core\UIComponent.as:6857]
Another similar:

Code: Select all

Error: Error #1023: Stack overflow occurred.
	at mx.controls::TextInput/drawFocus()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\controls\TextInput.as:1855]
Stan