Happy new year 2020!!!! From Spain

2019-12-31 Thread Maria Jose Esteve
Hiedra.

Error after compiled develop branch

2020-01-08 Thread Maria Jose Esteve
Hi, this morning we have compiled the develop branch of the sdk 0.9.7 and, since then, we cannot compile our application (maven). This is an excerpt from the log: ... [DEBUG] Skipped remote request for org.apache.royale.framework:Basic:0.9.7-SNAPSHOT/maven-metadata.xml locally installed metada

RE: Error after compiled develop branch

2020-01-08 Thread Maria Jose Esteve
mpile I'll report here when this problem is resolved, hopefully very soon And sorry for the inconvenience, this was introduced when I develop this days the runtime theme switch feature Thanks! Carlos El mié., 8 ene. 2020 a las 14:10, Maria Jose Esteve () escribió: > Hi, > this morning

Jewel: PopUpView.as exception

2020-01-08 Thread Maria Jose Esteve
Hi, In the PopUpView.as class, we use popUpVisible property to change his visibility. To display his content, we use the "setTimeout" function, which executes the prepareForPopUp function after 300 milliseconds: setTimeout(prepareForPopUp, 300); If you show and hide in a short time frame, the

RE: Error after compiled develop branch

2020-01-08 Thread Maria Jose Esteve
, fix is already done in this commit: 3652f3d72e9d2258077850708d475bd8294f8fca (jewel-themes: fix usage of separated themes that was broken due to a recent optimization) sorry for the inconvenience El mié., 8 ene. 2020 a las 16:48, Maria Jose Esteve () escribió: > Thank you for your attent

RE: Jewel: PopUpView.as exception

2020-01-11 Thread Maria Jose Esteve
some time. When I develop this code, I had issues for different browsers. Now that we have more browser control, we can do smarter management and maybe left setTimeOut as a fallback for browsers that does not work with better methods. Thanks! :) El mié., 8 ene. 2020 a las 19:32, Maria Jose E

Jewel Theme personalized

2020-02-11 Thread Maria Jose Esteve
Hi, In order to have an overview of the style structure, we have done some tests with SASS and Jewel. The structure we have identified consists of 3 parts, in order of dependence is as follows: - In the Jewel project of the Apache Royale framework, you will find the .sass classes of the Jewel

RE: Jewel Theme personalized

2020-02-12 Thread Maria Jose Esteve
Flat) I think is not too much, other things that will change will be due to the needs or improvements that are required. HTH Carlos El mar., 11 feb. 2020 a las 11:10, Maria Jose Esteve () escribió: > Hi, > In order to have an overview of the style structure, we have done some > tests with SAS

As of 00.00 today I cannot compile my project.

2020-03-21 Thread Maria Jose Esteve
Hello, see if someone can help me because I can't work ... My project is compiled with maven and since 0.00 today (although I have not compiled the SDK artifacts are downloaded) The errors are: Error: interface method dispatchEvent in interface IEventDispatcher is implemented with an incompatib

RE: As of 00.00 today I cannot compile my project.

2020-03-21 Thread Maria Jose Esteve
day I cannot compile my project. Hi Maria, Add to compiler configuration option: true Thanks, Piotr On Sat, Mar 21, 2020, 6:45 PM Maria Jose Esteve wrote: > > Hello, see if someone can help me because I can't work ... > My project is compiled with maven and since 0.00 today (alt

RE: Changes in Icon library - Support for FontAwesome

2020-03-31 Thread Maria Jose Esteve
It is very Good news Carlos, thk Hiedra. De: Carlos Rovira Enviado el: martes, 31 de marzo de 2020 16:43 Para: us...@royale.apache.org; Apache Royale Development Asunto: Changes in Icon library - Support for FontAwesome Hi all, I added support for FontAwesome in the Icon library. I refactored

RE: Changes in Icon library - Support for FontAwesome

2020-04-30 Thread Maria Jose Esteve
need to be revisited. For now I think is a good starting point since all seems to work * If you see something in FontAwesome that can't be done vía current API in Royale, please let me know, for now I think this FA support is finished. Thanks! [1] https://pro.fontawesome.com/releases/v5.

Version 0.9.7? - 0.9.6?

2020-05-15 Thread Maria Jose Esteve
What happened? TDJ has "rejuvenated" SDK 9.0.6 :) It seems to me that someone has not slept well ... hahaha Hiedra.

Debug through the SDK code

2020-05-15 Thread Maria Jose Esteve
Hello, I can't debug through the SDK code, the most I can get (with "sourceMaps": true) is to see the js code. What am I missing? Any help will help me. Thank you. Hiedra.

RE: Debug through the SDK code

2020-05-15 Thread Maria Jose Esteve
Sorry, I forgot to comment that I work with vscode 😝 -Mensaje original- De: Maria Jose Esteve Enviado el: viernes, 15 de mayo de 2020 20:46 Para: us...@royale.apache.org CC: Apache Royale Development Asunto: Debug through the SDK code Hello, I can't debug through the SDK code

RE: Debug through the SDK code

2020-05-16 Thread Maria Jose Esteve
hopefully that should fix it. On Sat, May 16, 2020 at 1:14 PM Greg Dove wrote: > > It looks like the maven configuration for the main pom.xml had > false merged in. > > I will push a change for true > > > On Sat, May 16, 2020 at 12:39 PM Maria Jose Esteve > wrote: &

RE: Debug through the SDK code

2020-05-16 Thread Maria Jose Esteve
Hi, perfect, thank you very much Greg. 😊 -Mensaje original- De: Maria Jose Esteve Enviado el: sábado, 16 de mayo de 2020 12:57 Para: dev@royale.apache.org Asunto: RE: Debug through the SDK code Thanks Greg, I'm going to try it and I'll tell you ... -Mensaje origina

Image, does not flush when link value is null or blank

2020-06-27 Thread Maria Jose Esteve
Hola, Setting up a detail form, where I have a jewel image component, I have noticed that when a "" (empty string) or null is assigned to the src property, the image is not emptied.. I have detected the origin of the problem and I present a possible solution, to see how you see it. When the url

RV: Image, does not flush when link value is null or blank

2020-06-27 Thread Maria Jose Esteve
Sorry, De: Maria Jose Esteve Enviado el: sábado, 27 de junio de 2020 15:00 Para: dev@royale.apache.org Asunto: Image, does not flush when link value is null or blank Hola, Setting up a detail form, where I have a jewel image component, I have noticed that when a "" (empty string)

RE: Image, does not flush when link value is null or blank

2020-06-27 Thread Maria Jose Esteve
Do you get the attached screens? I don't see them ... I'm sorry, I put it in text: De: Maria Jose Esteve mailto:mjest...@iest.com>> Enviado el: sábado, 27 de junio de 2020 15:00 Para: dev@royale.apache.org<mailto:dev@royale.apache.org> Asunto: Image, does not flush when

RE: Show an alternate image when the original is not found

2020-06-27 Thread Maria Jose Esteve
works/projects/Basic/src/main/royale/org/apache/royale/html/beads/ErrorImage.as Can I do the PR like this? Sorry, but it's the first one at this level that I do. Thank you. De: Maria Jose Esteve Enviado el: domingo, 28 de junio de 2020 0:08 Para: us...@royale.apache.org Asunto: RE: Show an alter

RE: Show an alternate image when the original is not found

2020-06-27 Thread Maria Jose Esteve
I was missing the license text. Yes now. Hiedra. -Mensaje original- De: Maria Jose Esteve Enviado el: domingo, 28 de junio de 2020 1:08 Para: dev@royale.apache.org Asunto: RE: Show an alternate image when the original is not found Yishay, thanks to you too, the bead is a copy of the

RE: Show an alternate image when the original is not found

2020-06-28 Thread Maria Jose Esteve
sunto: Re: Show an alternate image when the original is not found Hi, about the package Harbs is right, I didn't remember that it was a bead that can be used across other ui sets. Path Basic/src/main/royale/org/apache/royale/html/beads/ErrorImage.as seems ok to me. @Maria Jose Esteve It&#

RE: Image, does not flush when link value is null or blank

2020-06-28 Thread Maria Jose Esteve
image. Also we could have another "RemoveImageFromDisplay" and "RemoveImageFromDOM" bead that instead of add alternative image will remove from DOM or display or DOM respectively. thoughts? El sáb., 27 jun. 2020 a las 18:10, Maria Jose Esteve () escribió: > Do you get

RE: Image, does not flush when link value is null or blank

2020-06-28 Thread Maria Jose Esteve
image indicating that a source must be added) In this case, we shouldn't remove the DOM element. 3.2.- or not show any. In this case, the DOM element could be removed. I will read your comments. Hiedra. -Mensaje original- De: Maria Jose Esteve Enviado el: domin

RE: Image, does not flush when link value is null or blank

2020-06-30 Thread Maria Jose Esteve
pment Asunto: Re: Image, does not flush when link value is null or blank Hi, thanks for the dissection :) could be possible to handle errors with a throw-catch block to avoid browser errors and have control over it? I think you have almost all right? thanks El dom., 28 jun. 2020 a las 19:18, Mar

