Re: [FlexJS] Working on a MDL branch

2016-10-15 Thread Alex Harui
Also, I'm out of time for tonight, but I took a quick look and found that UIButtonBase.as doesn't have the same className setter as UIBase.as. I'll bet if you copy the UIBase setter to UIButtonBase your other problem will go away. HTH, -Alex On 10/15/16, 11:45 PM, "Alex Harui" wrote: >Well, th

Re: [FlexJS] Working on a MDL branch

2016-10-15 Thread Alex Harui
Well, that took longer than I hoped. I also have limited time this weekend. Anyway, I think I got the following pattern to work: add Note that I'm using TextButton as it has 'text' and 'html' properties. The Button class doesn't (currently) have those properties as it is used primarily for

Re: [FlexJS] Working on a MDL branch

2016-10-15 Thread Carlos Rovira
Hi Chris, thanks, I not remember that! :) I think feature-autobuild is ok, since not all branches will need to use the Jenkins setup. I will try it as it will get unblocked hopefully soon :) Thanks! :) 2016-10-15 12:26 GMT+02:00 Christofer Dutz : > Hi Carlos, > > > if you name the branch "fea

AW: [FlexJS] Working on a MDL branch

2016-10-15 Thread Christofer Dutz
Hi Carlos, if you name the branch "feature-autobuild/mdl" you get an automaticaly setup Jenkins Pipeline for free :-) (Currently you have to however create the same branch in compiler and typedefs for that to work). Or should I rename the pattern to do this magic for "feature/*"? (This questi