RE: selectedItems for Lists and DataGrids Jewel

2021-03-22 Thread Maria Jose Esteve
Jewel Hi David, There's a multiselectionList in Basic. It holds multiple selected items and selected indexes.you can set multiple values and get multiple values through it.You can use that. Also you can create a similar one in Jewel. HTH Alina Kazi On Mon, 22 Mar 2021, 8:53 PM Maria J

RE: selectedItems for Lists and DataGrids Jewel

2021-03-22 Thread Maria Jose Esteve
could in Flex. On Mon, 22 Mar 2021 at 16:47, Maria Jose Esteve mailto:mjest...@iest.com>> wrote: David, what do you mean? Can't access myList.selectedItem? Hiedra -Mensaje original- De: David Slotemaker de Bruine mailto:dslotema...@vicensvives.com>> Enviado el: lunes, 22 de marz

RE: selectedItems for Lists and DataGrids Jewel

2021-03-22 Thread Maria Jose Esteve
David, what do you mean? Can't access myList.selectedItem? Hiedra -Mensaje original- De: David Slotemaker de Bruine Enviado el: lunes, 22 de marzo de 2021 15:26 Para: users@royale.apache.org Asunto: selectedItems for Lists and DataGrids Jewel Hi, Are there plans to add "selectedItems"

RE: Royale presentations at ApacheCon 2021

2021-03-18 Thread Maria Jose Esteve
+1 for All  and an extra ++ 1 for the Externs talk, as Piotr says "if it can be done in js ... it can be done in Royale" and that I think a strong point. Regarding how we can help, I am also with Bilbosax, "if you tell me how I can help, ... I will try " I would very much like to be able

RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
Well no, it was a "false positive", I will leave it pending until I see if someone can take the time to add the CSS variables to the compiler. Hiedra De: Maria Jose Esteve Enviado el: miércoles, 17 de marzo de 2021 19:47 Para: users@royale.apache.org Asunto: RE: CSS variables error

RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
ything in here: https://www.w3.org/Style/CSS/specs.en.html On Mar 17, 2021, at 2:34 PM, Maria Jose Esteve mailto:mjest...@iest.com>> wrote: Hahahaha, Do you notice that I am learning EVERYTHING? , I'm going to find out what “plain vanilla” is and I'll tell you. Thanks Harbs Hiedra De

RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
vanilla (HTML style) CSS file. Namespaces are not recognized in regular css. On Mar 17, 2021, at 10:21 AM, Maria Jose Esteve mailto:mjest...@iest.com>> wrote: My external CSS file is "assets / css / initializations.css" and I add it to the html template before "

RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
olorlight: #BBDEFA; } .jewel.topappbar .topBarAppHeader { background: val(--pricolordark); } I will comment on github, as you suggest, because I doubt that I will be able to add it to the compiler  Thx Harbs. Hiedra De: Maria Jose Esteve Enviado el: miércoles, 17 de marzo de 2021 8:41 Para:

RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
It seems that the solution was to create an external css that would not go into the compilation process but this does not work here. Wait. Missed this line. Why wouldn’t it work? On Mar 17, 2021, at 1:08 AM, Maria Jose Esteve mailto:mjest...@iest.com>> wrote: Hello, I am trying

CSS variables error

2021-03-16 Thread Maria Jose Esteve
Hello, I am trying to use "variables" in my default CSS but not succeeding, when compiling I get an error: Error: Unexpected exception 'java.util.NoSuchElementException' at org.antlr.runtime.misc.LookaheadStream.LB:159 I have tried declaring them in ": root", ".global" and ".Application" but I

RE: Strange conversion to JS

2021-03-16 Thread Maria Jose Esteve
a codebase Sorry and thanks! public function cargarConfiguraciones():AsyncToken { return remoteObject.cargarConfiguraciones(); } public function cargarAnyoActual():AsyncToken { return remoteObject.commonService.cargarAnyoActual(); } On Tue, 16 Mar 2021 at 17:49, Maria Jose Esteve

RE: Strange conversion to JS

