RE: Royale API documentation (ASDoc) updates

2025-05-05 Thread Maria Jose Esteve
This is great. Thanks so much Josh, you're great 😊 Hiedra -Mensaje original- De: Andrew Wetmore Enviado el: jueves, 1 de mayo de 2025 19:21 Para: dev@royale.apache.org Asunto: Re: Royale API documentation (ASDoc) updates Oh, amazing. I can trust the API again On Thu, May 1, 2025 at 4:

RE: mx.net.FileReference chrome

2025-04-24 Thread Maria Jose Esteve
into this? Hiedra De: Yishay Weiss Enviado el: jueves, 24 de abril de 2025 15:28 Para: Maria Jose Esteve ; dev@royale.apache.org CC: Harbs Asunto: Re: mx.net.FileReference chrome I'm thinking we can just get rid of isElementClickFriendly and just always create the proxy button. _

RE: mx.net.FileReference chrome

2025-04-24 Thread Maria Jose Esteve
ache/royale-asjs/blob/examples/TDJ_localresources/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileBrowser.as De: Yishay Weiss Enviado el: jueves, 24 de abril de 2025 13:31 Para: Maria Jose Esteve ; dev@royale.apache.org CC: Harbs Asunto: Re: mx.net.FileReference chrome I like th

RE: mx.net.FileReference chrome

2025-04-23 Thread Maria Jose Esteve
I have done a little investigation [1], and I propose the following changes to the bead [2]: - Added “isElementClickFriendly(el:WrappedHTMLElement)” to verify if the current “document.activeElement” is a valid trigger for programmatic “.click()” based on visibility, interactivity, and semantics

RE: mx.net.FileReference chrome

2025-04-23 Thread Maria Jose Esteve
Zone component. Could you test the modification I proposed to make sure it won't affect this project? I'm going to wait until Friday to port this small FileBrowser modification to royale-asjs. Hiedra -----Mensaje original- De: Maria Jose Esteve Enviado el: martes, 15 de abril

RV: [apache/royale-asjs] COMPILE::JS - @externs - error stopped working (Issue #1255)

2025-04-22 Thread Maria Jose Esteve
Part of this issue is related to the recent changes we're making to adapt the examples to the new Apache server guidelines. In the examples, there are several projects that have the same dependencies (for example, TDJ and BE0012). Could we create a common source so we don't have to duplicate them

RE: royale-compiler error with css function "calc()"

2025-04-16 Thread Maria Jose Esteve
ght be enough to get it working for you for now. Maybe try that: flex: '1 1 calc(50% - 1.5px) !important'; On Thu, Apr 17, 2025 at 8:14 AM Maria Jose Esteve wrote: > I'm a little confused because I've been using the "calc" function in > my *.css files (u

royale-compiler error with css function "calc()"

2025-04-16 Thread Maria Jose Esteve
I'm a little confused because I've been using the "calc" function in my *.css files (used via classname) and "style" properties for a while now, and everything works fine. Now, I've created an ItemRenderer in which I use classes like this: .hours-label { flex: 1 1 calc(50% - 1.5px) !important

mx.net.FileReference chrome

2025-04-15 Thread Maria Jose Esteve
Hi, I need your help because I'm stuck. In one of my applications, I use mx.net.FileReference to select a user's photo. It's always worked fine for me, but yesterday, while testing, I noticed that it stopped working in Chrome, although it still works as expected in Firefox. I'm not getting any err

RE: mx.net.FileReference chrome

2025-04-15 Thread Maria Jose Esteve
it may help here is my working code : public function ev_clic_choose_file2(e:MouseEvent):void { var videosFilter:FileFilter = new FileFilter("Vidéo", "*.mp4;*.f4v"); _fr = new FileReferenceMulti(); _fr_index = 0; _fr.browse([videosFilter]); _fr.addEventListener

RE: mx.net.FileReference chrome

2025-04-14 Thread Maria Jose Esteve
you should add a breakpoint in the debugger and check what your call stack looks like. Maybe there's a clue there. -- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Mon, Apr 14, 2025 at 11:37 AM Maria Jose Esteve wrote: > Yes, I understand the problem; it's not new, and I unde

RE: mx.net.FileReference chrome

2025-04-14 Thread Maria Jose Esteve
trictions where you can't call certain APIs unless the user has interacted with the page in some way. In this case, if you want to call FileReference.browse(), it must be triggered by a listener for a user gesture, such as mouse click or key down. -- Josh Tynjala Bowler Hat LLC https://b

RE: royale.apache.org website not loading fonts either

2025-04-14 Thread Maria Jose Esteve
d TDJ. My message was intended to acknowledge your request to >> review your work on TDJ. >> >> -- >> Josh Tynjala >> Bowler Hat LLC >> https://bowlerhat.dev/ >> >> >> On Fri, Mar 21, 2025 at 3:08 AM Maria Jose Esteve >> wrote: >&g

RE: royale.apache.org website not loading fonts either

2025-04-05 Thread Maria Jose Esteve
r Hat LLC https://bowlerhat.dev/ On Fri, Mar 21, 2025 at 3:08 AM Maria Jose Esteve wrote: > @Josh, aren't my changes correct in TDJ? > If they're not correct, let me know and I'll fix them. > I made a bunch of changes last week, and they're still waiting for > someone more

RE: royale.apache.org website not loading fonts either

2025-04-05 Thread Maria Jose Esteve
@Josh, aren't my changes correct in TDJ? If they're not correct, let me know and I'll fix them. I made a bunch of changes last week, and they're still waiting for someone more experienced than me to validate them so we can merge them into royale-asjs. Hiedra -Mensaje original- De: Josh T

RE: royale.apache.org website not loading fonts either

2025-04-05 Thread Maria Jose Esteve
Yes, I realized this too when I accessed the TDJ. Also, although SDK changes still require validation from other committers, do you think I can upload the compiled TDJ changes to royale-site? Hiedra -Mensaje original- De: Josh Tynjala Enviado el: jueves, 20 de marzo de 2025 17:12 Para:

RE: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252)

2025-03-13 Thread Maria Jose Esteve
are intended for JS only. -- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Wed, Mar 12, 2025 at 5:49 PM Maria Jose Esteve wrote: > Latest build: > - Updated royale-compiler, js-include-asset option. > - Ant compilation, JewelJS, includes in the > compile-js-config.xml file

RE: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252)

2025-03-13 Thread Maria Jose Esteve
s. For example, we should support a way to say that a script/css is associated with TabBarView.as only, but not any other classes in the SWC. It's more PAYG. -- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Wed, Mar 12, 2025 at 10:33 AM Maria Jose Esteve wrote: > Ok, I'l

RE: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252)

