Figured it out for those interested:
If you are using a fix for the datagrid column visibility issue (where
hidden columns show themselves again when bound to an arraycollection)
as described here
<http://blog.classsoftware.com/index.cfm/2007/6/17/Flex-Datagrid-Visibil\
ity-Bug> .
Use the solution found at the above link from Justin Mclean
This solution below causes any tween to crash the browser:
public static function refreshDataGrid(dg:DataGrid):void
{
var column:DataGridColumn = dg.columns[dg.columns.length-1];
column.visible = !column.visible;
column.visible = !column.visible;
}
Many thanks
Justin
--- In [email protected], Sherif Abdou <[EMAIL PROTECTED]> wrote:
>
> i guess you can always do a profile and maybe see if there is a loop
somewhere or what is going on in the memmory.
>
>
> ----- Original Message ----
> From: raymondjp [EMAIL PROTECTED]
> To: [email protected]
> Sent: Sunday, February 10, 2008 7:31:31 PM
> Subject: [flexcoders] Tabnavigator crashes ALL tweens
>
>
> Hi all,
>
> I have (after days of troubleshooting) figured out the the use of a
> tabnavigator component in my applications is causing any further use
of
> a tween (even the opening of a combobox) to crash flash player and the
> browser.
>
> I can use the tweens successfully up until the point that i click on
> another tab in the tabnavigator then the player grinds to a halt and
> becomes unresponsive.
>
> I have created an entirely separate test application and have been
> unable to replicate the results. Does anyone have any advice on where
to
> look (in my code) or have experienced something similar?
>
> Both apps are Flex 2, Cairngorm 2.2.
>
> Many thanks for any help or direction
>
> Justin
>
>
>
>
>
>
________________________________________________________________________\
____________
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>