2021-03-16 Thread Maria Jose Esteve
Hola David, Could you send the content of commonService? Hiedra. -Mensaje original- De: David Slotemaker de Bruine Enviado el: lunes, 15 de marzo de 2021 16:21 Para: users@royale.apache.org Asunto: Strange conversion to JS Hi all, I have two CRUX calls to a RemoteObject which are

RE: Register Class error

2021-03-10 Thread Maria Jose Esteve
:) Yes I have the Bead in Application.mxml along with the call in the ApplicationComplete event handler: Thats correct isn't it? Thats How I have it in other projects. D On Wed, 10 Mar 2021 at 12:33, Maria Jose Esteve mailto:mjest...@iest.com>> wrote: Hello, ... I don't know if I'm late

RE: Register Class error

2021-03-10 Thread Maria Jose Esteve
Hello, ... I don't know if I'm late ... Do you have the bead "" included? Hiedra -Mensaje original- De: David Slotemaker de Bruine Enviado el: lunes, 8 de marzo de 2021 14:13 Para: users@royale.apache.org Asunto: Register Class error Hi All, I am trying to register the Array class

RE: Horizontal Layout - Actionscript

2021-03-10 Thread Maria Jose Esteve
Perfect!!!  Hiedra -Mensaje original- De: Bilbosax Enviado el: lunes, 8 de marzo de 2021 14:14 Para: users@royale.apache.org Asunto: RE: Horizontal Layout - Actionscript Hiedra, I just wanted to give you a quick update. I used HorizontalLayout as you suggested and it is working

RE: Enable and Disable Application

2021-03-10 Thread Maria Jose Esteve
Hi, with the bead "Disabled" and the property "disabled" that you will be able to bind as you did with "enabled". There are different Disabled beads depending on the component, .. if I remember correctly. For example ... for List, TextInput, Checkbox is "Disabled", but the ComboBox has one for

RE: dts2as (archived) + ECharts

2021-03-03 Thread Maria Jose Esteve
ubject: Re: dts2as (archived) + ECharts There's a tool in Haxe which does the same its called something like typescript to haxe. Then convert to as309:39, March 1, 2021, Maria Jose Esteve mailto:mjest...@iest.com>>: I am convinced that understanding what is being done "everything comes o

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Maria Jose Esteve
Hello Bilbosax, if you have a couple of weeks I would also wait. If you need it by then don't worry because you can make the background white without any problem, simply with a custom classname, don't see it as a drawback. Regarding the width there is no problem either, in my example it is like

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Maria Jose Esteve
Hi Bilbosax, I can't quite understand the background problem ... Can't you customize the item's css style to make it transparent for example? And regarding the layout change, ... do you need this effect [1]? If this works for you, until the THL works as you need, you could assign an HL to the

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Maria Jose Esteve
In this case it is a Jewel List: The itemrenderer ThumbnailItemRenderer.mxml http://ns.adobe.com/mxml/2009; xmlns:j="library://ns.apache.org/royale/jewel" xmlns:js="library://ns.apache.org/royale/basic"

RE: Horizontal Layout - Actionscript

2021-03-02 Thread Maria Jose Esteve
Bilbosax, This is what you need? https://drive.google.com/file/d/1oNDPROvJ8wOqW-P-FBpMZHv0E3Qu1jXT/view?usp=sharing Hiedra -Mensaje original- De: Bilbosax Enviado el: lunes, 1 de marzo de 2021 20:45 Para: users@royale.apache.org Asunto: Re: Horizontal Layout - Actionscript Yes, I

RE: dts2as (archived) + ECharts

2021-03-01 Thread Maria Jose Esteve
edefs/blob/develop/README> Apache Royale TypeDefs. Contribute to apache/royale-typedefs development by creating an account on GitHub. github.com ________ From: Maria Jose Esteve mailto:mjest...@iest.com>> Sent: Sunday, February 28, 2021 1:50 PM To: users

RE: dts2as (archived) + ECharts

2021-02-28 Thread Maria Jose Esteve
cka/ts-to-goog> From: Maria Jose Esteve mailto:mjest...@iest.com>> Sent: Wednesday, February 17, 2021 10:24 PM To: users@royale.apache.org<mailto:users@royale.apache.org> mailto:users@royale.apache.org>> Subject: dts2as (archived) + ECharts