2025-03-12 Thread Maria Jose Esteve
eb-animations.min.js Any ideas? Hiedra -----Mensaje original- De: Maria Jose Esteve <mjest...@iest.com> Enviado el: jueves, 13 de marzo de 2025 0:38 Para: dev@royale.apache.org Asunto: RE: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252) '-

RE: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252)

2025-03-12 Thread Maria Jose Esteve
'--- Assuming that you added web-animations.min.js to Jewel, you can unzip frameworks/js/libs/JewelJS.swc and check that it contains js/scripts/web-animations.min.js. '--- Before compiling today's changes, Jewel.swc "didn't contain the files" (I wa

RE: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252)

2025-03-12 Thread Maria Jose Esteve
d itself. Since I'm not one for leaps of faith, how do I verify that I've included it correctly in the ANT build? Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: miércoles, 12 de marzo de 2025 18:30 Para: dev@royale.apache.org Asunto: RE: [apache/royale-asjs] Apache

RE: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252)

2025-03-12 Thread Maria Jose Esteve
he/royale-asjs/blob/examples/TDJ_localresources/examples/jewel/TourDeJewel/src/main/resources/jewel-example-index-template.html However, you should not commit this change to the repo. I'm suggesting this merely for testing locally to better simulate the environment on royale.apache.org. -- Josh T

RE: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252)

2025-03-12 Thread Maria Jose Esteve
ons.min.js The path is relative to the compile-js-config.xml file (please update royale-compiler with my changes from today because I fixed a bug resolving paths in config.xml files). -- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Tue, Mar 11, 2025 at 5:55 AM Maria Jose Esteve wrote

RE: Add files in the SDK - rat problems - Unapproved licenses

2025-03-11 Thread Maria Jose Esteve
asconfig.json rat-excludes.txt Now the compilation is correct. Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: miércoles, 12 de marzo de 2025 1:40 Para: dev@royale.apache.org Asunto: RE: Add files in the SDK - rat problems - Unapproved licenses "The Apache RAT sc

RE: Add files in the SDK - rat problems - Unapproved licenses

2025-03-11 Thread Maria Jose Esteve
rs are not recognized because they are not Apache's? If this were the case, we should modify the .js and .css files and change their license text to the Apache license text. Would this be correct? Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: martes, 11 de marzo de 2025

RE: Add files in the SDK - rat problems - Unapproved licenses

2025-03-11 Thread Maria Jose Esteve
third-party dependencies (Categories A and B). I've never done this before, if someone could look at it that would be great. I'm still looking into how to license the files so that they are not rejected by the build. Thx. Mª José Esteve García Dpto. I+D mjest...@iest.com -M

RE: Add files in the SDK - rat problems - Unapproved licenses

2025-03-11 Thread Maria Jose Esteve
es we must follow when including something with a Category B license. https://www.apache.org/legal/resolved.html#category-b -- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Tue, Mar 11, 2025 at 11:37 AM Maria Jose Esteve wrote: > I need your help. > > I am configuring the resources

Add files in the SDK - rat problems - Unapproved licenses

2025-03-11 Thread Maria Jose Esteve
I need your help. I am configuring the resources locally in TDJ due to the change in security policies of the Apache servers [apache/royale-asjs#1252] In this second step of the update, among others, it is required to cha

RE: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252)

2025-03-11 Thread Maria Jose Esteve
and verify that there are no issues before merging it into develop? Thx Hiedra De: Josh Tynjala Enviado el: martes, 4 de marzo de 2025 17:45 Para: apache/royale-asjs CC: Maria Jose Esteve ; Comment Asunto: Re: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252) As an e

Reconfigured security policy on all Apache servers. [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252)

