hand icon over flow list
Date: Apr 18, 2008
Views: 970
Question:
Hi,
Currently my cursor is an arrow when I am over an item in the flow list. Is there an easy way to make it appear as a hand icon like it does over a button?
Thanks
Currently my cursor is an arrow when I am over an item in the flow list. Is there an easy way to make it appear as a hand icon like it does over a button?
Thanks
Answer:
Hi,
Yes this is achievable by setting button mode to true. Here is sample script.
Thanks
Yes this is achievable by setting button mode to true. Here is sample script.
myFlow.buttonMode = true;
Thanks
