Re: IDE upgrade options

2014-04-29 Thread piotrz
Hi Adam, I would like to say that I have been using Intellij for 4 years occasionally back to Flash Builder just for check how it works now. Every time I back to Intellij, Flash Builder was slow for really big projects. In my previous job I was one person from the team who have been used Intellij

Re: IDE upgrade options

2014-04-29 Thread Scott Matheson
I have used FB since 3 I am on 4.6 and still used visual layout 1 or 2 times a day I could live with out it I have run IntelliJ IDEA on trial 2 times now and it is a quality product but there is a learning curve in my cases about 4 weeks I think I will go cold turkey with my new project and mo

Re: IDE upgrade options

2014-04-29 Thread Alexander Doroshko
In case you decide to try IntelliJ IDEA you may find these quick start guides helpful: http://confluence.jetbrains.com/display/IntelliJIDEA/Flash+Development Embedded help will shed more light on project setup. Also available online: http://www.jetbrains.com/idea/webhelp/actionscript-and-flex.ht

AW: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-04-29 Thread Christofer Dutz
Hi Maxim. Glad you liked the session :-) Alex and I discussed a solution for the problem of us not being able to publish the Flex SDK in a way that you don't have to manually deploy Adobe artifacts. I am currently re-working on the Mavenizer. The new version has separate modules for mavenizing

Re: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-04-29 Thread Maxim Solodovnik
Thanks for the update Chris :) Will wait for the new version On Tue, Apr 29, 2014 at 2:59 PM, Christofer Dutz wrote: > Hi Maxim. > > Glad you liked the session :-) > > Alex and I discussed a solution for the problem of us not being able to > publish the Flex SDK in a way that you don't have to m

Runtime inspector (Firebug-like) for mobile AIR projects

2014-04-29 Thread borekb
Is there something like a Firebug / F12 tools for mobile Flash / Flex projects? Adobe has its Scout but that cannot do runtime visual inspection of elements, can it? Thanks. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Runtime-inspector-Firebug-like-for-mobil

RE: IDE upgrade options

2014-04-29 Thread mark.kessler.ctr
If you want a fast / small IDE FlashDevelop works great. It is open source and has pretty good features, but is windows only ATM. If you want a commercial product, you'll want to choose IntelliJ IDEA. Especially since they are very active with development and responsive to user issues. You'

RE: textflow configuration manageTabkey

2014-04-29 Thread After24
Hi Miguel, Another option may be to handle the tab key by assigning a custom EditManager (extending flashx.textLayout.edit.EditManager) to the TextFlow : /public class CustomEditManager extends EditManager { override public function keyDownHandler(event:KeyboardEv

RE: Runtime inspector (Firebug-like) for mobile AIR projects

2014-04-29 Thread Frédéric THOMAS
Hi, Maybe you can check https://github.com/doublefx/fxSpy you will need to compile it first, it is a maven based project. Frédéric THOMAS > Date: Tue, 29 Apr 2014 02:16:21 -0700 > From: bor...@gmail.com > To: users@flex.apache.org > Subject: Runtime inspector (Firebug-like) for mobile AIR proje

RE: Runtime inspector (Firebug-like) for mobile AIR projects

2014-04-29 Thread borekb
Does this work for mobile projects? Anyway, I've just realized that I've put the word "Flex" into the original question which my project doesn't actually use - it is a pure AS3 project so I guess fxSpy couldn't be used anyway (seems very Flex-y). -- View this message in context: http://apache-f

Re: Runtime inspector (Firebug-like) for mobile AIR projects

2014-04-29 Thread Arne Brödel
trying to answer your question I always get this error "The error that the other server returned was: 552 spam score (6.8) exceeded threshold" when including a link. So please google FlashFirebug which is a plugin for chrome and firefox which might fulfill what you expect. I never used it myself.

Re: Runtime inspector (Firebug-like) for mobile AIR projects

2014-04-29 Thread borekb
There are solution for Flex in the browser, however, I'm asking specifically about mobile projects. BTW, I find it quite amazing that Flash, such a "visual" technology, never really had a good runtime inspector - not in the official IDEs, not in the unofficial ones, just some 3rd party attempts wi

Re: AW: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-04-29 Thread Simon Morvan
Le 29/04/2014 09:59, Christofer Dutz a écrit : > - Publish a release of Apache Flex to Apaches Maven Repo > > And then you'd be able to build Apache Flex projects without having to > mavenize anything yourself. Including airglobal, playerglobal and the like ... ? There would be provided on an adob

RE: IDE upgrade options

2014-04-29 Thread borekb
I've been a long-time FB user and currently switched to IDEA. Here are my opinions after about two months with the IDE: * The nicest thing about IDEA is how well it understands the actual code. FB was not too bad in this regards but IDEA can take you from an interface to all the implementations in

Re: IDE upgrade options

2014-04-29 Thread Arne Brödel
I have a full license for Flash Builder 4.7 and even though I worked with it a lot and didnt have any major problems I took the time to have a deeper look into IntelliJ. The IDE was a little confusing to me first but after the 30 days trial I was convinced enough to buy it. You might miss some wiza

Recent Adobe Flex Donations -- Is this true?

2014-04-29 Thread Lionel Andre Pierre
See below. If true #8 is HUGE. How can I help get an updated Tour De Flex out? From Google+ -- Flash Technology originally shared: Recently Adobe donated several Flex-related items to Apache. #adobe #apacheflex #apache #flex 1. Several Flex articles from the ADC web

Re: Recent Adobe Flex Donations -- Is this true?

2014-04-29 Thread Alex Harui
On 4/29/14 10:46 PM, "Lionel Andre Pierre" wrote: >See below. If true #8 is HUGE. It is true. > >How can I help get an updated Tour De Flex out? > > Start a new thread on the dev@ mailing list instead of this users@ list. Dev@ is a better mailing list for this type of discussion. We'll point

styles are not setting from same name css file

2014-04-29 Thread jiks@afg
Hi, My use case is as follows: I have one library project which have css file with name x and i set some styles here . Now i create the same styles structure in main application project with same name of css file and set part of styles here. when i run my application then styles (Like Al