RE: Graphing

2021-02-18 Thread Maria Jose Esteve
@Bilbosax, how much data will you need to handle? The way I see it, SVG charts like D3.js are great for flexibility and customization, but they aren't as effective for real-time and big data. Echarts takes the complexity out of customizing canvas graphics based on Echarts' incredibly powerful

dts2as (archived) + ECharts

2021-02-17 Thread Maria Jose Esteve
-typescript-definitions-with-actionscript/ [3] https://github.com/DefinitelyTyped/DefinitelyTyped/tree/a865292381692db5a126e668403e6afb894695d2/types/echarts Thx. Hiedra. De: Maria Jose Esteve Enviado el: miércoles, 17 de febrero de 2021 11:20 Para: users@royale.apache.org Asunto: RE: Charts Hi

RE: Jewel Image Fail Event?

2021-02-17 Thread Maria Jose Esteve
Hi Bilbosax, There is a bead "ErrorImage". In TDJ example. Hiedra. -Mensaje original- De: Bilbosax Enviado el: miércoles, 17 de febrero de 2021 19:59 Para: users@royale.apache.org Asunto: Jewel Image Fail Event? My app shows a lot of images. If a url that I supply for the image src

RE: Charts

2021-02-17 Thread Maria Jose Esteve
2021 a las 11:20, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: Hi, that was my first choice but I didn't find any utility that generates as3 from TypeScript, I've just found the opposite "from as3 to TypeScript" ... I'll look again. If Josh had something and could sh

RE: Charts

2021-02-17 Thread Maria Jose Esteve
rn library from that would be great. El mar, 16 feb 2021 a las 19:58, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: Hi, @Piotr, @Carlos, I have the ECharts typedefs in TypeScript, could we create an assembly that we can use directly in Royale? Could I try to create it? H

RE: [EXTERNAL] Crux - binding model between views

2021-02-16 Thread Maria Jose Esteve
binding: [Bindable] [Inject(source="customerModel", bind="true")] public var customerModel:CustomerModel; Two way binding: [Bindable] [Inject(source="customerModel", twoWay="true")] public var customerModel

RE: Charts

2021-02-16 Thread Maria Jose Esteve
tr pon., 27 lip 2020 o 13:12 Maria Jose Esteve mailto:mjest...@iest.com>> napisał(a): Hello, I have to make several Charts (bar and pie) and I was looking at the examples included in the SDK. I am doing tests, in my Jewel Application implementing crux, with the Basic Chart controls b

RE: Graphing

2021-02-16 Thread Maria Jose Esteve
Hi, @Bilbosax, like Piotr, we use Echarts [1]. If you want, you can see a small presentation I made for ApacheCon [2] that is unfinished, but it sure gives you an idea of whether or not you can use ECharts. For now, I have made a small library for royale that exposes a couple of controls that

RE: Remote Object Call Performance and Fault Event

2021-02-10 Thread Maria Jose Esteve
Hi David, How many records do you have? Hiedra De: David Slotemaker de Bruine Enviado el: miércoles, 10 de febrero de 2021 15:27 Para: users@royale.apache.org Asunto: Re: Remote Object Call Performance and Fault Event Hey Guys, Thank you both! That compile string works a treat, I can now send

Crux - binding model between views

2021-02-10 Thread Maria Jose Esteve
Hi, let's see if someone can help me or give me some clue to follow. In the application in which I am working there are many maintenance, mvc, whose management is identical. We have created a component SectionContent, ModuleSectionContent.as, with the idea of ​​encapsulating in it all the

RE: ArrayCollection

2021-02-08 Thread Maria Jose Esteve
Hello david, You have to use ArrayList Hiedra -Mensaje original- De: David Slotemaker de Bruine Enviado el: lunes, 8 de febrero de 2021 8:34 Para: users@royale.apache.org Asunto: ArrayCollection Hi All, I did a search on the new group but only came up with suggestions as to what I

RE: Error in extension -AS3 & MXML for VSCode- after upgrading VSCode to version 1.53.0