RE: Image, does not flush when link value is null or blank

2020-07-01 Thread Maria Jose Esteve
: Carlos Rovira Enviado el: miércoles, 1 de julio de 2020 10:32 Para: Apache Royale Development Asunto: Re: Image, does not flush when link value is null or blank Hi Maria Jose, El mié., 1 jul. 2020 a las 2:06, Maria Jose Esteve () escribió: > Why not use the same bead ErrorImage to detect th

RE: Image, does not flush when link value is null or blank

2020-07-02 Thread Maria Jose Esteve
a PR prepared with a common ErrorImage bead for IImage controls and ImageButtons ... how do you see it? (It is a mixture of the two previous PR) Thank you. Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: miércoles, 1 de julio de 2020 20:06 Para: dev@royale.apache.org Asunt

RE: Image, does not flush when link value is null or blank

2020-07-02 Thread Maria Jose Esteve
e can review over the final state. About interfaces, if ther's none, you can add one to Core that covers that need and add to that controls (if I understand right) thanks! El jue., 2 jul. 2020 a las 10:35, Maria Jose Esteve () escribió: > Hi, > yesterday I made a PR of the ErrorImage b

RE: Image, does not flush when link value is null or blank

2020-07-02 Thread Maria Jose Esteve
ple using ImageButton but not Image) thanks El jue., 2 jul. 2020 a las 14:27, Maria Jose Esteve () escribió: > Hi Carlos, > I am making the corrections that Yishay makes for me in both PRs (880 > and > 881) > > For now, they are different beads: the 880 is for Image and the 881 &

RE: How about a "royale" or "frontend" track on the virtual ApacheCon?

2020-07-11 Thread Maria Jose Esteve
Hello, I don't think I can contribute much technologically speaking, but if I can help transcribe or adapt a simple example, let me know. I think ApacheCon is a very good opportunity to showcase all the good things they are doing here. I'm at your disposal. Thank you. -Mensaje original---

RE: Royale Echarts (was Re: Charts)

2020-07-29 Thread Maria Jose Esteve
y here, > > instead something like html2pdf, that seems to me a clear input that > wants > > a clear output and is not something we require to integrate and mix well > > with other Royale controls and containers > > > > So what do you th

RE: Royale Echarts (was Re: Charts)

2020-07-29 Thread Maria Jose Esteve
e.org Asunto: Re: Royale Echarts (was Re: Charts) 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 mo

RE: Royale Echarts (was Re: Charts)

2020-07-29 Thread Maria Jose Esteve
f 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 I have is simple, > with @extern, does it still seem good to you? > > The ECharts samp

RE: Royale Echarts (was Re: Charts)

2020-07-29 Thread Maria Jose Esteve
ad something like html2pdf, that seems to me a clear input that > wants > > a clear output and is not something we require to integrate and mix well > > with other Royale controls and containers > > > > So what do you think about this? > >

RE: Royale Echarts (was Re: Charts)

2020-08-10 Thread Maria Jose Esteve
eeing that seems very easy to integrate, but maybe we could need some > Royale data integration, or manage sizes or any other thing that could > appear as we use it. > > El mié., 29 jul. 2020 a las 17:55, Maria Jose Esteve > () > escribió: > > > Chris, > > Do I have to

RE: Royale Echarts (was Re: Charts)

2020-08-14 Thread Maria Jose Esteve
would be to just create @externs for ECharts, but > since it > > is a > > > "component", it seems using like a UIBase inside Royale will > benefit > > from a > > > better integration. > > > > > > In resume, seems t

RE: Royale Echarts (was Re: Charts)

2020-08-14 Thread Maria Jose Esteve
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException PS D:\Desarrollo_Royale\Proyectos\WPNetSuitePlus\Royale-echarts\royale-echarts> De: Maria Jose Esteve Enviado el: viernes, 14 de agosto de 2020 14:26 Para: dev@royale.apache.org Asunto: RE: Royale Echarts

RE: Royale Echarts (was Re: Charts)

2020-08-14 Thread Maria Jose Esteve
urces\archetype-resources\pom.xml -Mensaje original- De: Maria Jose Esteve Enviado el: viernes, 14 de agosto de 2020 14:35 Para: dev@royale.apache.org Asunto: RE: Royale Echarts (was Re: Charts) Sorry, The image of the error is not seen ... I paste text PS D:\Desarrollo_Royale\Proy

RE: Royale Echarts (was Re: Charts)

