RE: Is Any Browser At All Supporting Flash as of today?

2021-01-12 Thread after24
Hi yishayw, Don't sure if it will last but at the moment Firefox *ESR* 52.3.0 still works for us (flash player 26.0.0.131) If you want to make a try, you can download specific version of Firefox here : https://ftp.mozilla.org/pub/firefox/releases/

Re: Flash builder is stucked at 57 %

2017-07-13 Thread after24
Hi Olaf, Hi Alex, Firefox was the culprit, I uninstalled/installed it and it works again. Thanks for your answers. Vincent. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flash-builder-is-stucked-at-57-tp63167p63210.html Sent from the Apache Flex Develo

Re: Flash builder is stucked at 57 %

2017-07-12 Thread after24
The Run button doesn't launch the project in the browser neither. I can't find where to point to a browser in the run configuration (I set the browser in preferences/general/ web browser) -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flash-builder-is-stu

Re: Flash builder is stucked at 57 %

2017-07-12 Thread after24
Hi Alex, I Already searched the web for "Flash Builder Stuck at 57" but the solutions I found didn't fixed the issue. The debugger player (26.0.0.137) is installed and when I manually launch the project html file generated in the bin-debug folder, flash builder resume the debug process ans is conn

Flash builder is stucked at 57 %

2017-07-12 Thread after24
Hello, I am facing an issue with flash builder (only on one workspace, other workspaces are fine) where the execution process is blocked at 57 %. If I go directly in the bin-debug folder and launch manually the generated "project.html" file, it works and the link to the debugger is done. I suppo

Re: Flex support in IntelliJ IDEA open sourced

2015-09-08 Thread after24
Hi Alexander, This is a very good news ! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex-support-in-IntelliJ-IDEA-open-sourced-tp49034p49035.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Re:Re: Re:Re: Re:Re: Re:Flex Scroller optimization

2015-04-20 Thread after24
Hello Darkstone, Thanks for those tests. It would be very interesting that other users share the results they get on other devices, especially on iOS. I am deeply convinced that UI smoothness is a key parameter of the user experience and has a large impact on the perception of the quality of an a

Re: Re:Re: Re:Re: Re:Flex Scroller optimization

2015-04-19 Thread after24
Hello DarkStone, Can you access the apache flex JIRA ? If you can, I could attach the .apk of the demo version. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex-Scroller-optimization-tp46074p46090.html Sent from the Apache Flex Development mailing list

Re: Re:Re: Re:Flex Scroller optimization

2015-04-18 Thread after24
DarkStone,Here is a Twitter link to the screen capture : https://twitter.com/after24_studio/status/589389289059942400 1 ->Both tests are made under gpu render mode.2 ->The difference between the two techniques is significant, on a nex

Re: Re:Flex Scroller optimization

2015-04-18 Thread after24
Hello Darkstone, I made a comparison (on a nexus 7) using your approch with the same viewport content as in my demo application. Here is a link to a scout screen capture of the two methods that shows the performance gap between the two techniques : https://www.imageupload.co.uk/image/ZTUi

Flex Scroller optimization

2015-04-17 Thread after24
Hello, I have been working on the scroller component to improve the framerate of the scrolling operations with an optimization based on the blitting technique. In this experiment, the Scroller component has a new boolean property named cacheViewport. When cacheViewPort is set to true, all scrolli

Re: Scroller optimization