2021-02-07 Thread Maria Jose Esteve
d try to avoid anything on your side that are custom personalization. Maybe you have something interfering that you don't think its the problem. You should put the minimum and then grow up your environment until the problem shows up again El vie, 5 feb 2021 a las 20:38, Maria Jose Esteve (mailto:mje

RE: Error in extension -AS3 & MXML for VSCode- after upgrading VSCode to version 1.53.0

2021-02-05 Thread Maria Jose Esteve
any issue. If that helps... El vie, 5 feb 2021 a las 10:54, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: In case the same thing happens to someone, ... I have discovered something else ... Opening the developer tools, in vscode, I see the following errors: [https://drive.google.

RE: Error in extension -AS3 & MXML for VSCode- after upgrading VSCode to version 1.53.0

2021-02-05 Thread Maria Jose Esteve
till investigating Hiedra -Mensaje original----- De: Maria Jose Esteve Enviado el: viernes, 5 de febrero de 2021 9:23 Para: users@royale.apache.org Asunto: RE: Error in extension -AS3 & MXML for VSCode- after upgrading VSCode to version 1.53.0 Hi Bilbosax, I'm still the same, with the

RE: Error in extension -AS3 & MXML for VSCode- after upgrading VSCode to version 1.53.0

2021-02-05 Thread Maria Jose Esteve
Hi Bilbosax, I'm still the same, with the same error. I'm going to reinstall the vscode to see if it solves. The truth is that I don't understand what happened, he has gone crazy. Hiedra -Mensaje original- De: Bilbosax Enviado el: viernes, 5 de febrero de 2021 4:02 Para:

Error in extension -AS3 & MXML for VSCode- after upgrading VSCode to version 1.53.0

2021-02-04 Thread Maria Jose Esteve
Hi, I just installed the latest VSCode update, and after opening and closing several times the extension " AS3 & MXML for VSCode" has stopped working: Couldn't start client ActionScript & MXML Language Server The ActionScript & MXML extensión failed to start. Intenal Error. I have uninstalled

RE: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-23 Thread Maria Jose Esteve
tabinding) Yeah, that would be very cool Maria Jose :) El vie, 22 ene 2021 a las 21:11, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: Yes, it seemed to me too . I will clean the code and share it (maybe tomorrow). Hiedra. De: Carlos Rovira mailto:carlosrov...@apache.org

RE: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-22 Thread Maria Jose Esteve
:) Maybe we could create a bead for PopUp to make if you use Crux to streamline the use... someone is encouraged to create this and contribute? :) El vie, 22 ene 2021 a las 20:03, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: It works perfect for me. I have another mxml that I dynam

RE: [EXTERNAL] Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-22 Thread Maria Jose Esteve
searchPopup:SearchPopup = new SearchPopup(); . . . dispatchEvent(new BeanEvent(BeanEvent.ADD_BEAN, searchPopup)); . . . popup = new PopUp(); popup.content = searchPopup; addElement(popup); popup.open = true; Hope this helps. Brian From: Maria Jose Esteve mailto:mjest...@iest.com>> Sent: Friday, J

Popup and Databinding with Crux (RE: Popup and Databinding)

2021-01-22 Thread Maria Jose Esteve
Hi, I am experiencing an error similar to wkoch, the Databinding in a Popup does not work, in my case using crux. I have an mxml, TopesDetPerson, that shows the detail of a record. My mvc model is injected and binded and it works perfectly if we insert it into the main mxml (SectionContent)

RE: Popup and Databinding

2021-01-18 Thread Maria Jose Esteve
Hi wkoch, sorry but I didn't understand you ... >From your App.mxml do you need to open a Popup directly from code or do you >need to "create" it and then "open" it? The grid is in your main canvas App.mxml and in the popup there is a label? What you need is that when you move through the grid

RE: setting color for js:MaterialIcon

2021-01-13 Thread Maria Jose Esteve
Hi, define text color in CSS Hiedra. -Mensaje original- De: choirul anam Enviado el: miércoles, 13 de enero de 2021 10:52 Para: users@royale.apache.org Asunto: setting color for js:MaterialIcon Dear All, How to setting the color of js:MaterialIcon ? Thanks -- Sent from:

