flex - Tree Show toolTip during drag -


i denying user ability drop tree during conditions, it's going well, want tell user why i'm denying drop. prefer tooltip, doesn't seem work. can not have tooltip during drag operation? how can force one?

flex seems treat tooltips property of ui component, component deciding when , if show it. force doing 1 in javascript saying "show now" "stop showing now"

does know doing during drag?

thanks
~mike

what try show tooltip mx.managers.tooltipmanager. create example vbox implements mx.controls.tooltip , displays message want show user.

you can see working example @ flexexamples.

another idea show programmatic mouse cursor when drop denied. i've read article on inside ria.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -