setStyle destroy UndoManager

2014-06-13 Thread gpi
swf> When enter some text an click "Undo" - everything is ok, but when after enter text click on "Set Style" (ret.setStyle('backgroundColor', '#CC6699');) - Undo doesn't work. -- View this message in context: http://apache-flex-users.246.n4.nabbl

Re: setStyle destroy UndoManager

2014-06-13 Thread Jake Knerr
l/undo/test.swf> > > When enter some text an click "Undo" - everything is ok, but when after > enter text click on "Set Style" (ret.setStyle('backgroundColor', > '#CC6699');) - Undo doesn't work. > > > > -- > View this messag

Re: setStyle destroy UndoManager

2014-06-13 Thread gpi
Thank you Jake for your reply, but I'm affraid that is no lost focus problem. I added one more empty button, and when I click on it (focus is lost from RET) UndoManager still working. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/setStyle-destroy-UndoMa

Re: setStyle destroy UndoManager

2014-06-13 Thread gpi
Thank you Jake for your reply, but I'm affraid that problem is not in lost focus. I added one more empty button, and when I click on it (focus is lost from RET) UndoManager working OK. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/setStyle-destroy-UndoMa

Re: setStyle destroy UndoManager

2014-06-13 Thread Jake Knerr
> from RET) UndoManager working OK. > > > > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/setStyle-destroy-UndoManager-tp6827p6834.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >

Re: setStyle destroy UndoManager

2014-06-13 Thread gpi
This is code of this example: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" creationComplete="init()"> -- View this message in context: http://apache-flex-users.2333346.n4

Re: setStyle destroy UndoManager

2014-06-17 Thread gpi
Any ideas ? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/setStyle-destroy-UndoManager-tp6827p6858.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: setStyle destroy UndoManager

2014-06-17 Thread Alex Harui
The code example does not look complete. Should there be code for setBG()? On 6/17/14 1:23 AM, "gpi" wrote: >Any ideas ? > > > >-- >View this message in context: >http://apache-flex-users.246.n4.nabble.com/setStyle-destroy-UndoManage >r-tp6827p6858.html >Sent from the Apache Flex Users mail

Re: setStyle destroy UndoManager

2014-06-18 Thread gpi
Last method is "setBg": private function setBg(e:MouseEvent) -- View this message in context: http://apache-flex-users.246.n4.nabble.com/setStyle-destroy-UndoManager-tp6827p6888.html Sent from the Apache Flex Users mailing list archive at Nabble.com.