RE: [EXTERNAL] Re: Grid Sort issues

2021-01-02 Thread Maria Jose Esteve
Hi Warren, The same error happened to me as it did to you, and as Carlos says, the origin was the change from html ButtonBarModel to jewel ButtonBarModel. In my case, I had a custom component that extended from ButtonBar. Carlos's advice, for me, is correct, download and compile the SDK every day

RE: Happy New Year 2021!

2020-12-31 Thread Maria Jose Esteve
Thank you. Likewise, Happy 2021 !!! Hiedra. De: Carlos Rovira Enviado el: jueves, 31 de diciembre de 2020 18:00 Para: Apache Royale Development ; users@royale.apache.org Asunto: Happy New Year 2021! Hi all! just want to wish you a happy new year!!

RE: AMF implementation for .NET Standard

2020-12-16 Thread Maria Jose Esteve
I also use FluorineFx. What version are you using Paul? How is your experience with him? Hiedra De: Paul Stearns [via Apache Royale Users] Enviado el: miércoles, 16 de diciembre de 2020 14:14 Para: Maria Jose Esteve Asunto: Re: AMF implementation for .NET Standard Hugo: I use FluorineFX

RE: AMF implementation for .NET Standard

2020-12-16 Thread Maria Jose Esteve
Thanks for sharing Hugo. I'm going to take a look at it. Thx. Hiedra. De: Hugo Ferreira Enviado el: miércoles, 16 de diciembre de 2020 10:50 Para: users@royale.apache.org Asunto: AMF implementation for .NET Standard Hello, For those that use .NET as a backend as you know there are not many

RE: [EXTERNAL] Re: ListAlternateRowColor bead

2020-10-05 Thread Maria Jose Esteve
ssexport */ COMPILE::JS public function getClassStyle(className:String):Object El dom., 4 oct. 2020 a las 20:49, Carlos Rovira (mailto:carlosrov...@apache.org>>) escribió: Sorry, the link you provide require access. Better use a site to share images like http://imgur.com/ E

RE: ListAlternateRowColor bead

2020-10-05 Thread Maria Jose Esteve
"name": "Brave - Debug version", "runtimeExecutable": "/Applications/Brave Browser.app/Contents/MacOS/Brave Browser", "runtimeArgs": ["--allow-file-access-from-files", "--auto-ssl-client-auth"], so

RE: ListAlternateRowColor bead

2020-10-04 Thread Maria Jose Esteve
Hahahha, can't I delete the old email? I have run Chrome with the --allow-file-access-from-files option and the operation is the same ☹ I will continue investigating here. Thx. Hiedra. De: Maria Jose Esteve Enviado el: domingo, 4 de octubre de 2020 22:26 Para: users@royale.apache.org Asunto: RE

RE: ListAlternateRowColor bead

2020-10-04 Thread Maria Jose Esteve
(Edit…) I forgot to say that I get the same result in Firefox, Edge, and IE11. I guess it has nothing to do with chrome? Hiedra. De: Maria Jose Esteve Enviado el: domingo, 4 de octubre de 2020 22:26 Para: users@royale.apache.org Asunto: RE: ListAlternateRowColor bead Hello, Yes, I saw

RE: ListAlternateRowColor bead

2020-10-04 Thread Maria Jose Esteve
re access. Better use a site to share images like http://imgur.com/ El dom., 4 oct. 2020 a las 19:07, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: Hello, I have started using the "ListAlternateRowColor" bead in my Jewel List controls but the background-color

RE: ListAlternateRowColor bead

2020-10-04 Thread Maria Jose Esteve
: ListAlternateRowColor bead Sorry, the link you provide require access. Better use a site to share images like http://imgur.com/ El dom., 4 oct. 2020 a las 19:07, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: Hello, I have started using the "ListAlternateRowColor" bead

ListAlternateRowColor bead

2020-10-04 Thread Maria Jose Esteve
Hello, I have started using the "ListAlternateRowColor" bead in my Jewel List controls but the background-color does not change for the selected item or for the highlighted item, over. The font color does change but the background-color does not. I have looked at the TDJ and I see that it does

