Re: [FlexJS] - Is FlexJS ready for production?

2017-02-09 Thread OmPrakash Muppirala
On Feb 9, 2017 8:15 AM, "Alex Harui" wrote: On 2/9/17, 12:58 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >I think it would be great to refactor ir and bring it here.

Re: [FlexJS] Image source vs src vs url

2017-02-08 Thread OmPrakash Muppirala
In HTML/JS world, src is used on the HTML img tag. The same can be done in CSS where you need to use url. In our world, I prefer src as people might be more familiar with that. Thanks, Om On Wed, Feb 8, 2017 at 11:48 AM, Peter Ent wrote: > Would you prefer it to be url? I am

Re: Yeoman

2017-02-07 Thread OmPrakash Muppirala
an mxmlc operation. Thanks, Om > > Thanks > > 2017-02-07 21:14 GMT+01:00 OmPrakash Muppirala <bigosma...@gmail.com>: > > > On top of that, I was considering adding a file watcher and recompile the > > flex app as user types/saves. This will re-trigger a compilation and

Re: Yeoman

2017-02-07 Thread OmPrakash Muppirala
Yes, one of the things I wanted to do was: add support for 'yo flexjs'. It would set up the FlexJS SDK and create a simple app that folks can compile and run right away. Hopefully with Grunt or gulp integration. Folks are free to work on it before I get to it. Thanks, Om On Tue, Feb 7, 2017

Re: [ApacheCon] Let's make it happen :-)

2017-02-03 Thread OmPrakash Muppirala
Got it. Will send an update in a few hours. Thanks, Om On Fri, Feb 3, 2017 at 3:23 PM, Justin Mclean wrote: > Hi, > > > I waited for 30 minutes and tested. I am not able to reach the site on > my > > work browser. > > Not sure what that’s about but perhaps your DNS

Re: [ApacheCon] Let's make it happen :-)

2017-02-03 Thread OmPrakash Muppirala
Website now opens fine on my mobile device. I'm guessing the work network will take a while for a DNS refresh. Thanks, Om On Fri, Feb 3, 2017 at 3:09 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Thanks much for setting it up! > > I waited for 30 minutes and tested.

Re: [ApacheCon] Let's make it happen :-)

2017-02-03 Thread OmPrakash Muppirala
Thanks much for setting it up! I waited for 30 minutes and tested. I am not able to reach the site on my work browser. And mobile (4G connection), I am seeing this: https://snag.gy/fKn4oT.jpg On Fri, Feb 3, 2017 at 2:35 PM, Justin Mclean wrote: > HI, > > > Any

Re: [ApacheCon] Let's make it happen :-)

2017-02-03 Thread OmPrakash Muppirala
Justin, Any chance you can turn on https for the flexjs conference website? It seems to be blocked internally in my company. Usually https versions of sites work. I'm guessing other companies might have such policies as well. Thanks, Om On Fri, Feb 3, 2017 at 1:53 PM, Justin Mclean

Re: [FlexJS] ... Step by step ... uuuuh baby ...

