Youtube Video embeding

2020-07-28 Thread spiros
Hi, Is it possible to embed a youtube video to royale application ? Best regards Spiros

Royale Echarts (was Re: Charts)

2020-07-28 Thread Carlos Rovira
Hi, I think charts are a very important part of UX and UI Solutions. It was for Flex and Royale needs something actual. Emulation always can continue efforts on mx chart versions. But new Royale Apps (mostly Jewel, Basic and others) will required some modern solution. Seems all folks here point t

Re: Royale Echarts (was Re: Charts)

2020-07-28 Thread Piotr Zarzycki
Hi Carlos, Well at some point would love to see wrappers around it, but the more I'm thinking about it the more it is something which may not be worth due to magnitude of work. There are literally hundreds of types of charts and if you wanted to wrap up based on types or something like that you w

Re: Royale Echarts (was Re: Charts)

2020-07-28 Thread Carlos Rovira
Hi Piotr, I saw there's lots of graphs in ECharts, and trying to bring all to that library could be a huge amount of work. On the other hand just typedefs could be in this case not something that integrates really good with the rest of royale. Most of the time things should not be black or white,

Re: Youtube Video embeding

2020-07-28 Thread Carlos Rovira
Hi Spiros, Yes, Youtube should be easy to integrate in a Royale App. I think we don't have a component right now for that but since Youtube used to be embedded via iframe in a web page that should not be a problem. I think there's already some components that allow you to use an iframe in royale t

Re: Royale Echarts (was Re: Charts)

2020-07-28 Thread Piotr Zarzycki
Carlos, If you have time go for it, but I'm expressing what I see after usage of ECharts. I think it's a black hole. I would prefer to see typedefs for that and your time spend on improving DataGrid with Greg or Forms. Good luck! :) Piotr wt., 28 lip 2020 o 15:09 Carlos Rovira napisaƂ(a): > Hi

Re: Royale Echarts (was Re: Charts)

2020-07-28 Thread Carlos Rovira
Hi Piotr, ok thanks. About DataGrid and Forms. I'm more towards Table these days since I see Greg and you are taking care of DataGrid and making changes could make your work be affected. So Table is more "row oriented" while Datagrid is more "column" oriented. I think I can go back to DataGrid in

Re: Royale Echarts (was Re: Charts)

2020-07-28 Thread Christofer Dutz
Hi folks, I agree that perhaps creating real wrappers for some of the most used charts and creating some documentation on how to add new ones could be a great thing for people wanting to get engaged in the project. Should be fairly simple to do this via PRs. I remember Harbs saying he had alre

Re: Youtube Video embeding

2020-07-28 Thread Harbs
You can use a component. We should probably add IFrame to the html components as well, although it should be possible to use native iframe elements in the browser html namespace. I forget what that is at the moment. > On Jul 28, 2020, at 11:51 AM, spiros wrote: > > Hi, > > Is it possible t