Undefined Error

Publishing Print2Flash Documents embedding them in Flex applications
Post Reply
conundrum
Posts:1
Joined:Wed Nov 05, 2008 4:18 am
Undefined Error

Post by conundrum » Thu Nov 06, 2008 5:02 am

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

hof3
Posts:1
Joined:Sun Jan 11, 2009 8:34 pm

Re: Undefined Error

Post by hof3 » Mon Jan 12, 2009 4:37 am

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

poisrcu
Posts:1
Joined:Sun Jun 14, 2009 9:35 am

Re: Undefined Error

Post by poisrcu » Sun Jun 14, 2009 9:38 am

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.

cupuyc
Posts:1
Joined:Mon Oct 19, 2009 9:02 am

Re: Undefined Error

Post by cupuyc » Mon Oct 19, 2009 9:07 am

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

Post Reply