RE: Can we see the materials used in the presentation yesterday somewhere?

2020-10-02 Thread Maria Jose Esteve
Hi Yoshiro, I'm with Andrew, the translation is perfectly possible. From my point of view, the first thing you should be clear about is which UI to use MX / Spark emulation, Jewel, ...? You say you like Jewel, of course if you want to give it a modern and contemporary look and feel, but

RE: Can we see the materials used in the presentation yesterday somewhere?

2020-10-01 Thread Maria Jose Esteve
Hi Yushiro, eee, I see that you have encouraged to join us !!! I'm glad. Surely after ApacheCon all the resources and presentations will be available. Anyway, the project that Carlos presented yesterday has been prepared in the "examples" folder of the SDK repo:

RE: TDJ. Jewel TabBar with horizontal scroll

2020-09-24 Thread Maria Jose Esteve
) the same as other frameworks out there does it. El jue., 24 sept. 2020 a las 10:46, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: Hello In the TDJ, in the TabBar section, there is an example with scrolling but I can't see it. If I sit on the tape and move with the cursors, I d

RE: Problems debugging the SDK from a few days ago

2020-09-24 Thread Maria Jose Esteve
then running TDJ it stopped at the break point and I was able to go step by step. HTH Carlos El mié., 23 sept. 2020 a las 23:07, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: Hi, does the same thing happen to someone when debugging? I don't see the code, instead a screen a

TDJ. Jewel TabBar with horizontal scroll

2020-09-24 Thread Maria Jose Esteve
Hello In the TDJ, in the TabBar section, there is an example with scrolling but I can't see it. If I sit on the tape and move with the cursors, I do move, but it's hard to do it like this. Is there a mistake or do I have to activate it in any way? Thank you. Hiedra.

Problems debugging the SDK from a few days ago

2020-09-23 Thread Maria Jose Esteve
Hi, does the same thing happen to someone when debugging? I don't see the code, instead a screen appears with the path to the class file, for example "jewel GroupBase.as": Could not load source

RE: Charts

2020-07-27 Thread Maria Jose Esteve
org/ Thanks, Piotr pon., 27 lip 2020 o 13:12 Maria Jose Esteve mailto:mjest...@iest.com>> napisał(a): Hello, I have to make several Charts (bar and pie) and I was looking at the examples included in the SDK. I am doing tests, in my Jewel Application implementing crux, with the Basic Ch

RE: Charts

2020-07-27 Thread Maria Jose Esteve
- it's not released yet, but in terms of integration it wasn't too difficult. Maybe this could be your solution. [1] https://echarts.apache.org/ Thanks, Piotr pon., 27 lip 2020 o 13:12 Maria Jose Esteve mailto:mjest...@iest.com>> napisał(a): Hello, I have to make several Charts (bar a

RE: Know if a class implements a certain interface

2020-07-01 Thread Maria Jose Esteve
, then yes, use getBeadByType(). If you want to check if myObj implements IMyInterface, then check If (myObj is IMyInterface) Hope that’s clear. From: Maria Jose Esteve<mailto:mjest...@iest.com> Sent: Wednesday, July 1, 2020 8:50 PM To: users@royale.apache.org<mailto:users@royale.apache.org

RE: Know if a class implements a certain interface

2020-07-01 Thread Maria Jose Esteve
Sorry, my head is gone .. getBeadByType  De: Maria Jose Esteve Enviado el: miércoles, 1 de julio de 2020 19:44 Para: users@royale.apache.org Asunto: Know if a class implements a certain interface Hi, How to know if a class implements a certain interface? Do you know any direct method? Thx

Know if a class implements a certain interface

2020-07-01 Thread Maria Jose Esteve
Hi, How to know if a class implements a certain interface? Do you know any direct method? Thx. Hiedra.

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

2020-06-27 Thread Maria Jose Esteve
and worked you can submit it. As well if you want you can add a TDJ example in the image page and I can prepare an official image for jewel error image placeholder. This last one as you wish, if you don't have time, I can add it myself as I merge your PR thanks! Carlos El vie., 26 jun. 2020 a las 22:0

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

