Re: [flexcoders] Resizable TextArea

2008-05-21 Thread Gordon Franke
i use this but the height is not 100% correct ;( mx:TextArea id=elementEdit width=100% change=elementEdit.height = elementEdit.textHeight/ Am Donnerstag, den 10.04.2008, 18:42 +0530 schrieb govind ram: I want to expand TextArea components height when the text in the TextArea is more than the

[flexcoders] remove listener on state change

2008-04-11 Thread Gordon Franke
Hello, i have 2 states for my component, when i change the state i will remove a listener i can set the handler with mx:SetEventHandler target={element} name=mouseOver handler=/ the problem is that i get a warning Event is empty so how can i remove it?