On 6/4/16, 4:41 PM, "jude" <flexcapaci...@gmail.com> wrote:
>Thanks. Does this path look right, "/Applications/Adobe Flash Builder >4.7/sdks/FlexJS2/frameworks/projects/Core/src"? BTW FlexJS folder is >FlexJS2. and tried and it still doesn't find it. I tried cleaning and >restarting FB to no change. I'm on Mac. Which version of FlexjS are you using? >Also, what are your thoughts on adding top, left, bottom, right, vertical >center or horizontal center? I was looking into adding those to UIBase. Not sure. Would we add all other CSS style properties as regular properties? I think that would bloat the class sizes. We did already do that for width/height, but I'd rather not keep adding more. It gets really tricky for FlexJS since we want to support all valid CSS values for those properties, not just Numbers. We'll see how much demand there is for it. Also, some other component set can have LTRB properties, no need to force it on everyone. Also, there is no CSS verticalCenter/horizontalCenter properties. We want the Basic component set to thinly wrap HTMLElements and support CSS per the spec (as much as possible). HTH, -Alex