2020-08-14 Thread Maria Jose Esteve
tifact. I also see that you are targeting both SWF and JSRoyale. With echarts, isn't JSRoyale be the only usable option? May be a good idea to change SWF,JSRoyale to simply JSRoyale to only focus on JS output. Hope this helps, Brian -Original Message----- From: Maria Jose Estev

RE: Royale Echarts (was Re: Charts)

2020-08-14 Thread Maria Jose Esteve
le Echarts (was Re: Charts) I don't see it as commented out in either of the pom.xml files within the git repo that you shared: App.mxml SWF,JSRoyale <-- This is what I would change to simply JSRoyale Brian -Original Mess

RE: Royale Echarts (was Re: Charts)

2020-08-14 Thread Maria Jose Esteve
The develop branch is working. More tomorrow. Hiedra. -Mensaje original- De: Maria Jose Esteve Enviado el: sábado, 15 de agosto de 2020 1:00 Para: dev@royale.apache.org Asunto: RE: Royale Echarts (was Re: Charts) Hahahha I got you wrong, I was talking about the library project [1

Example integration Royale - JS Apache ECharts [Royale Echarts (was Re: Charts)]

2020-08-18 Thread Maria Jose Esteve
Hello, I keep moving forward with the JS Apache ECharts library [1] integration sample project. The project repo is available at [2]. I have separated the project into 2 sub-projects: royale-echarts (library) and royale-echarts-example (implementation example) Royale-echarts exposes the echarts

RE: Example integration Royale - JS Apache ECharts [Royale Echarts (was Re: Charts)]

2020-08-19 Thread Maria Jose Esteve
; branch? El mié., 19 ago. 2020 a las 9:04, Yishay Weiss () escribió: > I tried looking at the repo [2], but there are no .as files there. Are > you sure you pushed everything? > > From: Maria Jose Esteve<mailto:mjest...@iest.com> > Sent: Tuesday, August 18, 2020 11:19 PM >

Crux - Inject model in Bead

2020-09-01 Thread Maria Jose Esteve
Hi, I am implementing crux. I inject the model perfectly into any view and / or controller but I can't inject it into a Bead. How should I do it? If I inject the model into the main control, and retrieve it from the Bead as << (_strand as EChartsComponent) .echartsThemesModel >> I can use it. I i

RE: Crux - Inject model in Bead

2020-09-01 Thread Maria Jose Esteve
Thanks Carlos, I don't know what to do, I'm lost: P. Since last week I have done nothing but model "what I had" with crux and now ... The main problem is that I do not know the actual operation of Crux, nor what it means ... I'm going to look at the projects in the crux example sdk again to see i

RE: Crux - Inject model in Bead

2020-09-01 Thread Maria Jose Esteve
to that component, so Crux usually is not something to be applied at that level. So your library is about "global scoped" or is "local scoped"? Usually use Crux only if it is the first case. El mar., 1 sept. 2020 a las 18:46, Maria Jose Esteve () escribió: > Thanks Carl

RE: Crux - Inject model in Bead

2020-09-02 Thread Maria Jose Esteve
pity is that I did not have the adequate base of studies , but I put it all! I will continue later. Thank you. Hiedra. El mié., 2 sept. 2020 a las 0:12, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: > You have already answered Carlos, Crux is not suitable for a li

RE: Crux - Inject model in Bead

2020-09-03 Thread Maria Jose Esteve
s/blob/themes/loadLocal/royale-echarts-examples/src/main/royale/com/proj/example/views/EChartsExampleBasic.mxml Hiedra -Mensaje original- De: Carlos Rovira Enviado el: miércoles, 2 de septiembre de 2020 16:29 Para: Apache Royale Development Asunto: Re: Crux - Inject model i

Initial example of using the external Apache ECharts library from Apache Royale

2020-09-09 Thread Maria Jose Esteve
Hello, I have made a small example of integration with Apache ECharts and, although at the moment, it is very basic, I wanted to share it with you. I've posted a couple of gifs [1] [2] I will keep improving the wrapper and adding new examples. If someone wants to collaborate, the repo is in [3]

RE: Initial example of using the external Apache ECharts library from Apache Royale

2020-09-09 Thread Maria Jose Esteve
t. Thanks, Piotr śr., 9 wrz 2020 o 09:45 Maria Jose Esteve mailto:mjest...@iest.com>> napisał(a): > Hello, > I have made a small example of integration with Apache ECharts and, > although at the moment, it is very basic, I wanted to share it with you. > I've posted

RE: Initial example of using the external Apache ECharts library from Apache Royale

2020-09-09 Thread Maria Jose Esteve
cation with current version > - I will try to look into yours and eventually use it. > > Thanks, > Piotr > > śr., 9 wrz 2020 o 09:45 Maria Jose Esteve napisał(a): > > > Hello, > > I have made a small example of integration with Apache ECharts and, > > alt

RE: ApacheCon @Home Tracks for Royale published

2020-09-10 Thread Maria Jose Esteve
Hello I do not know if we will get to do much more, than there is currently, in the example of integration with Apache Echarts, in a week, maybe the application of creating and manipulating Themes... Do you think it would be nice to show part of the sample project in one of YOUR presentations?

RE: ApacheCon @Home Tracks for Royale published

2020-09-11 Thread Maria Jose Esteve
are.de>>) escribió: > @Carlos, > > if you want to see the other Royale talks: > > https://www.apachecon.com/acah2020/tracks/royale.html > > ... And there's my talk on home automation with Apache, which will also > t