2020-06-26 Thread Maria Jose Esteve
} } } If you can make this work create a pull request for Royale that would be great. Thanks. From: Maria Jose Esteve<mailto:mjest...@iest.com> Sent: Wednesday, June 17, 2020 2:24 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Show an alternate image when

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

2020-06-17 Thread Maria Jose Esteve
tarSrc; } } } If you can make this work create a pull request for Royale that would be great. Thanks. From: Maria Jose Esteve<mailto:mjest...@iest.com> Sent: Wednesday, June 17, 2020 2:24 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Show an alternate image when the ori

Show an alternate image when the original is not found

2020-06-17 Thread Maria Jose Esteve
Hi, When you have to put an image that may or may not exist, how do you do it so that it shows an alternative image? We have not found a way to configure this exception in the jewel image control and we have solved it with an html injection directly:

RE: Add Beads

2020-06-15 Thread Maria Jose Esteve
, Maria Jose Esteve mailto:mjest...@iest.com>> wrote: Harbs, also works: override public function addedToParent():void { super.addedToParent(); var localdisabledBead:ComboBoxDisabled = getBeadByType(ComboBoxDisabled) as ComboBoxDi

RE: Add Beads

2020-06-15 Thread Maria Jose Esteve
dispatch beadsAdded a second time (probably not a great idea). Try Yishay’s suggestion of adding the bead before the super call. On Jun 15, 2020, at 4:03 PM, Maria Jose Esteve mailto:mjest...@iest.com>> wrote: I forgot,… Yes, I have debugged and the bead is added correctly and the t

RE: Add Beads

2020-06-15 Thread Maria Jose Esteve
component to be added to the DOM. If it’s a bead which does not need the DOM structure to be set up, you can simply add it in the class constructor after super(). HTH, Harbs On Jun 15, 2020, at 2:40 PM, Maria Jose Esteve mailto:mjest...@iest.com>> wrote: Hello, I am extending a component

Add Beads

2020-06-15 Thread Maria Jose Esteve
Hello, I am extending a component and need to add a default bead to it. (This is a jewel control but I imagine it will be similar in basic or mx) I have seen in the SDK code that there is no "fixed point" where to add it: in some controls they are added in the same constructor, in others they

RE: States

2020-05-28 Thread Maria Jose Esteve
nd report back if you continue seeing problems :) [1] https://github.com/apache/royale-asjs/issues/843#event-3383191618 El jue., 28 may. 2020 a las 12:00, Maria Jose Esteve (mailto:mjest...@iest.com>>) escribió: Hello good day, I want to use currentState, in my jewel ApplicationResponsiveVie

States

2020-05-28 Thread Maria Jose Esteve
Hello good day, I want to use currentState, in my jewel ApplicationResponsiveView, and I need to retrieve the value of stateGroups but I can't get it because apparently it is not populated in the creation of the states Array, I always retrieve undefined. Possibly I am leaving something

RE: Export UML

2020-05-22 Thread Maria Jose Esteve
Weiss Enviado el: viernes, 22 de mayo de 2020 7:16 Para: users@royale.apache.org Asunto: RE: Export UML I don't know how well this [1] will work on a Royale project, but maybe it's worth a try. I've never personally used it. [1] http://www.uml4as.com/index.html From: Maria Jose Esteve

RV: Export UML

2020-05-21 Thread Maria Jose Esteve
Forget it, I have not taken into account that javascript is not an OOP language. Thank you. De: Maria Jose Esteve Enviado el: jueves, 21 de mayo de 2020 17:02 Para: users@royale.apache.org Asunto: Export UML Hello, I am looking for a way to make a UML diagram of my project. Do you know any

Export UML

2020-05-21 Thread Maria Jose Esteve
Hello, I am looking for a way to make a UML diagram of my project. Do you know any tool or extension that allows me to do it? I am using vscode but I don't see any proper existing plugin. It wouldn't necessarily have to be built into vscode, simply being able to transform my Royale generated .js

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: Changes in Icon library - Support for FontAwesome

