I know about the buttonMode property in MovieClip (to get the mouse cursor on a hover), and I want to do the same with TextField, but it doesn't seem to implement this property. Does anyone know if there is something similar or, if not, another way to control the cursor for a text field?
@James: I extend the MovieClip class and then create objects from inside the cllass (including the text box) in the code, which complicates things a bit (at least in my fragile brain). It is strange that I set buttonMode = true on the MC, and it applies to everything except TextField when it returns to the carriage (or just a pointer if I set Selectable = false on TextField).
@ForYourOwnGood: A point used for ease of use, but I want the text box to be a seamless part of a larger object, and it just doesn't seem right without a hand cursor. What you put seems to be what I need, but does Flex seem to be specific? I can not find the equivalent in Flash (in particular, CS4), despite trawling through LiveDocs. Am I fading ?: S
source
share