RE: ApacheCon @Home Tracks for Royale published

2020-09-11 Thread Maria Jose Esteve
t; > so you can start with something similar or whatever you feel comfortable > > with. > > > > El vie., 11 sept. 2020 a las 13:09, Christofer Dutz (< > > christofer.d...@c-ware.de>) escribió: > > > > > Hi Hiedra, > > > > > > Yo

RE: Open ByteArray as file

2020-09-11 Thread Maria Jose Esteve
Hello Hugo, I don't know if this will help you ... I could send you an example of "image opening" with from FileReference and its transfer to the backend as ByteArray by AMF3 ... Would it be useful? Hiedra -Mensaje original- De: Hugo Ferreira Enviado el: jueves, 10 de septiembre de 20

Jewel TabBar CSS hover has stopped working

2020-09-13 Thread Maria Jose Esteve
Hi, About a month ago, I created a Ribbon in my project with a Jewel TabBar control that I applied CSS to to give it a "hover" effect. Since the changes that were made in September it seems that it does not apply and I don't know why ... My TabBar has a custom itemRenderer ...

RE: Jewel TabBar CSS hover has stopped working

2020-09-13 Thread Maria Jose Esteve
the components to reach the final goals and make them more flexible. Thanks El dom., 13 sept. 2020 a las 14:36, Maria Jose Esteve () escribió: > Hi, > About a month ago, I created a Ribbon in my project with a Jewel > TabBar control that I applied CSS to to give it a "hover"

RE: Open ByteArray as file

2020-09-15 Thread Maria Jose Esteve
; > > should gave a name any way or make the fileName mandatory. > > > > > > Hugo Ferreira escreveu no dia sexta, > 11/09/2020 > > > à(s) 14:54: > > > > > > > Hi Maria, > > > > > > > > Of course. > > > > A

RE: Report engine in Royale

2020-09-28 Thread Maria Jose Esteve
Hi Hugo, You can possibly implement it in the same way as I have done with ECharts, at least for the initial tests, with @externs. Maybe, to start, you could see the repo for test royale-echarts [1] We are migrating our previous Flex application to Royale and we use our own report generator .ne

RE: Report engine in Royale

2020-09-28 Thread Maria Jose Esteve
same reports. I know that they have a small util to convert reports from Crystal to their format. Perhaps not 100% compatible but perhaps can save you more time than rebuild from scratch. Maria Jose Esteve escreveu no dia segunda, 28/09/2020 à(s) 12:15: > Hi Hugo, > You can possibly im

RE: Report engine in Royale

2020-09-29 Thread Maria Jose Esteve
; - A typical user likes to preview and then, only then print, export to > PDF or Excel or even sent to E-Mail. > > If you show a PDF, user is satisfied but if you show a preview to then > export to PDF, user it's very happy. > Strange behaviours :) > > Regards, >

RE: Example integration Royale - JS Apache ECharts [Royale Echarts (was Re: Charts)]

2020-09-30 Thread Maria Jose Esteve
> > > > Am 19.08.20, 13:11 schrieb "Yishay Weiss" : > > My mistake, I can see it. Thanks, Carlos and Hiedra. > > From: Maria Jose Esteve<mailto:mjest...@iest.com> > Sent: Wednesday, August 19, 2020 1:47 PM > To: dev@royale.apache.org<m

Jewel List - selectionChange

2020-10-05 Thread Maria Jose Esteve
Hello, I wanted to ask a question ... I'm sure there is an explanation that I can't see ... Why is it that when we select a row in a List control, a scrollToIndex is not performed to make it visible? Is there a situation where I insert a List control and don't want to see the item I have selecte

