Re: Update on Adobe Flash Player End of Support from Microsoft today

2020-09-04 Thread Flex Developer
uld be great if > Microsoft and Adobe published some FAQs on this... > > > > > > On Sat, Sep 5, 2020 at 10:10 AM Flex Developer < > shyamforf...@gmail.com> > wrote: > > > Hi All, > > > > I am not sure if anything has changed regarding Flash Player

Re: Update on Adobe Flash Player End of Support from Microsoft today

2020-09-04 Thread Flex Developer
> > Hi All, > > I am not sure if anything has changed regarding Flash Player. > > Wanted to clarify if Microsoft is saying that IE11 will still run Flash > Player post Dec 2020. > > Can anyone share their understanding from below blog post today from > Microsoft ? > > >

Re: Reg. FP-4198541 Win10 IE11 Version 26.0.0.151 crashes on openoing dialog (alert) boxes

2018-03-15 Thread Flex Developer
Hi Justin, Yes. I guess by default the modal overlay behind the Alert component has its modal-transparency-blur as a non zero value. Only when i set it to zero, i do not see anymore memory spikes/leaks whenever the Alert component is displayed. Thanks. On Thu, Mar 15, 2018 at 1:39 AM,

Re: Alert/PopUpManager background modal overlay memory leak

2018-03-14 Thread Flex Developer
; modal-transparency-blur: 0; } Thank you. On Tue, Mar 13, 2018 at 6:06 PM, Flex Developer <shyamforf...@gmail.com > wrote: > Hi All, > > When checking my application performance, I find that the Alert modal > overlay which is the the PopUpManager 's modal overlay is impacting

Re: Reg. FP-4198541 Win10 IE11 Version 26.0.0.151 crashes on openoing dialog (alert) boxes

2018-03-14 Thread Flex Developer
-transparency-blur: 0; } Thank you. On Tue, Mar 13, 2018 at 7:04 PM, Justin Mclean <justinmcl...@me.com> wrote: > Hi, > > > I m facing this use with Win 7 , IE11, FP 20.0 and Flex SDK 4.15. > > Can you reproduce the same issue with a later version of the Apach

Reg. FP-4198541 Win10 IE11 Version 26.0.0.151 crashes on openoing dialog (alert) boxes

2018-03-13 Thread Flex Developer
H All, Is Any anyone else facing this issue ? I m facing this use with Win 7 , IE11, FP 20.0 and Flex SDK 4.15. Plz share any recommended fixes/solution https://tracker.adobe.com/#/view/FP-4198541 Thanks.

Alert/PopUpManager background modal overlay memory leak

2018-03-13 Thread Flex Developer
-4198541 Flash Player crashes in IE 11 when Flex alert dialogs are thrown <https://forums.adobe.com/message/9760060#9760060>: https://forums.adobe.com/thread/2369514 PopUpManager.removePopUp() method cannot free up memory : <https://forums.adobe.com/message/3701#3701> https://forums.adob

How to use flexmojos "-advanced-telemetry" compiler option

2018-03-05 Thread Flex Developer
Hi All, As per below link look like support for the "-advanced-telemetry" compiler option has been added to Flex Mojos. Will be helpful if anyone can share the syntax snippet of how to add this in the maven POM.xml file https://flexmojos.atlassian.net/browse/FLEXMOJO

Re: Monster Debugger

2018-03-04 Thread Flex Developer
-installation-issue.html#sthash.BmoR9B8B.dpbs > > > Thanks, > Subodh > > On Mon, Mar 5, 2018 at 7:42 AM, Flex Developer < > shyamforf...@gmail.com> > wrote: > > > Hi, > > > > Tried downloading installers of Monster Debugger installer (various > > versi

Monster Debugger

2018-03-04 Thread Flex Developer
Hi, Tried downloading installers of Monster Debugger installer (various versions) from below links. However getting error with all "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."

Re: Wordpress XMLRPC and AS3

2017-03-18 Thread flex capacitor
...@gmail.com> wrote: > Thanks flex_capacitor! unfortunately I couldn't get it work. Do I need to > compile it as an air app or is it working in just swf? Somehow I couldn't > log in to create new posts. > > 2017-03-10 0:12 GMT+03:00 flex capacitor [via Apache Flex Users] &