2017-01-28 Thread OmPrakash Muppirala
On Jan 28, 2017 8:16 AM, "piotrz" wrote: Sad news :( If I could only know Java etc. :/ It look like we just get lost with Intellij support. Time to try more VS Code... :( Maybe I am missing something. I am able to work perfectly fine with FlexJS in IntelliJ with

Re: [DISCUSS] Have a Flex project summit at ApacheCon NA 2017?

2017-01-26 Thread OmPrakash Muppirala
On Thu, Jan 26, 2017 at 10:27 AM, Christofer Dutz wrote: > Hmmm … so it seems someone on the Board must have misunderstood my > question. > The officially announced the Flex Summit, so I guess I will start working > on the details. > Lol. I guess we have a Flex

Re: AW: [FlexJS] Change flex sdk descriptor?

2017-01-25 Thread OmPrakash Muppirala
On Jan 25, 2017 10:21 AM, "Christofer Dutz" wrote: Hi Alex, But all the IDEs are alive and are being maintained. Flash Builder is the only one that's but been maintained. But I'd be ok with an additional descriptor if more people here think we should keep legacy

Re: AW: [FlexJS][NextGenAS][Maven] Setup VSCode NextGenAS to 0.3.0 to work with maven distribution

2017-01-24 Thread OmPrakash Muppirala
Are you using MXML with FlexJS? Which version of FDT? Thanks, Om On Tue, Jan 24, 2017 at 11:29 AM, piotrz wrote: > Om, > > What do you mean by mxml support ? There quite good code complete in FDT > when I'm doing something in MXML. > > Piotr > > > > - > Apache

Re: AW: [FlexJS][NextGenAS][Maven] Setup VSCode NextGenAS to 0.3.0 to work with maven distribution

2017-01-24 Thread OmPrakash Muppirala
On Tue, Jan 24, 2017 at 11:19 AM, piotrz wrote: > Chris! > > Really?? It would be awesome have intellij working with FlexJS!! > > Carlos, > > As for FDT it looks promising. Once they fix this bug [1] support for > FlexJS > will get back! > > [1]

Re: [DISCUSS] Have a Flex project summit at ApacheCon NA 2017?

2017-01-24 Thread OmPrakash Muppirala
On Tue, Jan 24, 2017 at 10:32 AM, Karl KTA wrote: > Hello Chris and All, > > Stick with the message it's about ApacheCon. > > I am a designer not a coder, a massive believer in FlexJS. > > My team has passionately put everything over the past years into developing > our

Re: [DISCUSS] Have a Flex project summit at ApacheCon NA 2017?

2017-01-24 Thread OmPrakash Muppirala
+1 Chris! Great idea and thanks for figuring all this out. Personally, I want to attend the event. So I will try to figure things out at work. Nice work! Thanks, Om On Jan 24, 2017 4:16 AM, "piotrz" wrote: > Chris, > > Even with TAC I don't have capability to

Re: [FlexJS] About Material Icons

2017-01-22 Thread OmPrakash Muppirala
On Sun, Jan 22, 2017 at 9:19 PM, Alex Harui wrote: > That reminds me: it has always bugged me that the compiler makes you > write: > > > > > (which sets up a binding), instead of just: > > > > Can anyone think of a reason the compiler shouldn't allow that? > What is

Re: [FlexJS] About Material Icons

2017-01-22 Thread OmPrakash Muppirala
On Sun, Jan 22, 2017 at 10:17 AM, Carlos Rovira wrote: > Hi, > > while doing thing to close MDL implementation I saw that Material Design > Icons library is about 900 icons (60Mb). You can see all here: > > https://material.io/icons/ > > We was pushing a class for every

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-19 Thread OmPrakash Muppirala
Trevor, I will be happy with photoshop or illustrator mockups. For folks who do not have these software, a jpg version would be very useful. I usually have my graphic designer (who cannot code) to annotate all the elements in the mockup itself. Color, font color, font size, spacing, animation

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-19 Thread OmPrakash Muppirala
carlos.rov...@codeoscopic.com> > > > wrote: > > > > > > >Great, we need to expose this to as many sites, forums and social > > > >networks, > > > >focused on Design/UX/UI, we can. > > > > > > > >Hope people could share

Re: [DISCUSS] Have a Flex project summit at ApacheCon NA 2017?

2017-01-19 Thread OmPrakash Muppirala
On Jan 19, 2017 3:42 AM, "Christofer Dutz" wrote: Yeah … well I would still like some other opinions. Thing is, that the ApacheCon was intentionally changed to having Core and BigData in parallel to make room for a Project Summit Day prior to the conference. So I’m

Re: [FlexJS] [Discuss] Add support for "automationName" for making unit-tests simpler

2017-01-16 Thread OmPrakash Muppirala
Looks like the mailing list removed the css snippet you posted. Thanks, Om On Mon, Jan 16, 2017 at 1:25 AM, Carlos Rovira < carlos.rov...@codeoscopic.com> wrote: > Hi Chris, > > for example in mdl:List the css is: > > > 2017-01-16 9:58 GMT+01:00 Christofer Dutz : > >

[FlexJS] How to navigate to a url?

2017-01-16 Thread OmPrakash Muppirala
(I'm back go working on the Flex Team page using MDL. ) I'm hunting through the examples, but I dont see a way to programatically navigate to a URL in FlexJS. Am I missing something obivious? I see an tag with a href, and another approach that adds an element in code, but that seems so

Re: [FlexJS] className problem with MDL properties that modifies component className

2017-01-15 Thread OmPrakash Muppirala
On Jan 15, 2017 11:50 AM, "Carlos Rovira" <carlosrov...@apache.org> wrote: Hi Om, 2017-01-15 19:58 GMT+01:00 OmPrakash Muppirala <bigosma...@gmail.com>: > > I prefer we create a ComponentUIBase based on UIBase and add this logic > here. And make all components

Re: [FlexJS] className problem with MDL properties that modifies component className

2017-01-15 Thread OmPrakash Muppirala
On Jan 14, 2017 11:07 PM, "Alex Harui" <aha...@adobe.com> wrote: On 1/14/17, 10:56 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: >Thinking about this more, we could enclose components

Re: [FlexJS] className problem with MDL properties that modifies component className

2017-01-14 Thread OmPrakash Muppirala
omponent developer and different from the classNames > > specified by the customer. > > > > Or maybe the way you are currently using classNames inside MDL should > > actually be changing typeNames. > > > > My 2 cents, > > -Alex > > > > On 1

Re: [FlexJS] className problem with MDL properties that modifies component className

2017-01-13 Thread OmPrakash Muppirala
On Jan 13, 2017 6:30 PM, "Carlos Rovira" wrote: Hi, found an issue with MDL and custom class. If you declare a component that has some new custom additional class (lets call "someClass"), and has some property that modifies the className (in our case always through

Re: Apache Flex Twitter Account Changes

2017-01-12 Thread OmPrakash Muppirala
Looks very nice, Carlos! Great idea, adding the appropriate tags. Looks like we already have a hit :-) Thanks, Om On Thu, Jan 12, 2017 at 3:01 PM, Carlos Rovira wrote: > Hi, > > just make some adjustment to our twitter account: > > https://twitter.com/apacheflex > >

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread OmPrakash Muppirala
The way I see it, folks who are using Javascript frameworks or Flex SDK today are going to first test the waters with FlexJS to see if it supports basic things. They will quickly build some prototypes to share with their team or leads. No one is going to move production code right away to

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-10 Thread OmPrakash Muppirala
Tweeted here: https://twitter.com/ApacheFlex/status/818948503682486272 Everyone please retweet :-) Thanks, Om On Tue, Jan 10, 2017 at 9:24 AM, Alex Harui wrote: > Hi, > > There are lots of exciting things going on in the world of FlexJS. Some > folks are creating a

Re: [FlexJS] Tour de FlexJS

2017-01-10 Thread OmPrakash Muppirala
On Tue, Jan 10, 2017 at 12:07 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/10/17, 11:49 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > > > >> Let me know what y

Re: [FlexJS] Tour de FlexJS

2017-01-10 Thread OmPrakash Muppirala
On Tue, Jan 10, 2017 at 10:32 AM, Peter Ent wrote: > Hi, > > We have a lot of material now > Yes indeed :-) > Perhaps the repo could be "flex-tourjs" or something similar. I think > keeping the project separate from the FlexJS SDK would allow it to be > released on its own

Re: git commit: [flex-asjs] [refs/heads/develop] - Added List to the Express framework; its dataProvider can be either Array or ArrayList and it will set up the correct beads to handle it.

2017-01-10 Thread OmPrakash Muppirala
I was having build issues, so I fixed it. Thanks, Om On Mon, Jan 9, 2017 at 4:42 PM, Peter Ent <p...@adobe.com> wrote: > Oops. First time in awhile I forgot those. Will take care of it shortly. > > Peter > > > On Jan 9, 2017, at 5:49 PM, OmPrakash Muppirala <bi

Re: [FlexJS] Runtime error when setting a property to a constant value

2017-01-10 Thread OmPrakash Muppirala
Okay, I have merged it into the develop branch. Thanks Om On Mon, Jan 9, 2017 at 9:41 AM, piotrz wrote: > I think it pass experimentation state, Once you get a chance please merge > it > to develop. > > Thanks, > Piotr > > > > - > Apache Flex PMC >

Re: git commit: [flex-asjs] [refs/heads/develop] - Added List to the Express framework; its dataProvider can be either Array or ArrayList and it will set up the correct beads to handle it.

2017-01-09 Thread OmPrakash Muppirala
> > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ > d1b6c5d2/frameworks/projects/Express/src/main/flex/org/ > apache/flex/express/List.as > -- > diff --git >

Re: git commit: [flex-asjs] [refs/heads/feature/fontawesome] - Add Animate bead for FontAwesomeIcon

2017-01-09 Thread OmPrakash Muppirala
.@gmail.com on behalf of OmPrakash Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: >On Mon, Jan 9, 2017 at 1:33 AM, piotrz <piotrzarzyck...@gmail.com> wrote: > >> Ahh! Yes! :) >> >> I'm wondering whether we are assigning everywhere values in se

Re: [FlexJS] Runtime error when setting a property to a constant value

2017-01-09 Thread OmPrakash Muppirala
On Jan 9, 2017 8:25 AM, "piotrz" wrote: Santanau, I will be looking into this issue [1] and I will try to test also your case with BindableCSSStyles on fontawesome branch where my fixes is and let you whether you need raise separate jira. Btw. Om do you plan soon

Re: git commit: [flex-asjs] [refs/heads/feature/fontawesome] - Add Animate bead for FontAwesomeIcon

2017-01-09 Thread OmPrakash Muppirala
On Mon, Jan 9, 2017 at 1:33 AM, piotrz wrote: > Ahh! Yes! :) > > I'm wondering whether we are assigning everywhere values in setter and in > strand additionally. Need to review all beads. > For what it's worth, I just tried it after your initial comment, but it is