2014-10-29 Thread after24
Hi Jude, /*have you tried setting include in layout to false when setting visible to false?*/ Yes, this property is set to false during scroll operations. It seems that this performance decrease is caused by scout... when scout is off, there is no difference between the two approaches (visible =

Re: Re:Re: Re:Scroller optimization

2014-10-27 Thread after24
Hi darkstone, * /This issue is probably caused by Scroller and the viewport's layout. When scrolling with finger, the Scroller will update viewport's horizontal and vertical scroll positions (actual work is done by viewport.layout), and might involk some other layout API of the viewport. The instan

RE: Scroller optimization

2014-10-27 Thread after24
Hello Frédéric, Sure, I will post an android .apk sample application with the source code. I just want to clean up the ViewportCache class before. Vincent. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Scroller-optimization-tp41774p41876.html Sent from

Re: Re:Scroller optimization

2014-10-26 Thread after24
Hi DarkStone, Thank you for your response. * /Instead of using the scrollRect property of the viewport, the ViewportCache performs the scrolling of the bitmap version of the viewport using the blitting technique which is way much faster. What do you mean by "the blitting technique"? Could you exp

Scroller optimization

2014-10-24 Thread after24
Hello, I have worked on a way to optimize the scroller component on mobile.. It's very promising, especially for very complex views, but there is a major drawback though. Here is how it works : The scroller component has a new boolean property called cacheViewport : When this property is set to

Re: Improvement of mobile scrollings

2014-10-07 Thread after24
Hi Justin, Every device capable (for a specific scroll case) to go beyond 30 fps should take advantage of this change. One more time, the improvement is observable during a user "dragged scroll" (application framerate must be greater than 30 fps, I set it to 60 on my devices). Vincent. -- Vie

Re: Improvement of mobile scrollings

2014-10-06 Thread after24
Hi Erik, Just added a proper patch. Have a nice day. Vincent. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Improvement-of-mobile-scrollings-tp41029p41107.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Improvement of mobile scrollings

2014-10-03 Thread after24
I just added a patch that replaces the private static const MAX_DRAG_RATE by the public static property maxDragRate with a default value of 90 (former value of the constant was 30). link to JIRA -- View this message in context: http://apach

Re: Improvement of mobile scrollings

2014-10-03 Thread after24
Hi David, In fact the changes of the value doesn't affect the absolute performance of the scrolling but it removes a very limiting factor during the drag of the content of a scroller. Combined with a high framerate (60 fps) and a stage quality set to low during "critical animations" I managed to

Re: Improvement of mobile scrollings

2014-10-03 Thread after24
In fact the performance improves even for values greater than the application framerate (90 seems to be the limit on my phone). -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Improvement-of-mobile-scrollings-tp41029p41032.html Sent from the Apache Flex Dev

Improvement of mobile scrollings

2014-10-03 Thread after24
Hi, While trying to find the best ways to get smooth scrollings on mobile, no matter the type of optimization (pure as3 ItemRenderers...) or settings used (framerate, stage quality...) the result is always the same : - The scrolling is jerky when the user touch the screen (a list for example) and

RE: Strange behavior with setMonth method of Date object

2014-03-31 Thread after24
Hi Maurice, I didn't see your response before responding to myself. Thank you :-) -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Strange-behavior-with-setMonth-method-of-Date-object-tp36525p36528.html Sent from the Apache Flex Development mailing list ar

Re: Strange behavior with setMonth method of Date object

2014-03-31 Thread after24
Sorry, I should have post this message in the flex users list. The problem seems to be due to the fact that the day is not set initially. So the runtime uses the system current date (March 31). But as april has only 30 days, when setMonth(3) is executed, the date is automatically set to may...

Strange behavior with setMonth method of Date object

2014-03-31 Thread after24
Hello, I'm facing a strange behavior with the Date object : var myDate:Date = new Date(); myDate.setFullYear(2014); myDate.setMonth(3); trace(myDate); // return Thu May 1 18:31:07 GMT+0200 2014 myDate.setMonth(3); trace(myDate); // return Tue Apr 1 18:31:07 GMT+0200 2014 The returned month is f

RE: Flex on Windows 8

2014-03-25 Thread after24
Hello, I had the opportunity to test a large flex application on a surface 2 and I must say that I have been very surprised on how well it wor -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex-on-Windows-8-tp36321p36324.html Sent from the Apache Flex De

Re: Anyone experimenting a huge performance problem in flex MXML/AS3 editing in IntelliJ 13?

2014-02-01 Thread after24
I had not followed your link, I see that that this bug is fixed and will be released in version 13.0.3 next week. This is great news :-) Good week-end to everyone on the list. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Anyone-experimenting-a-huge-pe

Re: Anyone experimenting a huge performance problem in flex MXML/AS3 editing in IntelliJ 13?

2014-02-01 Thread after24
Hi Carlos, Same issue since version 13.0.2, autocompletion is now very very slow. Vincent. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Anyone-experimenting-a-huge-performance-problem-in-flex-MXML-AS3-editing-in-IntelliJ-13-tp34049p34356.html Sent from

Re: [ANNOUNCE] Welcome Maurice as the newest PMC member

2013-11-14 Thread After24
Congratulation Maurice ! this is well deserved. Vincent.

Re: fdb

2013-04-18 Thread After24
Hi, This is not a Flash Builder issue, it's related to your browser configuration. See : http://stackoverflow.com/questions/7478465/flash-builder-4-5-debugger-terminates-safari Vincent. Le 18/04/13 15:54, Harbs a écrit : FWIW, I've had problems in Flash Builder with Flash Debugger crashi

Re: Air 3.7 in Apache Flex

2013-03-22 Thread After24
Added my vote. Le 22/03/13 10:24, Markus Gritsch a écrit : me too, I don`t understand why they have to break compatibility in the first place? Does this mean an application developed with AIR 3.6 SDK can not run on an updated AIR Runtime 3.6 -> to 3.7 ??? Regards, Markus On Mar 22, 2013,