2020-04-30 Thread Maria Jose Esteve
ink 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.13.0/css/all.css El mié., 1 abr. 202

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: users@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

RE: [Action Required] About how to release Apache Royale

2020-03-27 Thread Maria Jose Esteve
Hi there, First I want to thank you all for the personal effort and commitment you dedicate to this project, for me "it is priceless" gracias, thank you. I don't think I have the knowledge to get into the underlying technical discussion; In my case, I had not even actively used Maven and ant

RE: Event and positioning list jewel

2020-02-06 Thread Maria Jose Esteve
ilar to ComboBox. Is something to analyze... El lun., 13 ene. 2020 a las 20:50, Yishay Weiss (mailto:yishayj...@hotmail.com>>) escribió: Theoretically you should be able to use ComboBox and change the view and the popup beads. Then you could also reuse the HideComboBoxOnMouseDownBead.

RE: Event and positioning list jewel

2020-01-13 Thread Maria Jose Esteve
it is. Let's see if I take a while today and I can extract the project code so you can see the example. Thanks for your help. Hiedra De: Carlos Rovira-2 [via Apache Royale Users] Enviado el: lunes, 13 de enero de 2020 14:05 Para: Maria Jose Esteve Asunto: Re: Event and positioning list jewel

RE: Event and positioning list jewel

2020-01-13 Thread Maria Jose Esteve
yale Users] Enviado el: lunes, 13 de enero de 2020 10:40 Para: Maria Jose Esteve Asunto: RE: Event and positioning list jewel Hi Maria, Flex was richer and heavier, and had lots of features built in just in case someone might need them. In Royale we stress a Pay As You Go philosophy which me

Event and positioning list jewel

2020-01-12 Thread Maria Jose Esteve
Hi, as many of us come from Flex and I'm used to using events like "enter" "show" "hide" "creationcomplete" ... I am working with the jewel components, which I love, but it is difficult for me to understand the new way of working, with Royale (beads, strand ...) For example, I have a List that

RE: Event, target null, currentTarget undefined

2019-12-26 Thread Maria Jose Esteve
Ok, it makes sense, I try to capture it in the controller and I tell you Thank Harbs De: Harbs [via Apache Royale Users] Enviado el: jueves, 26 de diciembre de 2019 14:12 Para: Maria Jose Esteve Asunto: Re: Event, target null, currentTarget undefined The event target is set when the event

RV: Event, target null, currentTarget undefined

2019-12-26 Thread Maria Jose Esteve
Sorry, there was an error ... (when renaming for the example) public function MyEvent(type:String) { super(type, true, true); //_targetViewPopup = target; } Hi, see if anyone can help me ... I have a MyEvent event

Event, target null, currentTarget undefined

2019-12-26 Thread Maria Jose Esteve
Hi, see if anyone can help me ... I have a MyEvent event that I launch from a MyView view (MVC): public function SecurityEvent(type:String) { super(type, true, true); //_targetViewPopup = target; } var mEvent:MyEvent = new MyEvent (MyEvent.ON_CHANGE); dispatchEvent(mEvent); I

RV: Migrate from Flex - Array - SortOn

2019-10-03 Thread Maria Jose Esteve
Really B : undefined Hiedra De: hiedra [via Apache Royale Users] Enviado el: viernes, 04 de octubre de 2019 0:18 Para: Maria Jose Esteve Asunto: RE: Migrate from Flex - Array - SortOn I have expressed myself wrong, I am sorry. It's not that I don't recognize it but it doesn't give me anything

RE: Migrate from Flex - Array - SortOn

2019-10-03 Thread Maria Jose Esteve
de 2019 23:07 Para: users@royale.apache.org Asunto: Re: Migrate from Flex - Array - SortOn Please provide a few lines of the code that uses SortOn and what error you are getting. Royale should handle SortOn. The compiler should generate a call to Language.sortOn. Thanks, -Alex From: Maria J

Migrate from Flex - Array - SortOn

2019-10-03 Thread Maria Jose Esteve
Hello, In my Flex code I use Array and SortOn but in royale SortOn does not recognize me, what alternative is there? Any help will be welcome, thanks.

<    1   2