Re: git commit: [flex-asjs] [refs/heads/feature/fontawesome] - Add Animate bead for FontAwesomeIcon

2017-01-09 Thread OmPrakash Muppirala
I just saw this note from you a while ago :-) http://apache-flex-development.247.n4.nabble.com/Re-git-commit-flex-asjs-refs-heads-develop-Add-ContactChip-bead-not-working-Throw-error-if-deletabled-td56969.html#a56971 Thanks, Om On Mon, Jan 9, 2017 at 12:45 AM, OmPrakash Muppirala <bigo

Re: git commit: [flex-asjs] [refs/heads/feature/fontawesome] - Add Animate bead for FontAwesomeIcon

2017-01-09 Thread OmPrakash Muppirala
Components do this, but the beads dont seem to be doing this. For example, mdl.beads.Tooltip [1] does not follow this pattern. i.e. all properties are set once in the set strand() method. And the setters simply set the variable values. This is probably best for performance. But as you said,

Re: git commit: [flex-asjs] [refs/heads/feature/fontawesome] - Add Animate bead for FontAwesomeIcon

2017-01-09 Thread OmPrakash Muppirala
e/5c227d43 >> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5c227d43 >> >> Branch: refs/heads/feature/fontawesome >> Commit: 5c227d4302f123c023e0f073caf4438d7c89f36f >> Parents: b7a3da3 >> Author: OmPrakash Muppirala <

Re: [Apache Flex] Code Inspection

2017-01-08 Thread OmPrakash Muppirala
We do get discussions on pull requests to dev (2 way integration) I will check with Infra team about this. Thanks, Om On Jan 8, 2017 9:53 AM, "piotrz" wrote: > This is probably impossible sinc both things. Too bad. :( > > Piotr > > > > - > Apache Flex PMC >

Re: [Apache Flex] Code Inspection

2017-01-08 Thread OmPrakash Muppirala
Yes, I received an email, but it was not cced on the dev. It would be nice if dev got those emails as well. On Jan 8, 2017 2:39 AM, "piotrz" wrote: > Hi Om, > > Just tried CI on github and add some comments to your last push :) Did you > receive any email about that

Re: [FlexJS] Runtime error when setting a property to a constant value

2017-01-07 Thread OmPrakash Muppirala
I just tested the fix and everything works fine! Piotr and Alex, thanks for fix this so quickly - right in time for my weekend :-) Regards, Om On Sat, Jan 7, 2017 at 3:27 AM, piotrz wrote: > Alex, > > Thank you for help and testing. I had something wrong with the

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-07 Thread OmPrakash Muppirala
ated by Chris, and we > could make more) > That's good to know. I will try to take a look at the archetype project to see if we can reuse it for yeoman. Thanks, Om > > 2017-01-07 18:42 GMT+01:00 OmPrakash Muppirala <bigosma...@gmail.com>: > > > On Jan 7, 2017 7:59 AM,

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-07 Thread OmPrakash Muppirala
On Sat, Jan 7, 2017 at 9:42 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > > > On Jan 7, 2017 7:59 AM, "Carlos Rovira" <carlosrov...@apache.org> wrote: > > Hi, > > I want to list some things I miss from old Flex SDK in FlexJS. Hope others > c

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-07 Thread OmPrakash Muppirala
On Jan 7, 2017 7:59 AM, "Carlos Rovira" wrote: Hi, I want to list some things I miss from old Flex SDK in FlexJS. Hope others could bring more if they want. Hope this thread could help us to know what people things about it, if someone expect to implement it: * Modules

Re: [FlexJS] Do we have a similar invalidation/commit concept as with the old Flex SDK?

2017-01-06 Thread OmPrakash Muppirala
On Fri, Jan 6, 2017 at 8:07 AM, Alex Harui wrote: > > > On 1/6/17, 1:04 AM, "Christofer Dutz" wrote: > > >Hi Guys, > > > >While writing my article, I stumbled over one question: Have we ported > >the validation/invalidation concept of the Flex SDK to

Re: [FlexJS] Express vs Flex 4

2017-01-05 Thread OmPrakash Muppirala
On Thu, Jan 5, 2017 at 3:10 PM, Alex Harui wrote: > > > On 1/5/17, 2:35 PM, "Harbs" wrote: > > >Cool. > > > >Suggestion: > > > >Instead of using a long prefix for the express components (i.e. > >express:TextInput), what about using something like jx

Re: [Apache Flex] Code Inspection

2017-01-05 Thread OmPrakash Muppirala
All our commits goes to our github mirror almost instantaneously. The code review feature on github is pretty good. We can give it a shot if you are interested. Thanks, Om On Jan 5, 2017 1:04 AM, "piotrz" wrote: > Hi All, > > Lately when I was working a lot with

Re: [FlexJS] How to add html content?

2017-01-04 Thread OmPrakash Muppirala
On Wed, Jan 4, 2017 at 6:08 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/4/17, 3:40 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >> > >> However

Re: [FlexJS] How to add html content?

2017-01-04 Thread OmPrakash Muppirala
gt; have that discussion. I think there is potential to do more once we stop > thinking of HTML as a String. > > My 2 cents. Other opinions welcome. > -Alex > Thanks, Om > > On 1/4/17, 11:21 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@

Re: [FlexJS] How to bootstrap a library with its own html script tags

2017-01-04 Thread OmPrakash Muppirala
on Monday. > > HTH, > -Alex > > On 1/4/17, 2:46 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >So I tried adding this inject_html tag like this: > > > >http

Re: [FlexJS] How to add html content?

2017-01-04 Thread OmPrakash Muppirala
her frameworks out there to use markup to > perform other tasks. > > How that will work with the Flex JS model new App(); I'm not sure. > > On Jan 1, 2017 3:16 AM, "OmPrakash Muppirala" <bigosma...@gmail.com> > wrote: > > > On Sun, Jan 1, 2017 at 12:1

Re: [FlexJS] How to bootstrap a library with its own html script tags

2017-01-04 Thread OmPrakash Muppirala
So I tried adding this inject_html tag like this: https://github.com/apache/flex-asjs/commit/a20d30ac603ebc385a9acb593988714f996d50ec But, I dont see the tag in the generated html file. Can someone please check if I am doing something wrong? Thanks, Om On Tue, Jan 3, 2017 at 1:53 PM, Alex

Re: [FlexJS] Integrate FontAwesome with FlexJS

2017-01-04 Thread OmPrakash Muppirala
ost > $10 each after the Kickstarter. Support now and save! > > > > Chris > > > > Am 03.01.17, 21:12 schrieb "carlos.rov...@gmail.com im Auftrag von > Carlos Rovira" <carlos.rov...@gmail.com im Auftrag von > carlos.rov...@codeoscopic.com>: > > &

Re: [FlexJS] Runtime error when setting a property to a constant value

2017-01-03 Thread OmPrakash Muppirala
Thank you! On Tue, Jan 3, 2017 at 11:34 PM, piotrz wrote: > Thank you Om! I'm looking into that. > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: http://apache-flex- >

Re: [FlexJS] Runtime error when setting a property to a constant value

2017-01-03 Thread OmPrakash Muppirala
On Tue, Jan 3, 2017 at 10:17 PM, piotrz wrote: > Hi Om, > > Did you commit this code somewhere ? I don't see it in your branch > fontawesome. Can you commit ? > I pushed everything into the feature/fontawesome branch. The fontawesome library has all the required code

Re: [FlexJS] How to set beads based on a condition?

2017-01-03 Thread OmPrakash Muppirala
On Jan 3, 2017 8:50 PM, "Alex Harui" <aha...@adobe.com> wrote: On 1/3/17, 6:34 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: >> >> >> >> >> &g

Re: [FlexJS] How to set beads based on a condition?

2017-01-03 Thread OmPrakash Muppirala
On Tue, Jan 3, 2017 at 1:38 PM, Alex Harui wrote: > This is a great topic. Currently, lots of things in MXML are easy to > declare and difficult or impossible to "un-declare". There is the > includeIn/excludeFrom for states, but states are more or less > one-dimensional and

Re: [FlexJS] Runtime error when setting a property to a constant value

2017-01-03 Thread OmPrakash Muppirala
I tried changing public static const APPLE:String = "fa-apple"; to public static var APPLE:String = "fa-apple"; I see a warning about data-binding, and I am still getting the same error in runtime. On Tue, Jan 3, 2017 at 6:28 PM, OmPrakash Muppirala <bigosma...@gmail.co

[FlexJS] Runtime error when setting a property to a constant value

2017-01-03 Thread OmPrakash Muppirala
This works: This does not work: where FontAwesomeIconType.APPLE is defined as: public static const APPLE:String = "fa-apple"; Runtime errors: Uncaught TypeError: Cannot read property 'children' of undefined at

Re: [FlexJS] How to bootstrap a library with its own html script tags

2017-01-03 Thread OmPrakash Muppirala
rov...@codeoscopic.com>: > Hi Om, > > in MDL is added in the HTML template. I think you could do the same, right? > Could you check the way we do in MDLExample? > > Other way could be inject_html... > > > > > 2017-01-03 20:16 GMT+01:00 OmPrakash Muppirala <bigosma

[FlexJS] How to bootstrap a library with its own html script tags

2017-01-03 Thread OmPrakash Muppirala
For the TeamPage_MDL project, I need to use the MDL library. But the script tag needs to be added in the app's html template. Is there any way to add this from the MDL library itself? I needed to create a FontAwesome library, and now I need to remember to update the app's html template before

Re: [FlexJS] How to set beads based on a condition?

2017-01-03 Thread OmPrakash Muppirala
Piotr, This is applicable only for this bead. I meant to ask, should we probably add a mechanism in the framework where you add a bead based on a condition. I guess the dependency will be added during runtime, but will not be added as a bead to the component if that condition fails. I am not

Re: git commit: [flex-asjs] [refs/heads/develop] - fix up ant build

2017-01-03 Thread OmPrakash Muppirala
Alex, Can you please explain this change? The reason I ask is I copied FlexTeamPage_MDL example from this project so the same fix might need to go there as well. Thanks, Om On Tue, Jan 3, 2017 at 10:38 AM, wrote: > Repository: flex-asjs > Updated Branches: >

Re: [1/4] git commit: [flex-asjs] [refs/heads/example/teampage_mdl] - TBody.as has wrong class name

2017-01-03 Thread OmPrakash Muppirala
>> 1b4b >> > Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/156d1b4b >> > Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/156d1b4b >> > >> > Branch: refs/heads/example/teampage_mdl >> > Commit: 156d1b4bf0019c6beff6412afb

Re: AW: [FlexJS] Integrate FontAwesome with FlexJS

2017-01-03 Thread OmPrakash Muppirala
Just a heads-up, I have started working on a FontAwesome library for FlexJS. Some basic code is here, in case someone wants to take a peek: https://github.com/apache/flex-asjs/tree/feature/fontawesome I needed font awesome icons for the Flex Team Page app I have been building using FlexJS and

Re: [FLEXJS] New Default Component Set (was Re: [FlexJS, MDL] Why binding is not working in MDL example)

2017-01-03 Thread OmPrakash Muppirala
Sorry, I am a bit late into this thread, but I like 'default' for heavy and 'lightweight' for the basic ones. Thanks, Om On Tue, Jan 3, 2017 at 10:39 AM, Alex Harui wrote: > IMO, "Express" is the best idea so far. I also thought of "Loaded" (with > beads), "Beaded",

Re: [FlexJS][Discuss] About DataGrid -> MDL Table

2017-01-03 Thread OmPrakash Muppirala
I think for the HTML version, we should build it on top of a native Table element. There are a lot of intricacies with grid layout and sizing that Table already solves. We don't want to reimplement all these functionalities in the AS3/JS layer. Thanks, Om On Tue, Jan 3, 2017 at 9:34 AM, Alex

Re: [FlexJS] Using Maven with Flash Builder

2017-01-03 Thread OmPrakash Muppirala
On Tue, Jan 3, 2017 at 8:25 AM, Christofer Dutz wrote: > Hi Om, > > Well this should be the default, so if you set “debug=false” or simply > omit the setting, the debug and the release version should be created. > Chris, what is the context, or did you refer to me by

Re: [FlexJS] [MDL] Does minifab work?

2017-01-03 Thread OmPrakash Muppirala
esn't > work. I don't know why. I left that for later. Please try to check why is > the problem for me if you can. > > Thanks > > > > 2017-01-03 10:57 GMT+01:00 OmPrakash Muppirala <bigosma...@gmail.com>: > > > I did not see an example for the minifab button, bu

[FlexJS] [MDL] Does minifab work?

2017-01-03 Thread OmPrakash Muppirala
I did not see an example for the minifab button, but I do see the boolean property available. When I set it to true, the button shows up as a normal rectangular shaped button. Is this a bug or am I doing something wrong? Here is what i am trying:

[FlexJS] How to set beads based on a condition?

2017-01-03 Thread OmPrakash Muppirala
I want to show a button in my itemrenderer. Depending on the data value, I want to enable or disable it. In the mdl example, I see this: Is there a way to conditionally set a bead? I'm guessing the syntax would be something like this:

Re: AW: How to put an example online

2017-01-02 Thread OmPrakash Muppirala
We should probably link to the release version? On Jan 2, 2017 10:54 AM, "Carlos Rovira" wrote: > Hi Alex, > > it works for me, but aside of the load time (it takes more than 3 secs for > me, but I'm still in a low internet conecction, but maybe not too low for >

Re: [FlexJS] How to add html content?

2017-01-02 Thread OmPrakash Muppirala
On Jan 2, 2017 9:06 AM, "Alex Harui" <aha...@adobe.com> wrote: On 1/2/17, 12:30 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: >On Mon, Jan 2, 2017 at 12:15 AM, Alex Harui <aha...@adob

Re: [FlexJS] How to add html content?

2017-01-02 Thread OmPrakash Muppirala
On Mon, Jan 2, 2017 at 12:15 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/2/17, 12:01 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >On Sun, Jan 1, 2017 at 11

Re: [FlexJS] How to add html content?

2017-01-02 Thread OmPrakash Muppirala
On Sun, Jan 1, 2017 at 11:44 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/1/17, 11:35 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > >On Sun, Jan 1, 2017 at 10

Re: [FlexJS] How to add html content?

2017-01-01 Thread OmPrakash Muppirala
On Sun, Jan 1, 2017 at 10:18 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 1/1/17, 1:15 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > > > >Hmm, to play the devil

Re: Happy New Year 2017

2017-01-01 Thread OmPrakash Muppirala
What a great start to the new year with FlexJS and MDL going great guns. My new year resolution is to help push at least 5 FlexJS apps to production in 2017! Happy new year everyone! Thanks, Om On Jan 1, 2017 7:04 AM, "Carlos Rovira" wrote: > Thank you guys

Re: [FlexJS] Support for CSS calc() function

2017-01-01 Thread OmPrakash Muppirala
JIRA created here: https://issues.apache.org/jira/browse/FLEX-35235 Thanks, Om On Fri, Dec 30, 2016 at 10:34 AM, Alex Harui wrote: > > > On 12/30/16, 8:30 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" >

Re: [FlexJS] How to add html content?

2017-01-01 Thread OmPrakash Muppirala
On Sun, Jan 1, 2017 at 12:15 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 12/31/16, 11:23 PM, "omup...@gmail.com on behalf of OmPrakash > Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > > >Okay, I see your point now.

Re: [FlexJS] How to add html content?

2016-12-31 Thread OmPrakash Muppirala
On Dec 31, 2016 5:23 PM, "Alex Harui" <aha...@adobe.com> wrote: On 12/31/16, 4:40 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > >The question is does a HTMLText compone

Re: [FlexJS] How to add html content?

2016-12-31 Thread OmPrakash Muppirala
On Sat, Dec 31, 2016 at 3:10 PM, Alex Harui wrote: > > > On 12/31/16, 8:52 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >Hi Alex, > > > >although I think that is a valid approach for

Re: AW: How to put an example online

2016-12-31 Thread OmPrakash Muppirala
work with others. Chris Am 31.12.16, 04:33 schrieb "omup...@gmail.com im Auftrag von OmPrakash Muppirala" <omup...@gmail.com im Auftrag von bigosma...@gmail.com>: I can work on the permanent solution after I wrap up the Flex team page app (i.e. soon) Chris, I am thin

Re: AW: How to put an example online

2016-12-30 Thread OmPrakash Muppirala
I can work on the permanent solution after I wrap up the Flex team page app (i.e. soon) Chris, I am thinking of setting up a Jenkins web hook that builds and posts a new TourDeFlexJS web app every time a commit is made to a new TourDeFlexJS git repo. The website can be my personal github site

Re: AW: How to put an example online

2016-12-30 Thread OmPrakash Muppirala
If no one has objections, I will put this up on my personal github site for now. Thanks, Om On Dec 30, 2016 10:41 AM, "piotrz" wrote: > PKumar, > > I think that may be our last step once we finished all work on components > [1] itself. > > [1]

Re: [FlexJS, MDL] Menu with dataProvider and itemRenderer API

2016-12-30 Thread OmPrakash Muppirala
On Dec 30, 2016 8:31 AM, "Carlos Rovira" wrote: In the examples I found there's no sub items, but we should look to see if there's more. I think that should be supported, if not a menu with only one level seems very limited to me... Angular Material has menu

[FlexJS] MDL List layout

2016-12-30 Thread OmPrakash Muppirala
Carlos/Piotr, What is the right way to horizontal flow layout for an mdl:List? I tried using the HorizontalFlowLayout, but I don't think they are compatible. I ended up doing this: .membersList { display: flex !important; flex-direction: row; flex-wrap: wrap; justify-content:

[FlexJS] Support for CSS calc() function

2016-12-30 Thread OmPrakash Muppirala
I'm trying to use the calc() function [1] in my CSS like this: .demo-card-wide.mdl-card { width: calc((100% - 50px)/3); } I'm using the calc() function to create 3 columns of equal width regardless of browser size. With FlexJS, I'm seeing a compile error:

Re: Starting fresh / new developers

2016-12-27 Thread OmPrakash Muppirala
On Tue, Dec 27, 2016 at 12:01 PM, Christofer Dutz wrote: > Hi, > > First of all I would favor a FlexJS site written in FlexJS. I can > definitely provide the parts we need to add in order to have this auto > published, as I just recently fought this fight. Especially

Re: [FlexJS] Setting up FlexJS and MDL

2016-12-27 Thread OmPrakash Muppirala
Ah, that was the missing link. I wasn't importing the dependency as a library swc. I think I got it now. I went inside MDLExample > Module Settings > MDLExample > Dependencies > Add Dependency (+ button) > New Library... > Then, I selected the entire flex-asjs/frameworks/projects folder.

Re: [FlexJS] Setting up FlexJS and MDL

2016-12-27 Thread OmPrakash Muppirala
I think I am almost completely set up here. I haven't been able to figure out how to get code-completion for the MDLExample project, though. Piotr, can you please give me the exact steps? Like I am a five year old :-) Just a word before I continue, I did not have an idea that so much work has

Re: [FlexJS] Setting up FlexJS and MDL

2016-12-26 Thread OmPrakash Muppirala
On Mon, Dec 26, 2016 at 1:13 AM, piotrz wrote: > I'm not sure what you mean by conditional compilation? I have setup maven > build in Run/Debug you will be able there type maven conditions [1] [2] > > [1] > https://www.jetbrains.com/help/idea/2016.3/creating- >

Re: [FlexJS] Setting up FlexJS and MDL

2016-12-25 Thread OmPrakash Muppirala
On Sun, Dec 25, 2016 at 11:00 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > > > On Wed, Dec 21, 2016 at 2:22 AM, piotrz <piotrzarzyck...@gmail.com> wrote: > >> Hi Om, >> >> What a great news that you are going to look into that! :) >

