I tried what you said and found out that all you need to do is click
on the "Stations X" tab and then the "Info" tab. At this point the
entire browser crashed.

After a bit of paring I found that the offending tag is:

<mx:Text x="113" y="71" text="Amanda" width="277" id="owner"
fontWeight="bold"/>

and the problem is the id given. Changing the tag to:

<mx:Text x="113" y="71" text="Amanda" width="277" id="theOwner"
fontWeight="bold"/>

fixed the problem.

I can only surmise that Flex uses the keyword "owner" somewhere and
this conflicted your code causing a crash.

I have submitted this as a bug.

--- In flexcoders@yahoogroups.com, "Jason B" <[EMAIL PROTECTED]> wrote:
>
> Yes i had everyone in the building with MAC and Linux and windows web
> browsers from IE to firefox and it locks theres up 
> i tried it locally pointing to my machine with LAMP and also on
> several servers even my own outside the building.
> 
> as soon as i remove the listdata provider {listdata} code it doesnt
> lock up? really weird?
> im really stumped but in order to lockup it i had users clicking
> around the screen relativly fast and then clicking the data provider
> and back and forth then it locks TRY IT


Reply via email to