Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
kittuokkade #1
Cursor getting locked problem
hai all,
i had a problem with cursor.iam invoking a webservice from flex client .for
that i set busy cursor and timer cursor is showing up till my server returns
the content after receiving i have some action script
code executing to display in my required format.But the cursor that is
revolving nature gets locked when the actionscript code is executing .how can i
eliminate this behavior .i want the timer to revolve till the data displayed in
the client.
Any body has any idea.pls give suggestion
kittuokkade Guest
-
Problem Loading pdf using AxInterop.AcroPDFLib (file locked)
Hi, I'm currently using AxInterop.AcroPDFLib with C# in a winform application. Purpose is to display PDF files in my application. Thoose files... -
Problem with locked index.htm
I designed a site in DW and have one user making content changes to the site using Contribute 4. They can modify all pages except index.htm.... -
cursor 200-problem on mac but not pc? how to swap cursor image?
Hi, I want to hide the cursor in my projector. I've been using "cursor 200" for some time now and it works fine. But now, when I try my projector... -
Update cursor showing error 244 (row locked) even when row is not returned
Hi Phil. Just suggestion. Your lock mode of table is PAGE lock ? Check your lock mode as bellow. % oncheck -pt stores7:customer TBLspace... -
Update cursor showing error 244 (row locked) even when row is not returned by query
Hi everyone, We have a requirement here that we should be able to run two instances of the same program to fetch rows from a table and get the... -
dietmar.paulus #2
Re: Cursor getting locked problem
This is because your request gets encoded and this process will consume the
whole cpu-power. another thing is that action script is not multithreating. we
had the same problem. what we did, was to write an own encoder, and during the
encoding-phase we made some "sleep phase" so that the user-interface (and also
your cursor) cans update. But it is not easy to write such a code, because this
will look different for ever encoder
btw: we also did this for the decoders
dietmar.paulus Guest
-
kittuokkade #3
Re: Cursor getting locked problem
hai paulus,
your explanation seems to be correct.The thing is during
execution of actionscript cursor timer getting locked.i had UI in which deals
with graphical images, action script takes some time .user can notice this
behavior.eliminating this is important .you said that you already did it.can u
tell me is there any useful links to show me the way.
kittuokkade Guest
-
kittuokkade #4
Re: Cursor getting locked problem
still i had no solution .any body can show me the way.
kittuokkade Guest
-
Unregistered #5
Re: Cursor getting locked problem
Use cursormanager.setfocus() on click of one component and cursorManager.removeBusyCursor(); on close of same component . Hope this helps
Unregistered Guest



Reply With Quote

