I've a complex text field which I can embed types of font within it. When I try to choose a specific font through the Dropdownlist, I'll show the busy cursor till font embeds inside the text field completely.
I want to disable my text field based on showing busy cursor... I mean when the busy cursor is showing disable the text filed and after disappearing that, just enabled text field again. How can I do that? Is there any specific listener for that or what?
Thanks in advance
If you share some code it would be easier to answer. Or just try this, just check the condition over there there is a method called useHandCursor or useBusyCursor. where you used to show that method. just check that condition and disable that. I hope it works.