then u need to do this by using popmanger class On Thu, Feb 11, 2010 at 10:08 AM, Akshar <[email protected]> wrote:
> my problem is this:- > when user clicks on a button i go and fetch data from the backend > using webservices. till the time the data comes i want the cursor to > be changed to hourglass and also it should not be possible for the > user to click other controls. > any idea how to achieve this. > > On Feb 10, 4:47 pm, nithya <[email protected]> wrote: > > if you are using mouse over textinput controls during time of > > rendring data it will happpen. > > > > chcek when u want to call removeAllCursors(); > > > > On Feb 10, 9:58 am, Akshar <[email protected]> wrote: > > > > > i am using the following lines of code for showing the busy cursor > > > > > cursorManager.removeAllCursors(); > > > cursorManager.setBusyCursor(); > > > > > but sometimes the mouse pointer also comes along with the busycursor. > > > i am using a image for showing the busy cursor. > > > my css has follwing lines > > > > > CursorManager { > > > busyCursor: > Embed(source="images/BusyCursor.png"); > > > > > } > > > > > why is this mouse pointer coming? > > -- > 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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- 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.