RE: Report Engine (viewer and designer) available for Apache Royale on Github

2020-10-06 Thread Maria Jose Esteve
Thanks for sharing Hugo Hiedra -Mensaje original- De: Hugo Ferreira Enviado el: lunes, 5 de octubre de 2020 23:36 Para: Apache Royale Development Asunto: Re: Report Engine (viewer and designer) available for Apache Royale on Github Thank you. You welcome. Carlos Rovira escreveu no

RE: Jewel List - selectionChange

2020-10-29 Thread Maria Jose Esteve
g that, if nobody states something > against it we can implement it. > > Thanks > > El mar., 6 oct. 2020 a las 1:31, Maria Jose Esteve > (mailto:mjest...@iest.com>>) > escribió: > > > Hello, I wanted to ask a question ... I'm sure there is an &

Night compilation of the 29th - Compilation failure in my projects.

2020-10-30 Thread Maria Jose Esteve
Hi, I can't compile any projects after including Josh's changes in royale-compiler on the 29th. I do not identify the problem, but in order to work I had to create a compilation without them. (3ceee572c331770f3852a7b77c5e5c5c2f414909 last commit ok) Do you know what may be happening? Thx. Hiedr

RE: Jewel List - selectionChange

2020-10-30 Thread Maria Jose Esteve
I have been "commented" with quite good criterio 😝 to separate the improvements, the errors and my solution proposals, so this afternoon I will try to send everything in different emails. Sorry Hiedra. -Mensaje original- De: Maria Jose Esteve Enviado el: viernes, 30

RE: Night compilation of the 29th - Compilation failure in my projects.

2020-10-30 Thread Maria Jose Esteve
know if you still have problems! -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Fri, Oct 30, 2020 at 4:22 AM Maria Jose Esteve wrote: > Hi, > I can't compile any projects after including Josh's changes in > royale-compiler on the 29th. > I do not identi

RE: Night compilation of the 29th - Compilation failure in my projects.

2020-10-30 Thread Maria Jose Esteve
issue. Let me know if you still have problems! -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Fri, Oct 30, 2020 at 4:22 AM Maria Jose Esteve wrote: > Hi, > I can't compile any projects after including Josh's changes in > royale-compiler on the 29th. > I

Jewel List - selectionChange (Bis)

2020-11-01 Thread Maria Jose Esteve
see any problem with doing that, if nobody states something > against it we can implement it. > > Thanks > > El mar., 6 oct. 2020 a las 1:31, Maria Jose Esteve > (mailto:mjest...@iest.com>>) > escribió: > > > Hello, I wanted to ask a question ... I&#

RE: Jewel List - selectionChange (Bis)

2020-11-02 Thread Maria Jose Esteve
know it before taking action. Thanks! Carlos El lun., 2 nov. 2020 a las 5:04, Maria Jose Esteve () escribió: > Hi, > I have put together a small example that shows the current behavior of > a Jewel List when row changes [1]. > It's simple, the scroll movement does not depe

RE: Royale Echarts (was Re: Charts)

2020-11-03 Thread Maria Jose Esteve
eFlex/status/1196869340290785280 > > > > El sáb., 15 ago. 2020 a las 5:10, Maria Jose Esteve > () > escribió: > > > The develop branch is working. > > More tomorrow. > > > > Hiedra. > > > > -Mensaje original- > > De: Maria Jose Es

RE: Royale Echarts (was Re: Charts)

2020-11-03 Thread Maria Jose Esteve
at his specific interfaces should maybe be part of /royale-echarts/ folder. That's all. I was able to build library itself and example. Thanks, Piotr wt., 3 lis 2020 o 19:11 Maria Jose Esteve napisał(a): > Hello Piotr, > yes, the whole ./echarts folder, included in the example p

RE: Royale Echarts (was Re: Charts)

2020-11-03 Thread Maria Jose Esteve
ass - which run chart - for example Pie chart. wt., 3 lis 2020 o 19:39 Maria Jose Esteve napisał(a): > In the / echarts folder the basic component is created to add it in an > mxml tag (EChartsBasicControl and EChartsWithThemeControl). There is > also a bead to load themes and ano

RE: Royale Echarts (was Re: Charts)

2020-11-03 Thread Maria Jose Esteve
Piotr, I've already moved it, compile everything ok. I have mixed it into develop. Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: martes, 3 de noviembre de 2020 19:59 Para: dev@royale.apache.org Asunto: RE: Royale Echarts (was Re: Charts) Of course, as you prefer,

