Jenkins build is back to normal : royale-asjs_jsonly #504

2019-12-29 Thread apacheroyaleci
See

Re: Trying an implementation "inheritWidth" function on StyledUIBase

2019-12-29 Thread Alex Harui
In Basic, we might introduce debug-time parameter checking to catch people setting NaN as a value. Basic will continue to choose higher-level least code APIs. I've been unable to get you to see the line that I see between platform-specific and higher-level abstractions. If you want to expose

Build failed in Jenkins: royale-asjs_jsonly #503

2019-12-29 Thread apacheroyaleci
See Changes: [aharui] Try using AdvancedDataGridHeaderRenderer in AdvancedDataGrid [aharui] Take care of case where you want to drop a dragged item outside app [aharui] This flag

Re: Jewel ButtonBar and DataGrid first iteration! :)

2019-12-29 Thread Carlos Rovira
Hi Fred, thanks, I'm glad you think so, I was thinking the same as you, that this is the missing piece :) About sorting, yes, I'll be implementing in the next days. My TODO list for the next days is: * Try different ItemRenderers and try to make more accesible from DataGridColumn some basic and

Re: Jewel inherintance fixed

2019-12-29 Thread Andrew Wetmore
Excellent fix. On Sun, Dec 29, 2019 at 8:16 AM Carlos Rovira wrote: > Hi, > > as part of the conversation about width and NaN, other problem was unveiled > in Jewel UI Set. > It was about the problem from some components to have StyledUIBase that > provides different support for jewel styling

Jewel inherintance fixed

2019-12-29 Thread Carlos Rovira
Hi, as part of the conversation about width and NaN, other problem was unveiled in Jewel UI Set. It was about the problem from some components to have StyledUIBase that provides different support for jewel styling and other components (mostly containers) composed that functionality but still

Re: Jewel ButtonBar and DataGrid first iteration! :)

2019-12-29 Thread contact
Hi Carlos, Thanks for this work on DataGrid. For me it was the last missing component needed to make business applications. Do you think adding sorting columns on header click ? Regards Le 28.12.2019 11:37, Carlos Rovira a écrit : > Hi all, > > just want to share a tweet about the