Re: [FlexJS] Popup

2017-02-05 Thread sankar
sankar wrote > I'm trying to update recent source from Apache repository. When trying to > build 'flex-asjs' source, I've turned to following error. Does anybody has > any inside how to overcome this? I able to overcome the above problem by updating other folders than 'flex-asjs' source. Thanks!

Re: [FlexJS] Popup

2017-02-05 Thread sankar
Hi, I'm trying to update recent source from Apache repository. When trying to build 'flex-asjs' source, I've turned to following error. Does anybody has any inside how to overcome this? > compile-js-swc: > [echo] Compiling target/MaterialDesignLiteJS.swc > [echo] FLEX_HOME: E:\ApacheFl

Re: [FlexJS] Popup

2017-01-20 Thread sankar
Hi Carlos, Yes, I've seen those style reference in pom.xml file. I was in need to run the project in an IDE, I made the modification in the template html file. Regarding the dialog polyfill style class insertion, I tried to omit those two style reference from the template file and run, that break

Re: [FlexJS] Popup

2017-01-20 Thread Carlos Rovira
Hi Sankar, for the first link notice the following lines in pom.xml in MDLExample indigo pink maven use this properties to configure this other one https://code.getmdl.io/1.3.0/material.${primary}-${accent}.min.css";> So you can change that properties to change the MDL colors

Re: [FlexJS] Popup

2017-01-20 Thread sankar
Hi Carlos, I manually edit/add the following lines in mdl-js-index-template.html file to make the example work running from an IDE. Maybe Ant build file adds those lines at runtime, but I didn't have newly added lines in template file: /Edited/ https://code.getmdl.io/1.3.0/material.indigo-pink.mi

Re: [FlexJS] Popup

2017-01-20 Thread Carlos Rovira
Hi Sankar, the excluded-defaut-css-files is setup cause be need to get rid of all the default styles we get from HTML.swc so we don't carry anything I think there's no more tricks that what is commented in this thread 2017-01-20 11:53 GMT+01:00 sankar : > piotrz wrote > > Are you using Flash

Re: [FlexJS] Popup

2017-01-20 Thread sankar
Now when I able to run the MDLExample project through Moonshine IDE with additional compiler arguments those were requires, I saw the wrapper HTML now taking it's template content from mdl-js-index-template.html file. But yet, it is not rendering expectedly, styles were broken. When I tried to co

Re: [FlexJS] Popup

2017-01-20 Thread sankar
piotrz wrote > Are you using Flash Builder with command line compilation ? You need to > add > > -compiler.exclude-defaults-css-files=HTML.swc:defaults.css > -html-template=${basedir}/src/main/resources/mdl-js-index-template.html Piotr, After your last comment to check build/pom.xml I noticed th

Re: [FlexJS] Popup

2017-01-20 Thread sankar
piotrz wrote > Are you using Flash Builder with command line compilation ? You need to > add > > -compiler.exclude-defaults-css-files=HTML.swc:defaults.css > -html-template=${basedir}/src/main/resources/mdl-js-index-template.html Piotr, After your previous comment to look into build.xml/pom.xml

Re: [FlexJS] Popup

2017-01-20 Thread piotrz
Santanau, Are you using Flash Builder with command line compilation ? You need to add -compiler.exclude-defaults-css-files=HTML.swc:defaults.css -html-template=${basedir}/src/main/resources/mdl-js-index-template.html Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message i

Re: [FlexJS] Popup

2017-01-20 Thread piotrz
You also need to use "mdl-js-index-template.html" as an template. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Popup-tp58435p58516.html Sent from the Apache Flex Development mailing list archi

Re: [FlexJS] Popup

2017-01-20 Thread sankar
piotrz wrote > In order to use MDL you have to use default template which contains links > to the JS code of MDL. This default template along with default css style > you can find in your downloaded FlexJS SDK folder: > "examples\flexjs\MDLExample\src\main\resources\". Hi Piotr, I'm already using

Re: [FlexJS] Popup

2017-01-20 Thread piotrz
Hi Santanau, In order to use MDL you have to use default template which contains links to the JS code of MDL. This default template along with default css style you can find in your downloaded FlexJS SDK folder: "examples\flexjs\MDLExample\src\main\resources\". Example of files for building you c