2025-03-10 Thread Maria Jose Esteve
d. Thx Hiedra De: Josh Tynjala Enviado el: martes, 4 de marzo de 2025 17:45 Para: apache/royale-asjs CC: Maria Jose Esteve ; Comment Asunto: Re: [apache/royale-asjs] Apache Royale Tour de Jewel - broken (Issue #1252) As an example, Jewel's TabBarView contains the following that links

RE: The instanceof operator is deprecated

2024-12-10 Thread Maria Jose Esteve
ala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Dec 10, 2024 at 2:42 PM Maria Jose Esteve wrote: > I suspected there was a good reason, so I asked. I seem to recall > reading Harb working with XML and it seemed strange to me that if this > was supposed to be replaced by &q

RE: The instanceof operator is deprecated

2024-12-10 Thread Maria Jose Esteve
emove SWF from the targets because my current SDK doesn't have playerglobal.swc. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Dec 10, 2024 at 2:01 PM Maria Jose Esteve wrote: > I'm finishing debugging warnings when compiling royale-asjs and I have > anot

The instanceof operator is deprecated

2024-12-10 Thread Maria Jose Esteve
I'm finishing debugging warnings when compiling royale-asjs and I have another question with the “instanceof” statement. The specific message is: “Use of the instanceof operator. The instanceof operator is deprecated, use the is operator instead” These messages only appear in the XML project a

RE: Correction of warnings for incorrect type

2024-12-10 Thread Maria Jose Esteve
gt; On Tue, Dec 10, 2024 at 3:12 AM Maria Jose Esteve wrote: > Ok, thx > > One question: what is more correct " view == null" or "!view"? > The "!xxx" instruction is used very frequently (to check if xxx is > null) and I don't know if it shoul

RE: Warning: Encountered 'this' keyword within closure

2024-12-10 Thread Maria Jose Esteve
bling this warning by default, and developers can opt in if they like it. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Dec 10, 2024 at 4:17 AM Maria Jose Esteve wrote: > This warning appears many times. Some examples: > > "get": function():*{retur

Warning: Encountered 'this' keyword within closure

2024-12-10 Thread Maria Jose Esteve
This warning appears many times. Some examples: "get": function():*{return this} "get": function():* { return this._xmlArray[idx]; } this.append(newValue); (this['mapView'] as GoogleMapView).finishInitialization(); Would simply "[this]" be correct? (I have tested it in "([this]['mapView'] as Goo

RE: Correction of warnings for incorrect type

2024-12-10 Thread Maria Jose Esteve
implemented. I think you can just replace return view ;//&& view.gridViewLayout.isCellVisible(rowIndex, columnIndex); with return view !=null;//&& view.gridViewLayout.isCellVisible(rowIndex, columnIndex); From: Maria Jose Esteve Sent: Tuesday, Decem

Correction of warnings for incorrect type

2024-12-10 Thread Maria Jose Esteve
Hi, I'm making some modifications to royale-asjs to fix the warnings: "incorrect type", "comparison between different types", etc, etc. I have a question about the Spark Grid component because I don't work with mx/spark and I don't know what the best implementation would be. The warning occurs in

RE: [DISCUSS} Release Apache Royale 0.9.12 RC2

2024-12-04 Thread Maria Jose Esteve
s correctly, > > language server is working fine, but when I tried build my project > > using it - Console was basically empty - no sign of building. - Is > > this the right folder which can be used in IDE ? > > > > With my projects I'm usually using binari

RE: Parameters of type paramArray

2024-12-02 Thread Maria Jose Esteve
usually pass null here. So when calling already from within the instance scope (e.g. from one method to another) you would pass 'this' as the first argument. But when calling from an external scope (like the example you had here) you pass a reference to the instance that the method belo

RE: Parameters of type paramArray

2024-12-01 Thread Maria Jose Esteve
e.apache.org> Asunto: Re: Parameters of type paramArray perhaps try : itemFilter = imodel.itemFilterDefault.apply( imodel ,args); // On Mon, Dec 2, 2024 at 3:08 PM Maria Jose Esteve mailto:mjest...@iest.com>> wrote: > Ok, I know when the error occurs specifically, but I don'

RE: Parameters of type paramArray

2024-12-01 Thread Maria Jose Esteve
ams = this.retriveNewItemFilterDefault.apply(this,args); -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Sun, Dec 1, 2024 at 2:13 PM Maria Jose Esteve wrote: > Thanks Josh, I understand the concept you are showing me. The problem > I have now, as I mentioned in my previous em

RE: Parameters of type paramArray

2024-12-01 Thread Maria Jose Esteve
wler Hat LLC <https://bowlerhat.dev> On Sun, Dec 1, 2024 at 2:13 PM Maria Jose Esteve wrote: > Thanks Josh, I understand the concept you are showing me. The problem > I have now, as I mentioned in my previous email, is that it does not > allow me to use apply with calls to funct

RE: Parameters of type paramArray

2024-12-01 Thread Maria Jose Esteve
can modify the args array. args.unshift(index); super.fn_hello.apply(this, args); -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Sun, Dec 1, 2024 at 6:12 AM Maria Jose Esteve wrote: > Perfect Josh, thanks. > > When the paramArray is, for example, the second parameter

RE: Parameters of type paramArray

2024-12-01 Thread Maria Jose Esteve
(1,2,3) (thisArg can be the this context you want or null if > you don’t care about the “this" context) > > Harbs > > > On Dec 1, 2024, at 4:56 PM, Maria Jose Esteve wrote: > > > > When I have to pass the "args" to a function without super, it > &g

RE: Parameters of type paramArray

2024-12-01 Thread Maria Jose Esteve
o me how I can do it. For example: protected function fn_foo( ... args){ // fn_fooBis.apply(this, args) // not working fn_fooBis(args); } Private function fn_fooBis(... args):void{ trace( args); // two nestings. } Hiedra -Mensaje original----- De: Maria Jose Esteve

RE: Parameters of type paramArray

2024-12-01 Thread Maria Jose Esteve
ev@royale.apache.org Asunto: Re: Parameters of type paramArray I think that this should do what you want: super.reevalAccesControl.apply(this, args); -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Thu, Nov 28, 2024 at 7:26 AM Maria Jose Esteve wrote: > Hi, I've always fa

Parameters of type paramArray

2024-11-28 Thread Maria Jose Esteve
Hi, I've always faced this problem, but I don't know how to give a definitive solution. Parameters of type paramarray increase their nesting from one call to another, for example: Public class ControllerFirst extends ControllerBase { ... private function fnmove():

RE: [DISCUSS} Release Apache Royale 0.9.12 RC2

2024-11-20 Thread Maria Jose Esteve
Thanks Yishay, I've never checked this before but I will over the weekend. Thx -Mensaje original- De: Greg Dove Enviado el: miércoles, 20 de noviembre de 2024 7:29 Para: dev@royale.apache.org Asunto: Re: [DISCUSS} Release Apache Royale 0.9.12 RC2 Yes, thanks for making this happen, Yish

RE: My Lightning Talk on Apache Royale at ASF Denver 2024

2024-10-23 Thread Maria Jose Esteve
As always, rowing in favor of Apache Royale. Thanks Alina. Hiedra -Mensaje original- De: Alina Kazi Enviado el: miércoles, 23 de octubre de 2024 7:43 Para: dev@royale.apache.org Asunto: My Lightning Talk on Apache Royale at ASF Denver 2024 Hello Everyone, I wanted to take a moment to

RE: Super method calls not currently checked for errors

2024-10-11 Thread Maria Jose Esteve
Switching to 0.9.12-SNAPSHOT and a small tweak to a component. I compile the SDK with ant and Maven and my projects with Maven. Everything compiled OK: debug and release Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: viernes, 11 de octubre de 2024 20:46 Para: dev

RE: Super method calls not currently checked for errors

2024-10-11 Thread Maria Jose Esteve
Hi, I'll also test my applications. It will also be a good test bench for programmers who have more difficulty programming 😝 Hiedra -Mensaje original- De: Harbs Enviado el: viernes, 11 de octubre de 2024 9:53 Para: Apache Royale Development Asunto: Re: Super method calls not currently

RE: Next Release 0.9.12 ?

2024-09-30 Thread Maria Jose Esteve
What list of "minimums" do we need to be able to release version 1.0? Hiedra -Mensaje original- De: Piotr Zarzycki Enviado el: lunes, 30 de septiembre de 2024 21:25 Para: dev@royale.apache.org Asunto: Re: Next Release 0.9.12 ? I would love to name Royale finally 1.0. I would opt to do t

RE: Jewel InputButtonSize and modifying the "royale_dynamic_css" stylesheet

2024-07-29 Thread Maria Jose Esteve
that, you’re definitely better off leaving the rule. Thanks, Harbs > On Jul 28, 2024, at 2:08 AM, Maria Jose Esteve wrote: > > I wanted to ask for your opinion on an improvement I wanted to push. > The Jewel InputButtonSize bead creates a custom selector (its name is a time > token)

Jewel InputButtonSize and modifying the "royale_dynamic_css" stylesheet

2024-07-27 Thread Maria Jose Esteve
I wanted to ask for your opinion on an improvement I wanted to push. The Jewel InputButtonSize bead creates a custom selector (its name is a time token) and adds it to the "royale_dynamic_css" sheet, with addDynamicSelector, and then assigns it to strand replacing the "className" property which

RE: Release Update - Azure Setup

2024-07-22 Thread Maria Jose Esteve
I forward the email to ieme...@apache.org Thanks Alex. -Mensaje original- De: Alex Harui Enviado el: lunes, 22 de julio de 2024 21:44 Para: dev@royale.apache.org CC: Maria Jose Esteve ; Jose Andrés Veiga Asunto: Re: Release Update - Azure Setup Ross Gardler is not handling Apache

RE: Build warning

2024-06-28 Thread Maria Jose Esteve
pdated the Apache Velocity dependency in the Royale Maven plugin. It appears that these warnings may be related to Velocity. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Thu, Jun 27, 2024 at 2:26 AM Maria Jose Esteve wrote: > Hi, > When I compile the application, I se

Build warning

2024-06-27 Thread Maria Jose Esteve
Hi, When I compile the application, I see these three warnings: [INFO] --- royale:0.9.11-SNAPSHOT:compile-app (default-compile-app) @ royalelogin --- [WARNING] configuration key 'resource.loader' has been deprecated in favor of 'resource.loaders' [WARNING] configuration key 'classpath.resource.l

RE: DataGrid with dynamically assaigend itemrenderer

2024-06-21 Thread Maria Jose Esteve
K has been compiled for me. Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: sábado, 22 de junio de 2024 0:26 Para: dev@royale.apache.org Asunto: RE: DataGrid with dynamically assaigend itemrenderer Hi Piotr, please you can check the changes in "DataGridView.as" gi

RE: DataGrid with dynamically assaigend itemrenderer

2024-06-21 Thread Maria Jose Esteve
Hi Piotr, please you can check the changes in "DataGridView.as" gives error when compiling the SDK: [java] D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Jewel\src\main\royale\org\apache\royale\jewel\beads\views\DataGridView.as(548): col: 56 Error: Access of possibly

FontAwesomeIcon, doubts

2024-05-21 Thread Maria Jose Esteve
Hi, I'm working with the FontAwesomeIcon component and I have a couple of questions that I'm sure someone can answer for me. There are several properties that use toggleClass [1] and others use addClass and removeClass. For me, both methods are equivalent, is one better? On the other hand, there

RE: Error compiling SDK

2024-05-13 Thread Maria Jose Esteve
at.dev> > > > On Sat, May 11, 2024 at 5:35 PM Maria Jose Esteve > wrote: > >> The compilation of the SDK, when downloading the latest changes from >> royale-compiler (commit 15c7703), fails. >> >> BUILD FAILED >> D:\Develop_Royale\Projects\Royale-SD

Error compiling SDK

2024-05-11 Thread Maria Jose Esteve
The compilation of the SDK, when downloading the latest changes from royale-compiler (commit 15c7703), fails. BUILD FAILED D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\build.xml:696: The following error occurred while executing this line: D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\fr

RE: Extend component mxml

2024-05-07 Thread Maria Jose Esteve
d. ____ From: Maria Jose Esteve Sent: Tuesday, May 7, 2024 10:00 AM To: dev@royale.apache.org Subject: RE: Extend component mxml "content" is a container with several sub-components and one of them is a container called "contentScopeFilter" and

RE: Extend component mxml

2024-05-07 Thread Maria Jose Esteve
.contentScopeFilter instead of this.contentScopeFilter ? ________ From: Maria Jose Esteve Sent: Tuesday, May 7, 2024 12:25 AM To: dev@royale.apache.org Subject: Extend component mxml Hello, let's see if anyone can give me “some clue” about my problem: I have made many “base componen

Extend component mxml

2024-05-06 Thread Maria Jose Esteve
Hello, let's see if anyone can give me “some clue” about my problem: I have made many “base components” “.as” that I have then extended in several mxml with success; Now I wanted to extend an mxml and I am having problems "add components" because when "override addElement" is executed, in the ex

RE: Align the FontAwesome5Type class with the latest 5x version

2024-04-22 Thread Maria Jose Esteve
y that has already been pushed to develop because that could mess with others who have pulled them already. Rebasing should be used only for commits that don't yet exist on the branch that you intend to merge into. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Mon, Apr 2

RE: Align the FontAwesome5Type class with the latest 5x version

2024-04-22 Thread Maria Jose Esteve
ually work against the SDK?" Thx. Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: domingo, 21 de abril de 2024 22:40 Para: dev@royale.apache.org Asunto: RE: Align the FontAwesome5Type class with the latest 5x version ¿FontAwesome5ProIconType o FontAwesomePro5Ty

RE: Align the FontAwesome5Type class with the latest 5x version

2024-04-21 Thread Maria Jose Esteve
¿FontAwesome5ProIconType o FontAwesomePro5Type? 😝 Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: domingo, 21 de abril de 2024 20:23 Para: dev@royale.apache.org Asunto: RE: Align the FontAwesome5Type class with the latest 5x version I have completed the FontAwesome5Type

RE: Align the FontAwesome5Type class with the latest 5x version

2024-04-21 Thread Maria Jose Esteve
FontAwesome5ProType class. [1] https://github.com/FortAwesome/Font-Awesome/tree/5.x [2] https://github.com/FortAwesome/Font-Awesome/tree/6.x [3] https://github.com/apache/royale-asjs/tree/fontIcon/toplineup_fontawesome5 Hiedra -Mensaje original- De: Maria Jose Esteve Enviado

Align the FontAwesome5Type class with the latest 5x version

2024-04-21 Thread Maria Jose Esteve
I wanted to ask you a couple of questions... I want to align the FontAwesome5Type class with the latest 5x version, 5.15.4 to complete it (I understand that there will be no more modifications because version 6x came out) In this class, now, the icons of the "Free" version are mixed with those o

RE: (royale-asjs) branch develop updated: Added factory for reusing data item renderers

2023-12-21 Thread Maria Jose Esteve
Harb, can you explain to me the importance/need for @royaleignorecoercion? Hiedra -Mensaje original- De: Harbs Enviado el: jueves, 21 de diciembre de 2023 0:35 Para: Apache Royale Development Asunto: Re: (royale-asjs) branch develop updated: Added factory for reusing data item rendere

Jewel VirtualList - Don't render if invisible

2023-12-21 Thread Maria Jose Esteve
Hi, With the Jewel VirtualList control we have some details that need to be addressed, such as this: When the list is not visible only a single element is rendered. I have been looking at this problem for some time and the solution that has worked best has been to dispatch the layoutNeeded event

RE: Build with ANT is crashing

2023-10-28 Thread Maria Jose Esteve
Hi Hugo, My compilation of the sdk is double, first I compile with Maven and then with Ant. My compilation is successful. I have reviewed the log that I generated and I cannot find the error you attached. In any case, that seems like an "ugly" mistake... My ant build line is: ant all -Dbuild.nop

Drag && Drop - Tests

2023-10-22 Thread Maria Jose Esteve
Hi cris, sorry it took me so long. I have created a branch in royal-community-examples [1] with the example I told you about Drag&&Drop. It is implemented with Containers (VGroup and HGroup) but I think it could help us to make an implementation for Jewel List, for example. There may be some erro

RE: Function to refresh a VirtualList

2023-10-22 Thread Maria Jose Esteve
spatchEvent(new Event(DELETED)); } EntityList , IEntity and Entity are classes of my own AS3-ORM. Maria Jose Esteve escreveu no dia sábado, 21/10/2023 à(s) 17:19: > Hi Hugo, > Yes, that problem has given me a lot of headaches and "in the end" it > was stronger than me. > As I see that

RE: Function to refresh a VirtualList

2023-10-21 Thread Maria Jose Esteve
Hi Hugo, Yes, that problem has given me a lot of headaches and "in the end" it was stronger than me. As I see that you are also with this issue I could reactivate it and see if, between the two of us, we can give a good solution (I think we have discussed this same issue several times in this li

RE: dummy question about Jewel Alert

2023-10-17 Thread Maria Jose Esteve
Hi, No, currently they cannot be changed. You could implement a "view bead" that modifies the texts of okButton, yesButton and noButton. In my case, for convenience, I have implemented a small component because I needed to assign the translated texts and the format of the content and the buttons

[WARNING] getStaticConstantsByConvention .. mx.rpc.remoting.mxml.RemoteObject

2023-10-02 Thread Maria Jose Esteve
Continuing with my verifications, I see another warning: [WARNING] getStaticConstantsByConvention :: the reflection target mx.rpc.remoting.mxml.RemoteObject was not Compiled with default initializers enabled By "default initializers enabled" do you mean the compiler option "-js-default-initial

Warning ExtraReflectionDataBead

2023-10-02 Thread Maria Jose Esteve
Hello, the compiler asks me to include the "ExtraReflectionDataBead" bead when analyzing a specific class. [1] I've added it to my main application and the warning has disappeared, but it's not clear to me why it's asking me... In the description of the Bead we can read: The ExtraReflectionDataB

RE: Rich media in Royale

2023-09-27 Thread Maria Jose Esteve
: dev@royale.apache.org Asunto: Re: Rich media in Royale Looks like it worked! -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, Sep 27, 2023 at 9:22 AM Maria Jose Esteve wrote: > I have already updated it. I don't see the changes yet but I imagine > we will have to wa

RE: Rich media in Royale

2023-09-27 Thread Maria Jose Esteve
I have already updated it. I don't see the changes yet but I imagine we will have to wait some time. Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: miércoles, 27 de septiembre de 2023 18:04 Para: dev@royale.apache.org Asunto: RE: Rich media in Royale Well, I

RE: Rich media in Royale

2023-09-27 Thread Maria Jose Esteve
e septiembre de 2023 17:47 Para: dev@royale.apache.org Asunto: Re: Rich media in Royale It appears to be correctly serving the version that Yishay uploaded. There is no redirect to change. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Sep 26, 2023 at 4:45 PM Maria Jose Estev

RE: Rich media in Royale

2023-09-26 Thread Maria Jose Esteve
he redirect? Hiedra [1] https://github.com/apache/royale-website -Mensaje original- De: Maria Jose Esteve Enviado el: jueves, 21 de septiembre de 2023 17:05 Para: dev@royale.apache.org Asunto: RE: Rich media in Royale Over the weekend I will try to review the documentation on the

RE: BinaryUploader issue

2023-09-25 Thread Maria Jose Esteve
Hi, If that's okay with you, let's let the colleagues who have touched this part of the SDK give their opinion. If everything is fine for them, I can accept the PR myself. Hiedra -Mensaje original- De: cont...@cristallium.com Enviado el: lunes, 25 de septiembre de 2023 9:01 Para: dev@

RE: Rich media in Royale

2023-09-21 Thread Maria Jose Esteve
=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Thu, Sep 21, 2023 at 1:24 PM Maria Jose Esteve wrote: > I forgot... Alina presented "Apache Royale Externs" at > CommunityOverCode 2023. > I don't have the link to

RE: Rich media in Royale

2023-09-21 Thread Maria Jose Esteve
De: Maria Jose Esteve Enviado el: jueves, 21 de septiembre de 2023 18:03 Para: dev@royale.apache.org Asunto: RE: Rich media in Royale The integration with Echart is here [1] [1] https://github.com/mjesteve/Royale-ECharts/tree/develop Hiedra De: Maria Jose Esteve Enviado el: jueves, 21 de septiembre

RE: Rich media in Royale

2023-09-21 Thread Maria Jose Esteve
The integration with Echart is here [1] [1] https://github.com/mjesteve/Royale-ECharts/tree/develop Hiedra De: Maria Jose Esteve Enviado el: jueves, 21 de septiembre de 2023 18:01 Para: dev@royale.apache.org Asunto: RE: Rich media in Royale Yes [1] I haven't updated it in a while, I sor

RE: Rich media in Royale

2023-09-21 Thread Maria Jose Esteve
Rich media in Royale Hi Maria, Would you have some samples to share of externals js or perhaps is there somes others than the highlightjs example that I miss ? Fred Le 2023-09-21 17:10, Maria Jose Esteve a écrit : By the way,... +1 with cristallium, working with "externals" works

RE: Rich media in Royale

2023-09-21 Thread Maria Jose Esteve
By the way,... +1 with cristallium, working with "externals" works very well; It depends a lot on how the JS implementation is made and/or compiled, but I have been able to do an acceptable job with libraries such as virtualselect, Echart, fullcalendar and mobiscroll. Hiedra De: cont...@crista

RE: Rich media in Royale

2023-09-21 Thread Maria Jose Esteve
Over the weekend I will try to review the documentation on the TDJ publication. I remember that some time ago I compiled it and uploaded it but I couldn't get it to work. I will give you feedback. Hiedra De: cont...@cristallium.com Enviado el: jueves, 21 de septiembre de 2023 14:24 Para: dev@r

RE: Rich media in Royale

2023-09-20 Thread Maria Jose Esteve
Hi Virginia, Maybe the implementation of Video and Audio Player, html5, will be a start for you [1] There is an example implemented in Tour de Jewel [2] . [1] https://github.com/apache/royale-asjs/commit/ea5f7feb761ecfc9fab55620cbb9feccff0309eb [2] https://github.com/apache/royale-asjs/blob/de

RE: SPAIN, WOMEN'S FOOTBALL WORLD CHAMPIONS 2023!!

2023-08-20 Thread Maria Jose Esteve
There is no one to stop this. ☺ Hiedra -Mensaje original- De: Greg Dove Enviado el: domingo, 20 de agosto de 2023 18:44 Para: Apache Royale Development Asunto: Re: SPAIN, WOMEN'S FOOTBALL WORLD CHAMPIONS 2023!! Congratulations to Spain! On Sun, 20 Aug 2023, 3:01 pm Maria

SPAIN, WOMEN'S FOOTBALL WORLD CHAMPIONS 2023!!

2023-08-20 Thread Maria Jose Esteve
Excuse me, but I wanted to share MY JOY Hiedra

RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
and try build again. Thanks, Piotr pt., 19 maj 2023 o 13:11 Piotr Zarzycki napisał(a): > Thanks. I'm trying now to see how it goes on my sight. > > pt., 19 maj 2023 o 13:03 Maria Jose Esteve napisał(a): > >> Ok, I didn't explain myself >> >> I always

RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
and try build again. Thanks, Piotr pt., 19 maj 2023 o 13:11 Piotr Zarzycki napisał(a): > Thanks. I'm trying now to see how it goes on my sight. > > pt., 19 maj 2023 o 13:03 Maria Jose Esteve napisał(a): > >> Ok, I didn't explain myself >> >> I always

RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
#x27;m running it in root directory of royale-asjs. pt., 19 maj 2023 o 12:13 Maria Jose Esteve napisał(a): > Sorry Piotr, these are all the instructions I use, I don't think I > understand your request, sorry. Maybe it's because of the translation > I'm doing into Spanish,.

RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
yale.apache.org Asunto: Re: Error compiling the SDK Maria, Can you share full command line how you start whole build ? I will try the same on my sight. pt., 19 maj 2023 o 11:08 Maria Jose Esteve napisał(a): > Hi Piotr, > Yes, I build the whole framework, as I have always done. (In case &g

RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
: Error compiling the SDK I will be at my PC in 1,5h to check more details. On Fri, 19 May 2023 at 10:03, Piotr Zarzycki wrote: > Hi Maria, > > No this should work. Our Maven build even didn’t notified such errors. > Did you build whole framework ? > > On Fri, 19 May 2023 at 09:37,

Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
Hi, good morning. I have compiled the SDK and got errors with the latest changes. Specifically the changes in TileHorizontalLayout are giving errors. @Piotr, is this half done? [java] D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\frameworks\projects\Jewel\src\main\royale\org\apache\roya

  1   2   3   4   5   6   >