Ok, i've created an actionscript class and i've set my own busy cursor
setting the application style in this way:


        <mx:Style>
                CursorManager
                {
                        busy-cursor: ClassReference
("flex.base.controls.ExtendedBusyCursor");
                }
        </mx:Style>

But if i want to substitute the default busy cursor that appears when
webservice is loading data i cannot have a full control of my custom
busy cursor, it appears automatically... I just want to avoid the
resulting flashing of the cursor..i'd like something more
continuous...how can i do?
Thanks Vinod

On 13 Nov, 11:23, "Vinod M. Jacob" <[EMAIL PROTECTED]> wrote:
> You can set a busycursor and disable your application  and remove it
> whenever you want  and enable application.How muchever you delay the
> removing of busycursor the application will be disabled......
>
> On Thu, Nov 13, 2008 at 3:34 PM, Gabriele Murari
> <[EMAIL PROTECTED]>wrote:
>
>
>
> > Ok i'll try... And what about the delayed removing of the busy cursor?
> > Do you think it's possibile??
>
> > Thanks a lot to all
>
> > On 13 Nov, 10:46, vengu <[EMAIL PROTECTED]> wrote:
> > > Create a [Bindable] variable and set it to
> > > Application.application.enabled  property.
>
> > > Change the variable when you have to blovk/unblock.
>
> > > Thanks,
> > > Venkathttp://techmytongue.blogspot.com
>
> > > On Nov 12, 8:41 pm, Gabriele Murari <[EMAIL PROTECTED]> wrote:
>
> > > > Hi all and thanks in advance for any help.
> > > > I'd like to create a custom busycursor that prevents user interaction
> > > > with the application whan loading data from a webservice. The default
> > > > busy cursor still allow user's mouse click when is displayed and this
> > > > is a problem for me. Besides when i load different objects from the
> > > > webservice the busycursor shows and hides continuosly...it is possible
> > > > to delay busycursor's hiding?? In this way the result should be a
> > > > unique busycursor (even if i load different objects).
>
> > > > Please help me!!
>
> > > > Thanks all
> > > > Gabriele Murari

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to