Re: [FlexJS, MDL] SnackbarModel and events

2016-12-28 Thread piotrz
Carlos, I've reviewed your changes. At the end of change your controller dispatch FlexJS event through host. Probably in case of my model it will also work if I take "strand" and dispatch through it event, but I'm trying to understand why events from my model wasn't handl by Snackbar. Even if thi

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

2016-12-28 Thread flex . ci . builds
flex-sdk_release-candidate - Build #183 - 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/183/.

AW: How to put an example online

2016-12-28 Thread Christofer Dutz
If it's part of the flexjs framework examples. Have you simply tried referencing the latest successful build on the asf Jenkins? That should work. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Carlos Rovira Datum: 29.12.16 00:33 (GMT+01:

How to put an example online

2016-12-28 Thread Carlos Rovira
Hi, I saw Alex and Peter put some examples built online and would like to do the same to test it in different devices, mobile, tablet... Is there some walkthrough on how to do this? If not hope you guys could give some steps to do it myself Thanks! -- Carlos Rovira http://about.me/carlosrovira

Re: [FlexJS, MDL] SnackbarModel and events

2016-12-28 Thread piotrz
I'm not sure if that's the solution in my case. "action" is just the name of the event - I could change it to "snackbarAction". I see that models in FlexJS dispatches events and View can handle it without the problems. I don't have specific View like ComboBoxView, but I wanted to my Snackbar clas

Re: [FlexJS, MDL] SnackbarModel and events

2016-12-28 Thread Carlos Rovira
Hi Piotr, finaly got Slider change event working and setup its own page in MDLExample to showcase it working in various cases. I think there's as well other event (input) to be introduced in slider, and we should see concrete events working in MDL to wire it through FlexJS events. Another way co

Re: [FlexJS] Using Maven with Flash Builder

2016-12-28 Thread Carlos Rovira
Hi Alex, FWIK, Maven support for eclipse was never working for Flex, that was the main reason at Codeoscopic we changed from FB to IntelliJ IDEA that had full maven support. I suppose that due to the deprecated state of FB since 6-7 years from now, the situation right now must be critical for that

Re: [FlexJS] Using Maven with Flash Builder

2016-12-28 Thread Alex Harui
Like Carlos, when I'm doing Maven builds I only use my IDE (Flash Builder) as a code editor and build from the command line. If you are interested in exploring Maven and Flash Builder further, feel free to do so. Flash Builder is based on Eclipse and I believe the version of Eclipse bundled with

Re: [FlexJS] Using Maven with Flash Builder

2016-12-28 Thread Carlos Rovira
Hi Yishaw, great you upload to the maven train ;) > 1) Build a Flash Builder (e.g. DataBindingExample) project with maven, JS > version. > I can't help you here since I'm not using FB for several years now since it's a deprecated IDE no longer maintained for Adobe. I recommend you to go with V

Re: [FlexJS, MDL] SnackbarModel and events

2016-12-28 Thread Carlos Rovira
Hi Piotr, I get finaly valueChange to work localy. I didn't upload yet since Other things was failing at the moment. basicaly in MDL Slider Controller I have: goog.events.listen(UIBase(_strand).element, "change", handleTrackClick, false, this); the change event comes from here: https://google.gi

[FlexJS] Using Maven with Flash Builder

2016-12-28 Thread yishayw
I got the framework built using maven. The wiki [1] page was very helpful. My next steps are to achieve the workflow I used with Ant. Basically I need help to do the following: 1) Build a Flash Builder (e.g. DataBindingExample) project with maven, JS version. 2) Ditto with the flash version. 3) Ma

[FlexJS, MDL] SnackbarModel and events

2016-12-28 Thread piotrz
Hi Carlos, I've created SnackbarModel which dispatch one event in response of user's action. Snackbar component is using this Model. Snackbar expose this event: [Event(name="action", type="org.apache.flex.events.Event")] Unfortunately for some reason when I'm using Snackbar component in MDLExa

Re: [FlexJS] Nightly build 0.8.0 Ant build failed

2016-12-28 Thread sankar
It didn't worked for me updating only 'flex-falcon' and 'flex-typedefs' - they bring other Ant file errors. Finally I able to do a successful build after deleting everything and checkout fresh copy of 'flex-asjs' and run it's Ant files. -- View this message in context: http://apache-flex-devel

Re: [FlexJS] Maven Problem

2016-12-28 Thread yishayw
Tried it again with the -U flag and now it works. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Problem-tp57604p57609.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: how debug release ,with source map?

2016-12-28 Thread lizhi
the log Installer version 3.2.0 (windows) Using Locale: zh_CN 已从 CGI 取得 SDK 的镜像下载 URL 地址. SDK version Apache FlexJS Nightly AIR version 23.0 Flash Player version 23.0 正在创建 Apache FlexJS 主目录 正在创建临时目录 正在下载 Apache FlexJS:http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artif

the apache flex sdk installer,catch not work

2016-12-28 Thread lizhi
- spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/the-apache-flex-sdk-installer-catch-not-work-tp57607.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

how debug release ,with source map?

2016-12-28 Thread lizhi
i get the error url with source map? file://d? http://localhost:2000/bin/js-release/D:/sdk/flexjs/js/lib/google/closure-library/closure/goog/base.js - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-debug-release-with-source-map-

Re: [FlexJS] Nightly build 0.8.0 Ant build failed

2016-12-28 Thread sankar
I checkout fresh copy of flex-typedefs from: https://github.com/apache/flex-typedefs. Upon building I hit by following error: > BUILD FAILED > E:\ApacheFlexJSFrameworkSource\source\flex-typedefs\build.xml:52: T > he following error occurred while executing this line: > E:\ApacheFlexJSFrameworkSou

[FlexJS] Maven Problem

2016-12-28 Thread yishayw
[ERROR] Failed to execute goal on project distribution: Could not resolve dependencies for project org.apache.flex.flexjs.framework:distribution:pom:0.8.0-SNAPSHOT: Could not find artifact com.adobe.air.runtime:air-runtime:zip:20.0 in apache-release(https://repository.apache.org/content/repositorie