Re: Wordpress XMLRPC and AS3

2017-03-09 Thread flex capacitor
I use this on some projects, https://github.com/monkeypunch3/flexcapacitor/blob/master/MainLibrary/src/com/flexcapacitor/services/WPService.as On Mar 3, 2017 1:37 PM, "sencer" <tufekcisen...@gmail.com> wrote: > I'm trying to post a message to wordpress blog in my flex projec

Re: Updating a Program

2017-02-05 Thread flex capacitor
hard is it to get an AIR app to update? And by update, I mean totally > replace the existing application with the new application, I am concerned > that it will just install a new application next to the existing > application > instead of replacing it. > > > > -- > Vi

ExternalInterface warning

2017-01-28 Thread flex capacitor
Is there any way to turn off the ExternalInterface message: WARNING: For content targeting Flash Player version 14 or higher, ExternalInterface escapes strings using JSON conventions. To maintain compatibility, content published to earlier Flash Player versions continues to use the legacy

Re: Scout - What does this mean?

2016-12-11 Thread flex capacitor
, Bilbos changes fixed it. On Dec 10, 2016 1:11 PM, "Nemi" <nemino...@gmail.com> wrote: > Did you find out what is making those many Errors? > > > > -- > View this message in context: http://apache-flex-users. > 246.n4.nabble.com/Scout-What-does-this-mean-tp14

Re: Event Fired When A Transition is Complete?

2016-11-25 Thread flex capacitor
t;transitionComplete" type of event available. I think there > is one available for view states, just not traditional states. > > > > -- > View this message in context: http://apache-flex-users.2 > 46.n4.nabble.com/Event-Fired-When-A-Transition-is-Complete-t > p1

Re: Event Fired When A Transition is Complete?

2016-11-23 Thread flex capacitor
call on itemrenderers to populate a list. I have looked > and looked, and I actually don't believe that there is an event for this. > I > found this JIRA from way back in 2007 and there seems to still be no > solution: > > https://issues.apache.org/jira/browse/FLEX-10947 > > H

Re: Scout - What does this mean?

2016-11-21 Thread flex capacitor
e two screen grabs > >showing the keyframe where the transition button was clicked, and these > >two > >images are part of the same keyframe showing the elements taking the most > >time right down to the itemrenderer, I just couldn't get them to fit on > >the > >scr

Re: Flex Mobile // Air // RichText-Component // Embedded Font not used

2016-06-17 Thread flex
false; } s|RichText { fontFamily: StandardFontAsCFF; fontLookup: embeddedCFF; } Kind regards Christian -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-Mobile-Air-RichText-Co mponent-Embedded-Font-not-used-tp12847.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: The future of Adobe AIR is right?

2015-07-26 Thread flex
on one another. So all of the things on the most cutting edge of html today, web components, es6, data binding, 3d context, CSS transitions and transformations etc, have always been available in Flex and Flash and rendered in a much better, more flexible, fully programmable pipeline that makes sense

Re: Flex/Flash Viable still?

2015-07-17 Thread flex
graphics software, animation tools, gaming platforms, etc. David -Original Message- From: douglowder dlow...@tpocc.org To: users@flex.apache.org Sent: Thu, 16 Jul 2015 6:22 PM Subject: Re: Flex/Flash Viable still? Oh my, that is brilliant. I eagerly await the writing of Thoughts on HTML5

Re: Flex/Flash Viable still?

2015-07-15 Thread flex
meant to try to replicate what Flex has always been able to do. I follow this community closely and participate because I have always loved doing work in the platform because there is just so much there and it is so capable. That's really why there are security updates every few months, because

Re: Flex/Flash Viable still?

2015-07-15 Thread flex
on too. Since we are talking about wish lists here :) I also remember a tool called Flash catalyst that could convert vectors into Flex components that was pretty incredible so it would be nice to get that back too. David -Original Message- From: Matthew Weir mattcomm

RE: Flex/Flash Viable still?

