Links with UNC path names stops working in Flash Player 14

2014-09-08 Thread gpi
When I'm trying to click on link to file shared in my local network area I get an error message: Error #2148. SWF file cannot access local resorce \\SERVER-NAME\Folder\File.ext. Only local-with-filesystem and trusted local SWF files may access local resources. This link is

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.

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-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.246.n4.nabble.com/setStyle-destroy-UndoManager

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-UndoManager-tp

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-UndoManager-t

setStyle destroy UndoManager

2014-06-13 Thread gpi
Hi, during programming I found strange problem with UndoManager related to textFlow in RichEditableText. When I try to set some style for RET (by setStyle), all steps stored in UndoManager are reseting. Here is simple example online: http://op2.pl/undo/test.swf Whe

Drag DataGrid row with GridItemRenderer - problem

2014-05-26 Thread gpi
I found the graphical problem in spark DataGrid when starting drag row - the transparent row under cursor (with "X" icon) is too far below cursor. When I drag first row everything looks OK, byt when I drag 20'th row then we can see this error. I think that problem causes GridItemRenderer, becouse w

RE: Flex SDK 4.12.1 only for Flash Player 13 ?

2014-05-19 Thread gpi
I think this is matter of IDE configuration. Here is information about Flash Player Version supported: https://github.com/apache/flex-sdk -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-SDK-4-12-1-only-for-Flash-Player-13-tp6431p6490.html Sent from the Apach

RE: Flex SDK 4.12.1 only for Flash Player 13 ?

2014-05-18 Thread gpi
My IDE for Flex is IntelliJ Idea 13. When I had registered SDK 4.12 there was only Flash Player 12 option on the list "Target player". After upgrade to SDK 4.12.1 on this list is only Flash Player 13. However when I compile appliocation and run at FP12, everything works fine. -- View this messa

Flex SDK 4.12.1 only for Flash Player 13 ?

2014-05-17 Thread gpi
Hallo, last week I upgrade my Apache Flex SDK from 4.12 to 4.12.1. After this I noticed that I can select only Flash Player 13 as a target player (before I have selected FP 12). It does mean that my application compiled with SDK 4.12.1 can only running on Flash Player 13 ? -- View this messag

Creating HDividerGroup in AS

2014-05-02 Thread gpi
Hi, I'm testing HDividerGroup (spark.containers) and I have problem with initialize this component from ActionScript like this: var _hDividerGroup:MyHDividerGroup = new MyHDividerGroup(); for (var j:Number = 0; j < _cols; j++) { var _group:Group = new Group (); _hDividerGroup.addElement(_gr