Busy Cursor

8 views
Skip to first unread message

dhileepen chakravarthy

unread,
Jan 29, 2009, 8:07:18 AM1/29/09
to Flex India Community
Dear All,

While busy cursor user dis allow to click any button . How?

Help me!

Thanks in Advance,
Dhileepen

Venkat Viswanathan

unread,
Jan 29, 2009, 10:20:21 AM1/29/09
to flex_...@googlegroups.com
Hi Dhileepen,

Set the "layout" property of ur application to "absolute". Create a Canvas with height and width set to 100% and set backgroundAlpha to 0. Place this as the last element in your application. Then toggle its "visible" property as per requirement.

Regards,
Venkat
www.venkatv.com

GnanaPrakasam T

unread,
Jan 29, 2009, 11:43:30 AM1/29/09
to flex_...@googlegroups.com
You can click any thing though the cursor type is Busy cursor,
if you dont want to accept any click event that time you can disable the
application while showing busy cursor
and you can enable after that. By using the lines

Application.application.enabled=false;

or


this.enabled=false;




Gnanz.../
http://gnanz-flexworld.blogspot.com/

dhileepen chakravarthy

unread,
Jan 30, 2009, 12:54:01 AM1/30/09
to flex_...@googlegroups.com
Thank you GnanaPrakasam.

I have one more issue. I am using showBusycursor=true in my httpservice tag.

Once a busycursor shows on screen that cursor doesnt have any click
event how to control instead of enabled false. If i enabled false the
screen doesnt look good.

Regards,
Dhileepen

subeesh a

unread,
Jan 30, 2009, 1:39:35 AM1/30/09
to flex_...@googlegroups.com
Hi,
 
If you want you can hide the cursor during the service call. Use the CursorManager class.
 
Regards
Subeesh

GnanaPrakasam T

unread,
Jan 31, 2009, 1:12:13 PM1/31/09
to flex_...@googlegroups.com
Then try the one Venkat told,it may help to you


Gnanz.../
http://gnanz-flexworld.blogspot.com/

On Fri, Jan 30, 2009 at 11:24 AM, dhileepen chakravarthy <dhil...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages