Re: [FlexJS, MDL] Non Integet Step Size in Slider

2017-03-21 Thread piotrz
Yishay, I just pushed the fix for this issue. :) Basically we shouldn't calculate any values by ourself in case of MDL Slider. I had to implement IRangeModel for MDL which holds values, but do not change it. :) Try and let me know. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com --

Re: [FlexJS, MDL] Non Integet Step Size in Slider

2017-03-21 Thread piotrz
Going deeper and I see that in pure FlexJS component SliderMouseController is responsible for calculating some value. In case of MDL we also have SliderMouseController, but it's just taking value from calculation made in MDL library. Maybe it is not bad. I need look into the MDL code. Piotr

Re: [FlexJS, MDL] Non Integet Step Size in Slider

2017-03-21 Thread piotrz
Yishay, I went through the code and it look like the problem is in our RangeModel which calculates value for Slider. stepSize is not being used at all and I'm not sure how to use it yet. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] Container and Layout Progress

2017-03-21 Thread piotrz
Hi Peter, Thank you for a hard work. I'm concerning about one thing. Alex mentioned that he will merge soon dual branch to develop - It will be tons of conflicts - Maybe it would be good to look also into that problem. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this

[FlexJS] Container and Layout Progress

2017-03-21 Thread Peter Ent
Hi, I'm am making progress toward simplifying the JS output generated from the components. I should be making a commit either tomorrow or the next day. There will be some things not working 100% correctly, mostly because they need to be tuned to use the new layouts or are making assumptions

Re: [spriteflexjs][vscode] Need help with compiler options

2017-03-21 Thread Josh Tynjala
I didn't try one of the demos included with spriteflexjs, but I can compile a simple project like this: Main.as https://paste.apache.org/Lmpm asconfig.json https://paste.apache.org/YCIx In tasks.json, I simply ran asconfigc normally. In my HTML, I simply instantiated Main, and it looks like

Re: Just need to vent...

2017-03-21 Thread Josh Tynjala
Personally, I think Closure compiler is too quirky with its strict requirements for circulars, and I want -remove-circulars to go away, if possible. Or switch the default to the opposite, where you need to set a flag if you want things to be stricter. - Josh On Tue, Mar 21, 2017 at 1:41 PM, Alex

Re: Just need to vent...

2017-03-21 Thread Alex Harui
Update: I'm making progress on this, and it looks like it will work, but there is one thing I don't like about it, which is that it means that the JS files in the SWCs won't be usable as-is in Google Closure. They will always have to be processed by FalconJX so their non-prototype dependencies

[spriteflexjs][vscode] Need help with compiler options

2017-03-21 Thread OK
Hi, has somebody compiled Lizhis spriteflexjs tests/demos successful using vscode and could share the tasks.json? Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/spriteflexjs-vscode-Need-help-with-compiler-options-tp60654.html Sent from the

Re: 4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-21 Thread Alex Harui
Can you explain in more detail what steps you would take? Thanks, -Alex On 3/20/17, 1:30 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >We could do a patch release that does not add any new feature for the 64 >bit installer

Re: [FlexJS, MDL] Non Integet Step Size in Slider

2017-03-21 Thread yishayw
It could be a library problem. OK, note that the problem is with setting a non-integer step size not with assigning a non-integer value. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Non-Integet-Step-Size-in-Slider-tp60649p60652.html Sent from

[FlexJS] MDL - How can I add a bead default to certain component?

2017-03-21 Thread sankar
Hi, I have a component which extends 'ContainerBase'. /public class MyComponent extends ContainerBase { ... }/ I have a new bead class which extends IBead: /public class MyNewBead implements IBead {/ I tried to make the bead default available to the new component, though "default.css" in