Re: Adobe has announced the end-of-life of the Flash Player

2017-08-14 Thread flex capacitor
Microsoft, Google and Firefox have all explicitly disabled FP in the browser and then faced backlash from users and then they reenabled it. Remember Microsoft's exclusion list? We read tech blogs and have heard the news but the average user isn't paying attention or they'll be distracted around 202

Getting the DefaultProperty metadata

2016-12-03 Thread flex capacitor
I've been trying to get the DefaultProperty metadata that's set on some components and I can't find it anywhere. I'm using the following call to get the describeType XML: var describedTypeRecord:DescribeTypeCacheRecord = mx.utils.DescribeTypeCache.describeType(BorderContainer);var typeDescription:

Re: Getting the DefaultProperty metadata

2016-12-03 Thread flex capacitor
Nevermind. I was checking BorderContainer but it was defined on a SkinnableContainer: On Sat, Dec 3, 2016 at 8:22 AM, flex capacitor wrote: > I've been trying to get the DefaultProperty metadata that's set on some > components and I can't find it an

Flex as an operating system

2016-12-08 Thread flex capacitor
Was Flex going to be an operating system at some point? The way it's setup allows you to load multiple applications into a system manager. Each of those applications can be moved and sized. Pop ups appear over all of them and they each have their own invalidation cycle. Was there ever a plan for Fl

Re: [FlexJS] get rid of inline styles (was Re: [FlexJS]Layout problems)

2016-12-10 Thread flex capacitor
In Radiate I convert Flex UIComponents to HTML components and had this problem. I made an option to allow styles to be defined inline or in a style sheet. If the option was stylesheet then if the component had an id the styles were declared by id. This included position, size, etc: #myLabel {

How to register a list of classes to be able to parse an MXML document that uses namespaces

2016-12-17 Thread flex capacitor
I'm parsing an MXML document and then creating the elements. This would allow me to show a live preview of an MXML document at runtime. So far what I have is based using my own XML document that has a list of components in where the node name was a one to one match with a qualified class name.

Converting JavaScript libraries to AS3

2016-12-20 Thread flex capacitor
There's a few large libraries out there that are written in JavaScript. I've been working with them and am disappointed it's not AS3 for obvious reasons. Since the community has been working on cross compiling AS3 to JS is there any work on taking a JavaScript library and parsing it into a AS3 clas

Number of operations per function

2016-12-22 Thread flex capacitor
I have a case where I can write a function a few different ways and since Flash Player doesn't provide a microtime only getTimer() I'm trying to find a way to get the number of operations that are occurring in each different method. For example, I have 3 different ways to get the results I want f

Re: Number of operations per function

2016-12-23 Thread flex capacitor
heers > > > Le 22/12/2016 à 22:20, flex capacitor a écrit : > >> I have a case where I can write a function a few different ways and since >> Flash Player doesn't provide a microtime only getTimer() I'm trying to >> find >> a way to get the number of

Re: [FlexJS] How to add html content?

2017-01-03 Thread flex capacitor
I have a few thoughts on that. I need a component like this in the past for the times I had separate HTML content already created but needed to be integrated into a Flex JS app. I would suggest a contentBefore, contentAfter and contentOverride properties maybe as a bead or a full separate component

MXML Azzurro

2017-02-12 Thread flex capacitor
I just wanted to make the community aware of the project MXML Azzurro . It's an online MXML editor, interpreter and render that you can use to create and post MXML snippets. Why do this? - So Flex developers can see MXML code rendered live without installing a

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
t; > > > What would be involved in getting it to work with FlexJS MXML? > > > > Harbs > > > > > On Feb 12, 2017, at 11:14 PM, flex capacitor > > wrote: > > > > > > I just wanted to make the community aware of the project MXML Azzurro >

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
/mxml/srcview/index.html>. There are areas that need refactored and performance would probably increase 10 fold. On Mon, Feb 13, 2017 at 10:47 AM, Alex Harui wrote: > > > On 2/13/17, 5:20 AM, "flex capacitor" wrote: > > >Thanks. I'm not sure but it would pr

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
Hi Olaf, I'll check it out. I'll have to find a Windows 7 IE 11 VM. In the mean time can you check if there any errors in the browser console? On Mon, Feb 13, 2017 at 7:31 AM, OK wrote: > Cool, thanks for working on this! > > It seems to me that the mxml editor at the bottom is not working under

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
t know how this is possible but it's working in those browsers. I know gpu and direct were added at some point. I'm currently not setting it to anything. IE uses ActiveX so maybe it still needs to be set to opaque or transparent. On Mon, Feb 13, 2017 at 4:20 PM, flex capacitor wrote: >

Re: flexjs and flashdevelop

2017-02-16 Thread flex capacitor
Good job! On Mon, Feb 13, 2017 at 10:21 PM, lizhi wrote: > https://github.com/matrix3d/spriteflexjs/wiki/flashdevelop > > > > - > spriteflexjs.com > -- > View this message in context: http://apache-flex- > development.247.n4.nabble.com/flexjs-and-flashdevelop-tp59364.html > Sent from the

Re: TLF, problem with the delay of updates

2017-02-19 Thread flex capacitor
It is not clear what you are asking but if you have images in your text flow they do not display right away. There are various status events that you can listen for to see when an image has loaded. After that you can call updateAllControllers and it will move the text to the new line. The RichEdit