Re: [Forward]To Adobe Leaderships - A very bold and crazy proposal about AS4 and Swift

2014-06-03 Thread zavr
hardware. so what you've proposed is an ActionScript 4 ios/osx compiler or packager. Best regards, zavr -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Forward-To-Adobe-Leaderships-A-very-bold-and-crazy-proposal-about-AS4-and-Swift-tp37968p37969.html S

Re: [Forward]To Adobe Leaderships - A very bold and crazy proposal about AS4 and Swift

2014-06-03 Thread zavr
In my opinion, developing AS4 will cost Adobe a lot of money and resources without much profit. If you really want to program for iOS and OS X, why not do it with Swift itself for example? In the end of the day, you could create your very own AS4 and write AVM and LLVM compilers for it. Or compil

Native cursors

2014-06-26 Thread zavr
Hello! In CSS, it is possible to use different custom cursors by specifying the cursor property, e.g. /cursor:e-resize/. I was wondering, if there is any way to add the support for native cursors in Flex, or it's the Flash Player's responsibility which depends on Adobe's implementation? The reason

MXML Selectors

2015-03-21 Thread zavr
Hey, I just thought it would be really cool if I could use mxml selectors, e.g. and then do something like rootGroup.find(".Hgroup > .Label") which returns /all/ instances of type Label, or rootGroup.find(".Button['label'=Update]") like attribute selector, etc.