Re: [FlexJS] Popup

2017-01-19 Thread sankar
I just updated my local copy to latest compiler. When I tried testing the MDLExample, my HTML output seems messed-up. Here's the screenshot link:https://i.imgsafe.org/1bf652697c.png. It looks like styles not available. Here's the application file codes, and I had no error during compilation. I t

Re: [FlexJS] Popup

2017-01-19 Thread Carlos Rovira
Hi, IMHO, MDL is a good exercise that test FlexJS and what is capable, and put another facility to people coming to the technology. We could start doing Apps with FlexJS in MDL that looks pretty. That's a great goal. But in the other hand, for me is a step in the road, and we should pursue to cre

Re: [FlexJS] Popup

2017-01-19 Thread Alex Harui
On 1/19/17, 7:17 AM, "sankar" wrote: >Carlos Rovira-3 wrote >> Right, many of the MDL controls are extensions from the HTML ones. >>Others >> don't have counterpart. > >So as I see in MDL the UI components were complete re-work than what we >have >in HTML package of FlexJS. MDL has different co

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Carlos Rovira-3 wrote > Right, many of the MDL controls are extensions from the HTML ones. Others > don't have counterpart. So as I see in MDL the UI components were complete re-work than what we have in HTML package of FlexJS. MDL has different codes and approach to the problems. So I wonder a fe

Re: [FlexJS] Popup

2017-01-19 Thread yishayw
Regarding swf, I think it would be a good addition. For one thing, I still find the cycle of compilation and debugging much faster in swf. Also, having a version which does not depend on a 3rd party library will enable us to tweak things, such as when an (e.g. Slider) event is emitted. On the ot

Re: [FlexJS] Popup

2017-01-19 Thread Carlos Rovira
2017-01-19 12:24 GMT+01:00 sankar : > > I'm a little curious though, I see components were starting with namespace. Is the implementation is different than what we have in HTML > package in SDK source? > Right, many of the MDL controls are extensions from the HTML ones. Others don't have counte

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Carlos, sounds great! Thank you for this nice implementation! I shall update my local sources to give it a run. I think this implementation will answer many UI issues that we are aware in FlexJS framework. And this is more modernized UI than basic FlexJS styles. I'm a little curious though, I se

Re: [FlexJS] Popup

2017-01-19 Thread Carlos Rovira
Hi Sankar, mdl:Application was introduced yesterday about 12 hours ago. It should be in nightly, but the best way to get up to date code should be to run maven in your local machine to get the latest artifacts. btw, MDL swc and MDLExample will be part of 0.8.0. MDL is now feature complete, all co

Re: [FlexJS] Popup

2017-01-19 Thread sankar
I noticed that given example source application file was started with . But the running example to Apache server for MDL has it . So I downloaded the source of the project from http://apacheflexbuild.cloudapp.net:8080/job/MDLExample/lastSuccessfulBuild/artifact/examples/flexjs/MDLExample/. When

Re: [FlexJS] Popup

2017-01-19 Thread piotrz
What do you mean by messed up ? Can you post screenshot ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Popup-tp58435p58455.html Sent from the Apache Flex Development mailing list archive at N

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Hi Piotr, Thanks for the information. Anyway we're more interested to the HTML output :) But the HTML build is messed up UI and styles. I updated my FlexJS framework source sometime back and the examples were came within it. I'm not sure what goes wrong. Thanks! -- View this message in contex

Re: [FlexJS] Popup

2017-01-19 Thread piotrz
Sankar, MDL components implementations has only JS sight implemented. We did placeholders for swf. In other things you have to run only JS build. Visual Studio code allows you to debug runned JS. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://a

Re: [FlexJS] Popup

2017-01-19 Thread sankar
I'm having some trouble running the example, though. When I tried to run as swf, I followed by these errors: > TypeError: Error #1007: Instantiation attempted on a non-constructor. > at > org.apache.flex.core::SimpleCSSValuesImpl/generateCSSStyleDeclarations()[E:\DevareaLocal\ApacheFlexJSFra

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Aha! I just noticed it's already in FlexJS examples folder. It's nothing that is developing behind the curtain and still need to be available! I see it's the .css which suppose to make things difference. I'm trying to run the project in Moonshine now :) Thanks! -- View this message in context:

Re: [FlexJS] Popup

2017-01-19 Thread sankar
Carlos Rovira wrote > MDL Dialog does exactly that you can see that here: > http://s.apache.org/MDLExample These examples looks fantastic, Carlos! :D NOOB questions (since I'm not much aware of the development at mdl side), 1. I see mdl has a new xmlns in the given mxml files. Is is something goi

Re: [FlexJS] Popup

2017-01-19 Thread Carlos Rovira
Hi Sankar, MDL Dialog does exactly that you can see that here: http://s.apache.org/MDLExample Notice that: * Right now only works in Chrome, since we are looking on how to add the dialog-polyfill JS to work cross other browsers * I need to turn to Singlenton (I left it yesterday in the actual

Re: [FlexJS] PopUp implementation

2013-10-24 Thread Alex Harui
On 10/24/13 10:56 AM, "Sharma, Pratyoosh" wrote: > > >Tabcatcher is for catching the tab key & distributing focus to the popup >children rather than the background stuff, it's a more vanity thing but I >need it for something I am trying to do. OK, that's what I was going to guess. I would to s

RE: [FlexJS] PopUp implementation

2013-10-24 Thread Sharma, Pratyoosh
ing focus to the popup children rather than the background stuff, it's a more vanity thing but I need it for something I am trying to do. Thanks, Pratyoosh -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, October 24, 2013 12:26 PM To: dev@flex.apache.org

Re: [FlexJS] PopUp implementation

2013-10-24 Thread Alex Harui
;It would be great if this code atleast is added to some experimental >components folders until it can be refactored & standardized. > >I will most probably work on tabcatcher, tooltip & callout classes next... > > >Thanks, >Pratyoosh >-Original Message-

Re: [FlexJS] PopUp implementation

2013-10-24 Thread Peter Ent
it, Thoughts > >It would be great if this code atleast is added to some experimental >components folders until it can be refactored & standardized. > >I will most probably work on tabcatcher, tooltip & callout classes next... > > >Thanks, >Pratyoosh >-Origin

RE: [FlexJS] PopUp implementation

2013-10-24 Thread Sharma, Pratyoosh
standardized. I will most probably work on tabcatcher, tooltip & callout classes next... Thanks, Pratyoosh -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, October 24, 2013 1:56 AM To: dev@flex.apache.org Subject: Re: [FlexJS] PopUp implementation Hi Pratyoosh,

Re: [FlexJS] PopUp implementation

2013-10-23 Thread Alex Harui
Hi Pratyoosh, Thanks for attending the FlexJS Webinar. I'm not sure I addressed all of your questions so feel free to start discussion on the mailing list. Now that I'm done with the webinar I can continue this discussion. On 10/22/13 2:48 PM, "Sharma, Pratyoosh" wrote: >Thanks for your resp

RE: [FlexJS] PopUp implementation

2013-10-22 Thread Sharma, Pratyoosh
& ExtJS are good reference, I am tempted to choose subclassing but again I haven't though much of arguments against it. Thoughts Thanks, Pratyoosh -Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: Tuesday, October 22, 2013 10:34 AM To: dev@flex.apache.org S

Re: [FlexJS] PopUp implementation

2013-10-22 Thread Peter Ent
Yes, thanks Pratyoosh for looking into this and helping out! I could imagine someone wanting to make a custom pop-up by doing something like: Š (but maybe in ActionScript) so having popup-ability be a good would be a good thing. But a lot of controls wouldn't make sens

Re: [FlexJS] PopUp implementation

2013-10-21 Thread Alex Harui
Hi Pratyoosh, Thanks for working on this stuff, especially the modal and dragging beads. I got a chance to look through your popup class. It looks pretty good to me, especially for those who are used to the current Flex SDKs' PopUpManager. I did wonder whether PopUp should inherit from Panel.

Re: [FlexJS] PopUp implementation

2013-10-21 Thread Alex Harui
Hi Pratyoosh, I will take a look this evening. Thanks, -Alex On 10/21/13 1:46 PM, "Sharma, Pratyoosh" wrote: >Made updates for a popup implementation, it supports arbitrary popup >content similar to flex. > >Example >var demoPopUp:PopUp = >PopUp.createPopUp(PopupContent