Re: Performance problem with RichText

2017-05-24 Thread Erik J. Thomas
Clint, this is a great suggestion. I think I used this approach some years ago on one of my first Flex mobile apps, but forgot all about the approach. I just need to remember how to capture a hyperlink click for internal handling of some clicks, rather than just invoking default browser

Re: Performance problem with RichText

2017-05-24 Thread Clint M
Would this work? http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c-3c2dbaa612bb06a5ea2-8000.html On Wed, May 24, 2017 at 3:52 PM, Erik J. Thomas wrote: > Hey all: > > We started noticing our mobile Flex app was unresponsive for like 5 or 6 > seconds at launch where

Re: [FlexJS - maven]: compiled from source, but settings and ../lib/* missing

2017-05-24 Thread Alex Harui
Hi Patrizia, Just to be clear, did you run "ant -f installer.xml" after downloading and expanding the binary package? That is required to bring everything else that you need. If you did that and it didn't do the right thing, I will take a look at it myself. Thanks, -Alex On 5/24/17, 1:24 AM,

Re: [FlexJS - maven]: compiled from source, but settings and ../lib/* missing

2017-05-24 Thread piotrz
Patrizia, Thanks for explanation now I understand. That's good that you are trying to separate logic, if that logic is going to be separate swc - Maybe you should try to create for such module build plan - separate pom.xml. etc. but that's something for the later work. 1) If you are not going

Re: [FlexJS - maven]: compiled from source, but settings and ../lib/* missing

2017-05-24 Thread patrizia.bellitto
Hi Piotr, since 2007 we have been developing a quite big web application used to simulate a wide range of designs showing our products (power converters, LED lighting and so on). You can have a look here: https://my.st.com/analogsimulator We know that the UI must be completely reviewed...but we

Re: [FlexJS - maven]: compiled from source, but settings and ../lib/* missing

2017-05-24 Thread piotrz
Patrizia, I'm not sure whether "distribution" package produced by Maven is fully ready for usage to build some project, cause there are missing things. I'm treat "distribution" as something which I can use to my IDE for intellisence and visibility if I added some new things to FlexJS SDK. - We

Re: [FlexJS - maven]: compiled from source, but settings and ../lib/* missing

2017-05-24 Thread piotrz
Hi Patrizia, If ANT -installer is for some reason is broken for you I saw that you were able to build on your own FlexJS SDK by Maven on Mac OSX - YES ? Using distribution command ? "mvn -s settings-template.xml -DdistributionTargetFolder={pathToDistributionDirectory} -P build-distribution clean