RE: Jewel List - selectionChange (Bis)

2020-11-03 Thread Maria Jose Esteve
aje original- De: Maria Jose Esteve Enviado el: lunes, 2 de noviembre de 2020 12:35 Para: dev@royale.apache.org Asunto: RE: Jewel List - selectionChange (Bis) Yes Carlos, I just got my old pc back, I look at it and tell you. Thank you. Hiedra. -Mensaje original- De: Carlos Rovira Env

RE: Jewel List - selectionChange (Bis)

2020-11-04 Thread Maria Jose Esteve
Right Carlos. If the guideline is that the operation should be the same, basically, I also think it should be a bead, since the application of the scrollToIndex, whenever the selected element is changed, it would be a sudden change. Would we agree to add this functionality in a bead? If you

RE: Jewel List - selectionChange (Bis)

2020-11-04 Thread Maria Jose Esteve
forward. For example a name could be "ScrollIndexToSelection" in the " org.apache.royale.jewel.beads.controls.list" package. Then it just listen for selectionChange event and do the scrollToIndex thanks! El mié., 4 nov. 2020 a las 10:40, Maria Jose Esteve () escribió: > Right Carlos. I

Error compile SDK 30.11.2020

2020-11-29 Thread Maria Jose Esteve
Hi, I cannot compile the SDK. I paste the last lines before the error:... [INFO] Checked 45 files for H:\DESARROLLO\WPNetSuitePlus\Proyectos\Royale-git\royale-asjs\frameworks\projects\Jewel\src\main\sass [INFO] Checked 0 filtered (**/*.css) files for H:\DESARROLLO\WPNetSuitePlus\Proyectos\Royale

RE: Jewel List - selectionChange (Bis)

2020-11-29 Thread Maria Jose Esteve
his helps and I think we can close this case Carlos El jue, 5 nov 2020 a las 0:51, Maria Jose Esteve () escribió: > Hi, > This could be a possible implementation of the ScrollIndexToSelection bead: > > package .jewel.beads.controls.list { > import org.apache.royal

RE: Error compile SDK 30.11.2020

2020-11-29 Thread Maria Jose Esteve
Hi, I was able to compile ok until commit 7981ae252066379e4b03b3f9805b9c3aa7ef15e5. (Carlos last commit) Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: lunes, 30 de noviembre de 2020 1:29 Para: dev@royale.apache.org Asunto: Error compile SDK 30.11.2020 Hi, I cannot

RE: Error compile SDK 30.11.2020

2020-11-30 Thread Maria Jose Esteve
2020 a las 2:05, Maria Jose Esteve () escribió: > Hi, I was able to compile ok until commit > 7981ae252066379e4b03b3f9805b9c3aa7ef15e5. (Carlos last commit) > > Hiedra > > -Mensaje original- > De: Maria Jose Esteve Enviado el: lunes, 30 de > noviembre

Dispatch event - Change event

2020-11-30 Thread Maria Jose Esteve
Hi, I wanted to expose a recurring behavior with the controls that implement ISelectionModel (List, TabBar, ...) Whenever the control is "clicked" the "change" event is dispatched, whether or not the index has changed. I don't know if this behavior obeys a philosophy (launch the change because t

RE: Dispatch event - Change event

2020-11-30 Thread Maria Jose Esteve
I sent the unfinished mail, ... Hi, I wanted to expose a recurring behavior with the controls that implement ISelectionModel (List, TabBar, ...) Whenever the control is "clicked" the "change" event is dispatched, whether or not the index has changed. I don't know if this behavior obeys a philoso

RE: Jewel List - selectionChange (Bis)

2020-12-01 Thread Maria Jose Esteve
a las 1:37, Maria Jose Esteve () escribió: > Hi Carlos, > Yes, I have seen your changes and was comparing them with mine. In the > end, I also modified the controller and the model but in another way. > I have to analyze your solution 😝, because I added some extra > modificatio

RE: Jewel List - selectionChange (Bis)

2020-12-02 Thread Maria Jose Esteve
del. Since is a jewel component you need it to make it work. So I think the approach is to add it to your code. If you don't want to add it I need to know the reason to understand it. El mié, 2 dic 2020 a las 3:21, Maria Jose Esteve () escribió: > Hi, Carlos > Some time ago I impl

RE: Jewel List - selectionChange (Bis)

2020-12-05 Thread Maria Jose Esteve
ow if that solves the problem thanks El jue, 3 dic 2020 a las 0:24, Maria Jose Esteve () escribió: > Hi, > I don't understand Carlos, my control "extends" from Jewel > ToggleButtonBar and the model it has defined is ButtonBarModel (not > IJewelSelectionModel). >

Crux - RemoteObject do not conect to the backend within a Library

2020-12-13 Thread Maria Jose Esteve
Hello, I am "studying" 😝 and I am facing a problem that I cannot solve ... A simple example of authentication (sending credentials and receiving ok / nook message): - A view to enter loginname and password. - A model. LoginModel - A controller. LoginController - A delegate. LoginDelegate. A single

RE: Crux - RemoteObject do not conect to the backend within a Library

2020-12-13 Thread Maria Jose Esteve
-configuration-settings.html#default-initializers El dom, 13 dic 2020 a las 20:25, Maria Jose Esteve () escribió: > Hello, I am "studying" 😝 and I am facing a problem that I cannot solve ... > A simple example of authentication (sending credentials and receiving > ok / nook m

RE: Crux - RemoteObject do not conect to the backend within a Library

2020-12-14 Thread Maria Jose Esteve
options? You need to keep metadata there too. El dom, 13 dic 2020 a las 21:12, Maria Jose Esteve () escribió: > Hi Carlos, > No, I have it in the pom: > > > -js-default-initializers=true; > -js-dynamic-access-unknown-members=true; >

RE: Crux - RemoteObject do not conect to the backend within a Library

2020-12-14 Thread Maria Jose Esteve
to view and from view to controller it does? On the other hand, I can't understand why if I change the backend to the same IIS the behavior is different ... Thx. Hiedra. -Mensaje original- De: Maria Jose Esteve Enviado el: domingo, 13 de diciembre de 2020 20:25 Para: dev@royale.apache

RE: Crux - RemoteObject do not conect to the backend within a Library

2020-12-15 Thread Maria Jose Esteve
,PostConst ruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient; El mar, 15 dic 2020 a las 0:49, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: > Hi Carlos, > These are the additional options I have: > > In the pom.xml of the library: > >

RE: Crux - RemoteObject do not conect to the backend within a Library

2020-12-15 Thread Maria Jose Esteve
er to View is not something that the MVC promote. The right way is controller change the model and then view updates through binding (check TodoMVC crux example). So you are sending an event to the dispatcher (the main app) and there you'll be able to catch and process. El mar, 15 dic 2

Error extending bead Disabled

2021-01-03 Thread Maria Jose Esteve
Hello, I'm getting an error that I can't fix when extending bead Jewel Disabled: interface method addEventListener in interface IEventDispatcher is implemented with an incompatible signature in class DisabledToolTip interface method removeEventListener in interface IEventDispatcher is implemente

RE: Error extending bead Disabled

2021-01-04 Thread Maria Jose Esteve
On 1/3/2021 9:50 PM, Maria Jose Esteve wrote: > Hello, > I'm getting an error that I can't fix when extending bead Jewel Disabled: > > interface method addEventListener in interface IEventDispatcher is > implemented with an incompatible signature in class DisabledToolTip &

RE: Error extending bead Disabled

2021-01-04 Thread Maria Jose Esteve
Disable problem extending from DispatcherBead, but hope others can give us some thoughts about this problem and if it can be solved in other ways for other cases. El lun, 4 ene 2021 a las 9:49, Maria Jose Esteve () escribió: > Hi Edward, > Thanks for answering. If this is so ... how can I do i

RE: Error extending bead Disabled

2021-01-04 Thread Maria Jose Esteve
Sorry, I didn't make it clear that the error occurs when I specify a value for the "beadToolTip" property Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: lunes, 4 de enero de 2021 11:41 Para: dev@royale.apache.org Asunto: RE: Error extending bead Disabled

SDK does not compile

2021-01-04 Thread Maria Jose Esteve
Hi, SDK compilation gave me an error with de commit: Commit: a6bd6adbde6d7344970c196e087432d2ebaa708e [a6bd6ad] Parents: 1831252c57 Author: greg-dove Date: martes, 5 de enero de 2021 9:24:07 Committer: greg-dove For now, switching to use latest compiler build (0.9.9-SNAPSHOT) for 0.9.8-SNAPSHOT

RE: SDK does not compile

2021-01-05 Thread Maria Jose Esteve
PSHOT). I expect this will be resolved in the near future. regards, Greg On Tue, Jan 5, 2021 at 12:58 PM Maria Jose Esteve wrote: > Hi, SDK compilation gave me an error with de commit: > > Commit: a6bd6adbde6d7344970c196e087432d2ebaa708e [a6bd6ad] > Parents: > 1831252c57 > Author:

  1   2   3   4   5   >