RE: Youtube Video embeding

2020-07-29 Thread spiros
Hi Carlos, Yes with an extension to UIBase it was easy to create an Iframe element and pass the YouTube url. When I finally have a stable component I will post it to this thread. Thanks Spiros -Original Message- From: Carlos Rovira [mailto:carlosrov...@apache.org] Sent: Tues

RE: Royale Echarts (was Re: Charts)

2020-07-29 Thread Maria Jose Esteve
Hello Chris, I have a little integration with ECharts and could mount some of the examples in their gallery [1] for you (ApacheCon) How do you see it? [1] https://echarts.apache.org/examples/en/index.html -Mensaje original- De: Christofer Dutz Enviado el: martes, 28 de julio de 2020 1

Re: Youtube Video embeding

2020-07-29 Thread contact
Hi All, I see a lot of usefull knowlege in this thread and others (on chart component etc...). Unfortunaly this is not well indexed by search motors. For exemple search for "apache royale video play", the first result will be on stackoverflow. (https://stackoverflow.com/questions/58512563/how

Re: Royale Echarts (was Re: Charts)

2020-07-29 Thread Christofer Dutz
That would be cool :-) And I could imagine that this could also help Carlos with the integration work. Chris Am 29.07.20, 11:11 schrieb "Maria Jose Esteve" : Hello Chris, I have a little integration with ECharts and could mount some of the examples in their gallery [1] for you (Apach

RE: Royale Echarts (was Re: Charts)

2020-07-29 Thread Maria Jose Esteve
Hello Chris, I'm not going to help Carlos much because the integration I have is simple, with @extern, does it still seem good to you? The ECharts sample page is [1] I think that between all of us we could choose the templates that we like the most or that we see more operational. How do you see

Re: Royale Echarts (was Re: Charts)

2020-07-29 Thread Harbs
Externs is good. I’m not convinced that wrapping echarts in full Royale components is necessarily going to add a lot of value. I’d love to see what you’ve done. > On Jul 29, 2020, at 1:26 PM, Maria Jose Esteve wrote: > > Hello Chris, > I'm not going to help Carlos much because the integration

RE: Royale Echarts (was Re: Charts)

2020-07-29 Thread Maria Jose Esteve
I am with Carlos, the ideal would be to create a Royale component with its own API, it has many more advantages, but for now we could show "something" with the little time we have ... See if for this afternoon someone has given their opinion on "what to show" and "how" Thx. Hiedra -Mensaj

Re: Royale Echarts (was Re: Charts)

2020-07-29 Thread Alina Kazi
Yes it should be a component in Royale. So, As we used to work with Charts in Flex the same way we can use it in Royale. Yes Maria we can create Examples with your existing integration with ECharts. -Alina On Wed, 29 Jul 2020, 4:17 pm Maria Jose Esteve, wrote: > I am with Carlos, the ideal wou

Re: Youtube Video embeding

2020-07-29 Thread Harbs
I just added an Iframe component to the html swc. > On Jul 28, 2020, at 11:03 PM, Harbs wrote: > > 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 forg

Re: Royale Echarts (was Re: Charts)

2020-07-29 Thread Harbs
I’m not clear on whether you created your own externs. I asked over on the echarts list whether they have any definition files we might be able to use. https://lists.apache.org/thread.html/r8877ebea54a987023e7d277bf216f8326caaeb4641f18c70668ec750%40%3Cdev.echarts.apache.org%3E Harbs > On Jul 29

RE: Royale Echarts (was Re: Charts)

2020-07-29 Thread Maria Jose Esteve
Chris, Do I have to mount the project in any specific way? My idea is, create a JSRoyale project with crux, maybe. (mvc) Do you have or do we have a repo for this? Thx. Hiedra -Mensaje original- De: Christofer Dutz Enviado el: martes, 28 de julio de 2020 17:28 Para: dev@royale.apache.

Re: Royale Echarts (was Re: Charts)

2020-07-29 Thread Carlos Rovira
Hi Maria Jose, if the externs path is right for now, maybe you could create a temporal project in Github so we can take a look and try to use it. Then it will be easier to see if we finally need royale component or just externs are sufficient. For me right now is difficult to choose one path or ot

Re: Youtube Video embeding

2020-07-29 Thread Carlos Rovira
Hi Fref, I'm all for SOF as you know since I think it is a good place to find answers and could be a way for Royale users to find solutions to his problems. For this one I think you can respond yourself talking about the iFrame solution and the new component done by Harbs, but I expect we could ha

Re: Royale Echarts (was Re: Charts)

2020-07-29 Thread Piotr Zarzycki
Maybe initially creating typedefs is the way to go and next any addition like custom classes. śr., 29 lip 2020 o 18:23 Carlos Rovira napisał(a): > Hi Maria Jose, > > if the externs path is right for now, maybe you could create a temporal > project in Github so we can take a look and try to use i

Re: Youtube Video embeding

2020-07-29 Thread contact
Hi Carlos, Thanks for your reply. The fact is I didn't know about UIBase and iFrame. Is there a example somewhere how to use it ? Regards Le 29.07.2020 18:27, Carlos Rovira a écrit : Hi Fref, I'm all for SOF as you know since I think it is a good place to find answers and could be a w

Re: Close application

2020-07-29 Thread Hugo Ferreira
Unfortunately does not work on Chrome. Seems to be a JavaScript Chrome security issue and not a Royale issue. Harbs escreveu no dia terça, 28/07/2020 à(s) 06:29: > You should be able to do that using window.close() > > For Electron, I think you have a couple of options. I think you can listen >

BindingJS test failing

2020-07-29 Thread Carlos Rovira
Hi, doing my daily build and it failed on BindingJS Tests. Just want to report if it wasn't noticed. thanks [royaleunit] Suite: flexUnitTests.binding.BindableCoreTests [royaleunit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0,984 sec [royaleunit] Suite: flexUnitTests.bindi

Re: Youtube Video embeding

2020-07-29 Thread Carlos Rovira
Hi Fred, I think the UIBase method should be extending and making createElement generate an "iframe" tag and adding some methods, so I think it shouldn't need to be considered. Maybe better just use the new IFrame component added by Harbs on HTML yesterday. That should be just use it declaring i