[FalconJX] extern issue?

2017-02-25 Thread Harbs
I have the following in an extern: /** * Convert the given text to a list of Glyph objects. * Note that there is no strict one-to-one mapping between characters and * glyphs, so the list of returned glyphs can be larger or smaller than the * length of the given string. * @param {string} s *

Re: [FlexJS] Horizontal list missing scrollbar

2017-02-25 Thread Alex Harui
On 2/25/17, 8:52 PM, "Justin Mclean" wrote: >Hi, > >Is there anyway to make horizontal and vertical scrollbars allways show? >A overflow:scroll should do it but it looks like you can’t directly apply >styles to the container (positioner?) that has the scroll bars. Adding >this style to the cont

Re: [FlexJS][SpriteFlexJS][Maven] Trying to write some example with FlexJS and SpriteFlexJS

2017-02-25 Thread Alex Harui
On 2/25/17, 9:10 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >> >>a) In. SpriteFlexjsMain.base.js. >. >>goog.inherits(SpriteFlexjsMain, >> flash.display.Sprite); <-- ReferenceError: Can't find >> variable: flash >> >> >>b) In EventDispatcher.js

Re: [FlexJS] Horizontal list missing scrollbar

2017-02-25 Thread Justin Mclean
Hi, Is there anyway to make horizontal and vertical scrollbars allways show? A overflow:scroll should do it but it looks like you can’t directly apply styles to the container (positioner?) that has the scroll bars. Adding this style to the container that has the scrolled content has no effect.

Re: [FlexJS][SpriteFlexJS][Maven] Trying to write some example with FlexJS and SpriteFlexJS

2017-02-25 Thread Carlos Rovira
Hi, could someone take a look to this? thanks 2017-02-24 12:03 GMT+01:00 Carlos Rovira : > Hi, > > I created a test project with FlexJS and SpriteFlexJS. I use MDL for > structure the example equally as I did before with MDLExample. > > It's here: https://github.com/carlosrovira/sprite-flexjs-exa

Re: [FlexJS]Layout redux

2017-02-25 Thread Alex Harui
On 2/25/17, 6:33 AM, "Peter Ent" wrote: >Maybe we need a big refactor. Things like effects are pretty advanced and >maybe they should get coupled with more advanced/complex layouts that are >in a different package than HTML. Well, I don't know how to define "big", but we do need to get it righ

Re: [FlexJS]Layout redux

2017-02-25 Thread Peter Ent
Maybe we need a big refactor. Things like effects are pretty advanced and maybe they should get coupled with more advanced/complex layouts that are in a different package than HTML. The basic packages could be simpler layouts that do minimal settings. The HTML package could be JS only and just

Re: Loading external API in flex application

2017-02-25 Thread Pawan Yadav
trying to load the apiplayer and getting error in loader.content loader = new Loader(); loader.contentLoaderInfo.addEventListener(Event.INIT, onLoaderInit); loader.load(new URLRequest("http://www.youtube.com/apiplayer?version=3";)); ᐧ Best Regards Pawan On Fri, Feb 24, 2017 at 8:29 PM, Harbs

[4.16.0] # Apache Flex SDK 4.16.0 nightly build 241: Successful

2017-02-25 Thread flex . ci . builds
flex-sdk_release-candidate - Build #241 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/241/.

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-25 Thread piotrz
Hi Chris, Did you have a chance to look into that? Cause I was trying to use COMPILE::JS in my app and it's failed. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-COMPILE-SWF-and-COMPIL