[FalconJX] org.json dependency

2017-02-19 Thread Alex Harui
Hi, Does anybody know why there is a dependency on org.json in the compiler-jx project? I just removed the jar and it seemed to build and an example app compiled. The ASF has ruled that future releases must not use org.json so I'm trying to find out what we use it for so we can find a replacemen

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread piotrz
Sankar, In case of adding Tab in TabBar I've already commit fix which prepare this component for adding Tabs. Unfortunately I need also fix this jira with dynamic child problem, cause once you add tab dynamically it stopped working. If you wanna try my fix you need to add to your css [1] and use

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread sankar
piotrz wrote > Deeper investigation points me to componentHandler.register method - It > looks like created component need to be registered and maybe than > upgradeElement method will work. > > Method register take: > > /** > * Describes the type of a registered component type managed by > * co

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

Re: [FlexJS Summit] Preparing the schedule

2017-02-19 Thread justin
HI, > Plus a 100x100 photo of yourself for the web site please. I’m missing that > from everyone. The default image will be this if you don’t send me a picture :-) https://www.google.com.au/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=nick+nolte+mug+shot

Re: [Flex JS] multiple views?

2017-02-19 Thread Justin Mclean
HI, > The compiler should, however, report an error when two or more values are > assigned to a property that doesn't accept it, so please file a bug for > that. Raised https://issues.apache.org/jira/browse/FLEX-35273 Thanks, Justin

Re: [FlexJS] SimpleCSSStyles backgroundAlpha not working on JS

2017-02-19 Thread justin
HI, Raised https://issues.apache.org/jira/browse/FLEX-35272 for this issue. Justin

Re: [Flex JS] Padding not working as expected

2017-02-19 Thread justin
Hi, Raised https://issues.apache.org/jira/browse/FLEX-35274 for this issue. Justin

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread piotrz
Hi Om, Thank you. I will give a try tomorrow and let you know! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Dynamic-Child-Problem-tp59595p59662.html Sent from the Apache Flex Development

Re: [Flex JS] Padding not working as expected

2017-02-19 Thread justin
Hi, > One alternative is to wrap a component in 4 boxes to simulate the padding but > that’s going to up your box/nest count really fast even for simple designs. JFYI another (less heavy handed but still heavy IMO) alternative is to wrap the component that required padding in a single container

Re: [FlexJS] SimpleCSSStyles backgroundAlpha not working on JS

2017-02-19 Thread Justin Mclean
Hi, > I'm not surprised that RGBA has bugs, so please fix if you know how. Once I work out a workflow to change then the SDK I’ll give it a go. It looks like there’s some caching of framework files going on. > One thing I learned about #RRGGBBAA is that regular Flex didn't support > #RGB so k

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread OmPrakash Muppirala
Piotr, I ran into this codepen from one of the issues in MDLs github http://codepen.io/anon/pen/BNOVvw Is that what we need to here? Thanks, Om On Feb 19, 2017 7:47 AM, "piotrz" wrote: > Alex, > > Actually this code which I'm showing in the links is something which I > wanted to achieve and

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread piotrz
Alex, Actually this code which I'm showing in the links is something which I wanted to achieve and should work. Maybe someone have more knowledge about MDL, but I'm looking into MDL code it's pointing me nowhere. I will wait a bit if no one help me here I will try to on stackoverflow. Piotr -

Re: [FlexJS] SimpleCSSStyles backgroundAlpha not working on JS

2017-02-19 Thread Alex Harui
I'm not surprised that RGBA has bugs, so please fix if you know how. One thing I learned about #RRGGBBAA is that regular Flex didn't support #RGB so keep in mind that you can specify #ff as #fff Thanks, -Alex On 2/18/17, 7:03 PM, "Justin Mclean" wrote: >Hi, > >Looking deeper into this issu

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread Alex Harui
FWIW, one approach Peter and I often take is to start with the HTML that you want to change, then write some JS to make it work. That way, no Flex code is getting in your way. As Adobe employees we get to use Dreamweaver for free so we use that, but I'm sure any other HTML/JS editor will work, ev

Re: [Flex JS] multiple views?

2017-02-19 Thread Alex Harui
On 2/18/17, 11:43 PM, "Harbs" wrote: >I think the idea was to swap out the view in initialView at runtime, but >multiple children of initialView is not supported. > >I don’t know that swapping views was ever tested though. Like everything else, even Application is PAYG. Most apps I've seen ha

Re: [FlexJS][AMF] branch feature/amf - Starting the effort!! (Special Thanks to PKumar!)

2017-02-19 Thread PKumar
Carlos, for testing, you can commented out the reflection API related code. just dispatch the result event. Reflection code i used for mapping the Object to a particular class object as we do with registerClassAlias in regular flex sdk. I am also struggling with Reflection API and do not know ,h

[Flex] Building iOS

2017-02-19 Thread Christofer Dutz
Hi, I’m currently working on Flexmojos and the Mavenizer to finally build valid iOS packages. Flexmojos was producing IPA files for quite some time now, but the files weren’t runnable. When comparing the not working versions Flexmojos produces with the working ones IntelliJ produces, I noticed

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread piotrz
Deeper investigation points me to componentHandler.register method - It looks like created component need to be registered and maybe than upgradeElement method will work. Method register take: /** * Describes the type of a registered component type managed by * componentHandler. Provided for be

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread piotrz
I was able to achieve adding element dynamically but upgradeElement is still not working. Updated app [1] [1] https://1drv.ms/u/s!ApVpLyjpHDC2zD1d1zd9PuXtmwmG Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabbl

[FlexJS] Adding a Package Dependency

2017-02-19 Thread yishayw
Hi All, When adding a new package dependency you need to add that to compile-as-config.xml, otherwise the Ant build may fail. See commit 3dacee673d13e852864bba4d5988c63b7b55507e. Thanks. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Adding-a-Pack

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-19 Thread piotrz
Hi Josh, Thank you for pointing me to these methods. Unfortunately it is not working for me. I reached the point where I'm able to create dynamically component in FlexJS, but upgradeElement cannot find it and upgrade properly. I decided to create simple pure MDL application [1] where I'm doing s