"Through debug i can't notice what is happening".  Debug will tell you if
you look hard enough.

 

Tracy Spratt,

Lariat Services, development services available

  _____  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of carloscarvalhar
Sent: Sunday, March 22, 2009 8:48 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: rollover is blinking

 

Hi,

Even using rollOver/rollOut the problems still exist.
Trough debug i can't notice what is happening.
i think the problem is happening because the first rollover set visible a
component with other rollover function and when this rollover occurs the
other may be set as rollOut.

I'm not sure what is happening..i'm thinking in changing this, make without
rollOver :(

thanks,
Carlos

--- In flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com,
"Tracy Spratt" <tspr...@...> wrote:
>
> First, don't use mouseOver, use rollOver and rollOut. The mouse events are
> lower level and are harder to deal with.
> 
> 
> 
> Put trace statements in your handlers or step through in the debugger so
you
> can see what is happening.
> 
> 
> 
> Tracy Spratt,
> 
> Lariat Services, development services available
> 
> _____ 
> 
> From: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com
[mailto:flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com]
On
> Behalf Of carloscarvalhar
> Sent: Saturday, March 21, 2009 1:49 PM
> To: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com
> Subject: [flexcoders] Re: rollover is blinking
> 
> 
> 
> Hi,
> 
> I tried what you said, but didn't worked, it's blinking yet.
> 
> Here's my code:
> 
> public function toogleVisiOver():void{
> if(! mycanvas.visible){
> mycanvas.visible =true;
> }
> }
> 
> public function toogleVisiOut():void{
> if(mycanvas.visible){
> mycanvas.visible =false;
> }
> 
> }
> 
> called in:
> <image mouseOver="{toogleVisiOver()}" mouseOut="{toogleVisiOut()}" />
> 
> Any suggestion?
> 
> thanks,
> Carlos
>



Reply via email to