2015-07-15 Thread flex
I actually don't even use Firefox anymore, which is too bad since it was the original browser I used to debug because of the firebug, gasp, plugin! David -Original Message- From: Saul DIaz cripito...@gmail.com To: users@flex.apache.org Sent: Wed, 15 Jul 2015 9:29 AM Subject: RE: Flex

Re: straw poll - which platform do you publish to?

2014-09-17 Thread flex
applications. David -Original Message- From: Subscriptions subscripti...@leeburrows.com To: Apache Flex User Mailing List users@flex.apache.org Sent: Wed, 17 Sep 2014 8:20 AM Subject: Re: straw poll - which platform do you publish to? Thank you everyone, A rough check of the results shows

Re: Anyone migrated/ing from FlashBuilder to IntelliJ IDEA?

2014-07-15 Thread flex
To: users@flex.apache.org Subject: Re: Anyone migrated/ing from FlashBuilder to IntelliJ IDEA? Maybe anyone knows a way to debug flex application in IntelliJ on Linux (Ubuntu)? Would be extremely helpful On 15 July 2014 23:39, Chris Martin windo...@gmail.com wrote: Wow, thanks for that. I

Re: How to display HTML Content in Flex?

2014-05-27 Thread flex
numbing. David -Original Message- From: agm65 agm65maver...@gmx.de To: users@flex.apache.org Sent: Mon, 26 May 2014 1:48 PM Subject: Re: How to display HTML Content in Flex? Hello Andrew, tanks for the answer i hope i'll help me. -- View this message in context: http://apache

Re: Flex Dashboard Application

2014-05-22 Thread flex
Message- From: Alain Ekambi jazzmatad...@gmail.com To: users@flex.apache.org users@flex.apache.org Sent: Thu, 22 May 2014 3:52 PM Subject: Re: Flex Dashboard Application We have something similiar. http://flex4j.appspot.com/ Unfortunately it s not done in ActionScript but in Java. But we must have

Re: Is it possible to create a apache flex vertical website which scrolls like a regular website

2014-04-18 Thread flex
You could always just have the flex app position absolutely to the screen size and map it to a larger HTML page with scrollbar underneath it. Then capture the scroll wheel event and scroll the HTML page via external interface while scrolling the content within the flash frame. Seems kind

RE: Coding a better flex mobile app

2014-04-02 Thread flex
itself is great because it makes things easier and faster for development and control over the runtime. David -Original Message- From: OmPrakash Muppirala bigosma...@gmail.com To: users@flex.apache.org Sent: Wed, 02 Apr 2014 9:51 AM Subject: RE: Coding a better flex mobile app Just

Re: Ahhh Adobe...

2014-03-27 Thread flex
It seems to me that they got strong armed into it. I think though that if they were smart they'd continue to support both platforms especially given the differences. For those who have used both I think is where the opinions on better originate from. I've always preferred the way graphics and

Re: Ahhh Adobe...

2014-03-27 Thread flex
be confusing. The other thing is that JavaScript can exist in numerous places within a single page and injected and so forth. It's somewhat similar to the earlier versions of flash where you had scripts all spread out over a timeline with lots of animations and etc. Flex is much different than

Re: Android tablet performance recommendations

2014-03-04 Thread flex
Tab 2 or Note 2 that might work too. They still work great with my Apache Flex apps. Thanks, Om http://www.amazon.com/gp/product/B00BHJRYYS/ref=fs_ta On Tue, Mar 4, 2014 at 4:35 PM, Alex Harui aha...@adobe.com wrote: Have you run the profiler to see if you can speed up your app? On 3/4/14

Re: question about the flex installer

2013-08-13 Thread flex
the latest version now that there is automatic updating of flash player and inclusion of the plugin in modern browsers by default. -Original Message- From: maven apache apachemav...@gmail.com To: users@flex.apache.org Sent: Tue, 13 Aug 2013 9:14 PM Subject: question about the flex

4.10 working great

2013-08-10 Thread flex
I updated a personal project to the latest new release for a TabbedViewNavigatorApplication. Everything is working great straight out of the box. My application actually seems to be performing better as well. Thanks everyone! David Original message From: Alex Harui