Re: [FlexJS] Compile error in Language.as

2016-12-25 Thread OmPrakash Muppirala
On Sat, Dec 24, 2016 at 10:40 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > > > On Sat, Dec 24, 2016 at 9:46 PM, Alex Harui <aha...@adobe.com> wrote: > >> Do you have flex-typedefs/GCL/src/main/flex/goog/DEBUG.as >> >> > Hmm no, I dont see

Re: [FlexJS] Setting up FlexJS and MDL

2016-12-25 Thread OmPrakash Muppirala
On Wed, Dec 21, 2016 at 2:22 AM, piotrz wrote: > Hi Om, > > What a great news that you are going to look into that! :) > > I'm using only maven to build each part of the project FlexJS, Falcon, MDL > itself and MDL Example project, so If you successfully setup your >

Re: [FlexJS] Compile error in Language.as

2016-12-24 Thread OmPrakash Muppirala
an your Ant builds? > > -Alex > > > On 12/24/16, 8:33 PM, "OmPrakash Muppirala" <omup...@gmail.com> wrote: > > >Sorry, more details: > > > >Got latest from flex-falcon, flex-typedefs, flex-asjs > >Ran mvn -s settings-template.xml clean instal

[FlexJS] Compile error in Language.as

2016-12-24 Thread OmPrakash Muppirala
Any ideas? [INFO] [INFO] Building Apache Flex - FlexJS: Framework: Libs: Language 0.8.0-SNAPSHOT [INFO] [INFO] [INFO] ---

Re: [FlexJS] Building Apache Flex team page with FlexJS + MDL

2016-12-24 Thread OmPrakash Muppirala
Good catch, I had forgotten to test on mobile. I've added a couple of media queries. It should look better now. Thanks, Om On Dec 24, 2016 4:21 AM, "piotrz" wrote: > This is how it look like on my device -> http://i.imgur.com/7DtPstU.jpg > > Piotr > > > > - >

Re: [FlexJS] Building Apache Flex team page with FlexJS + MDL

2016-12-24 Thread OmPrakash Muppirala
The code for the AngularJS/Angular Material based app can be seen here: https://gist.github.com/bigosmallm/c711ff4a55dedfa3933d45260425b03d Thanks, Om On Sat, Dec 24, 2016 at 2:24 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Before getting into writing new components for F

<    1   2   3   4   5   6   7   8   9   10   >