Re: FlexJS - How to use MDL?

2017-02-06 Thread piotrz
Hi Leo, It looks like FDT Team fixed issue :) -> http://bugs.powerflasher.com/jira/browse/FDT-3716 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14623.html Sent from the

Re: FlexJS - How to use MDL?

2017-01-20 Thread piotrz
Thanks Leo for reporting. I've helped them a bit in the jira comments and it seems that will be fixed in the next release. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS - How to use MDL?

2017-01-19 Thread piotrz
Leo, I think you should also add in description stack trace from your problem. I just voted for it :) Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14542.html Sent

Re: FlexJS - How to use MDL?

2017-01-19 Thread leokan23
Hi, i have filed the bug [1], so please take some time voting so they can fix it :) [1] http://bugs.powerflasher.com/jira/browse/FDT-3716 -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14540.html Sent from the Apache Flex Users

Re: FlexJS - How to use MDL?

2017-01-18 Thread piotrz
Leo, I'm getting same issue as you in FDT. Maybe you should file a bug for them [1] [1] http://bugs.powerflasher.com/jira/secure/Dashboard.jspa Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS - How to use MDL?

2017-01-18 Thread piotrz
Hi Leo, I will give a shot and try today FDT. I will create new project with MDL and see whether I also get same results. In the mean time try to other options regarding build and IDE. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS - How to use MDL?

2017-01-18 Thread leokan23
Hi Alex, i tried your suggestions but i still get the same error: -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14515.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS - How to use MDL?

2017-01-17 Thread Alex Harui
Hi, When you say "compiling" do you mean compiling to SWF or cross-compiling to JS? If the latter, for MDL, you may need to add the options: -compiler.exclude-defaults-css-files=HTML.swc:defaults.css -html-template=${basedir}/src/main/resources/mdl-js-index-template.html Where ${basedir} is

Re: FlexJS - How to use MDL?

2017-01-17 Thread leokan23
Hi, so i have been playing with flexjs and different IDEs (i am trying to figure out which is the best overall). Here are the results: In FDT, i added the missing swc, and now the mdl components appear. However when i try to build-debug, i get a general error that the build failed. This

Re: FlexJS - How to use MDL?

2017-01-15 Thread Alex Harui
On 1/15/17, 5:02 AM, "leokan23" wrote: >Hi, > >after adding the mdl swc on my project, the build fails. This happens in >FDT, i will try in other ides too but keep that in mind. What error are you getting? > >I also have a maybe, stupid question. I am using the flex

Re: FlexJS - How to use MDL?

2017-01-15 Thread piotrz
Hi Leo, That's why I recommend you use Maven which is independent from IDE. You will coding in IDE, build by Maven and run. If you wanna stick with building in FDT post here your stack trace, but I think it will end up with notifying FDT team. In Installer you have the nevest version of build.

Re: FlexJS - How to use MDL?

2017-01-15 Thread leokan23
Hi, after adding the mdl swc on my project, the build fails. This happens in FDT, i will try in other ides too but keep that in mind. I also have a maybe, stupid question. I am using the flex installer to download the sdk. Is the nightly version always updated there? -- View this message in

Re: FlexJS - How to use MDL?

2017-01-13 Thread piotrz
Hi Leo, My fixes related to your problem are finally in the latest FlexJS nightly build. Once you take it you will see all library in your IDE. In this build Carlos started to work on adding support for Tables [1] component. You can check how it looks in our example app [2] Tables tab. [1]

Re: FlexJS - How to use MDL?

2017-01-13 Thread Josh Tynjala
You can also simply open the web browser's built in debugging tools if your IDE doesn't support debugging. Browsers like Chrome and Firefox understand source maps too, so you'll see the original ActionScript. I wrote a couple of tutorials:

Re: FlexJS - How to use MDL?

2017-01-13 Thread piotrz
Looking forward to your progress! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14486.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS - How to use MDL?

2017-01-13 Thread leokan23
I will be starting with the UI part, so debugging isn't too much trouble for now. I can always use another IDE. My main IDE for Flex (AIR) is Flash Builder and I just started with FDT for flexjs and because FB crashes all the time . -- View this message in context:

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Hi Leo, It just came up to my mind, that if you use FTD and Material Design Library you probably won't be able to Fully debug your application. If I ready correctly support debugging at some point only on SWF sight without to much care about JS. We did in MDL lib only JS sigh - It means that if

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Leo, I just pushed fix for issue with MDL library, now it should be visible in FDT as default. Build server now is stuck for some reason, but once it get back nightly build will have it. I will let you know! Do not hesitate to share with us your feedback how is going with setup and your

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Leo, I was able to find what has happened in FDT, but don't know the root cause. Please go to "Preferences" (of your project) -> "Build Path" -> "SDK Library" Tab - Choose there "SelectSWCs..." option. - Select all library which are not selected. Now you will be able to use MDL.

Re: FlexJS - How to use MDL?

2017-01-12 Thread OmPrakash Muppirala
On Thu, Jan 12, 2017 at 10:27 AM, leokan23 wrote: > Hi, > > 1st thanks for making this happen. I love flex and i want to be able to use > it in the web again. I am on FDT because it integrates flexjs perfectly and > i have already seen the examples and i am on the latest dev

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Wow Cool about your app! I will try to use FDT, but I cannot promise that I will fully help you with this IDE. But I can provide you some tips how to use Intellij + MAVEN for building FlexJS application on Windows. I'm using Intellij, but this IDE is not free and community version is not

Re: FlexJS - How to use MDL?

2017-01-12 Thread leokan23
Hi, 1st thanks for making this happen. I love flex and i want to be able to use it in the web again. I am on FDT because it integrates flexjs perfectly and i have already seen the examples and i am on the latest dev version from the installger 0.0.8. I am not sure about Maven. My goal is to

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
What IDE are you using ? - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14469.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Of course It has to be nightly build of FlexJS. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14467.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
I'm working on changing these MDLExample application in order to have presentation snippet of code similar to this one [1] [1] https://getmdl.io/components/index.html#buttons-section Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS - How to use MDL?

2017-01-12 Thread piotrz
Hi Leo, Really glad that you are trying to use! :) You should see in downloaded FlexJS SDK library MaterialDesignLite.swc - Can you see it ? Are you going to build your project by Maven ? You can find examples in following "/examples/flexjs/MDLExample/". Code is also available on public