Hey all,
Occasionally when minimizing them maximizing my AIR app under Windows I get the
exception below. The app returns to the desktop but its tiny, consisting
basically of the title bar and the status bar and only wide enough to display
the minimize/restore/close buttons. Anyone have any idea what this might mean?
The invalid parameter below is in ProgrammaticSkin.as line 739, the call reads
g.drawRect(0, 28, NaN, 1);
ArgumentError: Error #2004: One of the parameters is invalid.
at flash.display::Graphics/drawRect()
at
mx.skins::ProgrammaticSkin/drawRoundRect()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\skins\ProgrammaticSkin.as:739]
at
mx.skins.halo::TabSkin/updateDisplayList()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\skins\halo\TabSkin.as:342]
at
mx.skins::ProgrammaticSkin/validateDisplayList()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\skins\ProgrammaticSkin.as:421]
at
mx.managers::LayoutManager/validateDisplayList()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:602]
at
mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:675]
at Function/http://adobe.com/AS3/2006/builtin::apply()
at
mx.core::UIComponent/callLaterDispatcher2()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:8460]
at
mx.core::UIComponent/callLaterDispatcher()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:8403]
Thanks,
- Ivo