RE: FileReference implementation

2017-10-04 Thread Yishay Weiss
[2] https://github.com/yishayw/Examples From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Wednesday, October 4, 2017 11:22 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org>; ngra...@idylog.com<mailto:ngra...@idylog.com> Subject: RE: FileReference implementation

RE: FileReference implementation

2017-10-04 Thread Yishay Weiss
I added an example [1] for loading a file to my examples repo. At some point we’ll want to move this repo to Apache but you can browse this and other examples here [2] for the time being. [1] https://github.com/yishayw/Examples/tree/FileProxy From: Harbs Sent:

RE: FALCON_HOME and FALCONJX_HOME

2017-09-28 Thread Yishay Weiss
My guess is that neither is obsolete as both of them reside in royale-compiler. Maybe we just need to rename them to COMPILER_SWF_HOME and COMPILER_JS_HOME. But my compiler knowledge isn’t great so I’d wait for more educated answers. From: Erik de Bruin Sent:

Re: Test

2017-09-27 Thread Yishay Weiss
Yup. On 2017-09-27 13:37, Harbs wrote: > Just a test> >

RE: Ant Build Problem

2017-11-15 Thread Yishay Weiss
COMPILE::SWF in it. HTH, -Alex On 11/14/17, 10:01 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >The failure is on the compilation of FlexUnitRoyaleApplication.mxml. The >rest of royale-asjs seems to compile ok. One thing I noticed is that the >compiler is invoked differ

RE: Repos and Releases

2017-12-13 Thread Yishay Weiss
Note that I downloaded the binary version. Maybe building the src will result in a duplication. > In your >case it is weird that you don't have Language.swc in place. 2017-12-13 10:40 GMT+01:00 Yishay Weiss <yishayj...@hotmail.com>: > My mistake, I downloaded the

RE: Repos and Releases

2017-12-13 Thread Yishay Weiss
.com.INVALID> wrote: >On 12/12/17, 7:20 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: > >>Ok, I guess I was missing some context. Piotr’s upthread [1] link made it >>clear to me what the topic was about… >> >>So yes, royale-asjs siblings are

RE: MXML attributes, minification, and initialization

2017-12-14 Thread Yishay Weiss
. /** @type components.MyComp */ var myComp = new components.MyComp(); HTH, -Alex On 12/7/17, 1:55 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >It looks like exported properties are not renamed when they’re not >initialized, but are renamed when

RE: Repos and Releases

2017-12-14 Thread Yishay Weiss
oyale Framework. It is only for raw AS->JS transpiling. Apps that use the Royale framework should use mxmlc. HTH, -Alex On 12/13/17, 11:53 PM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >Code completion in FB now working out of the box. Still have an issue [1] >runn

RE: Repos and Releases

2017-12-13 Thread Yishay Weiss
ge? What do others think about filtering these out of the binary package? Right now, no binaries are explicitly filtered out of the source package build before creating the binary package. Thoughts? -Alex On 12/13/17, 2:30 AM, "Yishay Weiss" <yishayj...@hotmail.com> wro

RE: Repos and Releases

2017-12-14 Thread Yishay Weiss
t;deal with figuring out which browser to launch. On 12/14/17, 12:34 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >I’ll try to add something. Can’t hurt. > >>I wonder if we should include a launch cofiguration [2] for showing it >>in the browser. > > >[

RE: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Yishay Weiss
Why not listen to the container’s ‘initComplete’? Also, doesn’t DisableBead work for containers as is? From: Piotr Zarzycki Sent: Monday, November 13, 2017 3:15:54 PM To: dev@royale.apache.org Subject: Re: [royale-asjs] 01/01: First

RE: [royale-asjs] 01/01: First (non-working) version

2017-11-13 Thread Yishay Weiss
in so far as you can’t select using the mouse, but you can still select using the keyboard by tabbing though controls. For that to work, you need to disable tabbing on all the descendants. > On Nov 13, 2017, at 3:20 PM, Yishay Weiss <yishayj...@hotmail.com> wrote: > > Why not l

Ant Build Problem

2017-11-14 Thread Yishay Weiss
[mxmlc] C:\dev\flexjs\royale-asjs\frameworks\projects\Core\src\test\royale\flexUnitTests\KeyboardEventConverterTest. as(23): col: 5 Error: Can not resolve config constant: 'SWF' [mxmlc] [mxmlc] COMPILE::SWF [mxmlc] ^ [mxmlc] Is anyone else getting it?

RE: About Semantic UI and our UI Set + look-and-feel effort

2017-11-14 Thread Yishay Weiss
One thing that I found problematic with the mdl implementation was that there was a feeling of thin wrappers on a blackbox. Whatever default theme we choose, I think we should implement it so the core functionality is easily understandable to an AS3 programmer with some CSS knowledge. That

RE: Ant Build Problem

2017-11-15 Thread Yishay Weiss
works/projects/Core/build.xml:61: >The following error occurred while executing this line: >/Users/erik/Desktop/tmp/royale-asjs/frameworks/projects/Core/src/test/roya >le/build.xml:141: >The provided 'swf' property value [] could not be found or is not a valid >remote URL. > &g

RE: Ant Build Problem

2017-11-14 Thread Yishay Weiss
-Alex On 11/14/17, 9:32 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >I updated compiler and typedefs as well. Will have a look tomorrow. > > > > >From: Alex Harui <aha...@adobe.com.INVALID> >Sent: Tuesday, November

RE: Ant Build Problem

2017-11-14 Thread Yishay Weiss
orking with relatively new test code, IIRC. Could be you are using very old compiler? HTH, -Alex On 11/14/17, 3:26 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >[mxmlc] >C:\dev\flexjs\royale-asjs\frameworks\projects\Core\src\test\royale\flexUni >tTests\KeyboardEventConve

RE: Ant Build Problem

2017-11-15 Thread Yishay Weiss
src/test/royale/FlexUnitRoyaleApplication.mxml [mxmlc] Loading configuration: /Users/harbs/Documents/ApacheRoyale/royale-asjs/frameworks/royale-config.xml > On Nov 15, 2017, at 11:44 AM, Yishay Weiss <yishayj...@hotmail.com> wrote: > > I’m not sure which -config.xml is being use

RE: Event Metadata

2017-11-02 Thread Yishay Weiss
Hi Nicolas, Very good perspective. I think Royale’s philosophy is to allow different component sets for different user types. The two obvious ones that exist right now are Basic and Express. Basic emphasizes small and fast, while Express emphasizes usable. A lot of the discussions you’ll see

RE: Source path in framework SWCs

2017-11-07 Thread Yishay Weiss
Let’s hope FDT provides Royale support. We need a presence in Eclipse. New versions of Eclipse support generic editors that support language servers so maybe Josh’s work can be reused… From: Alex Harui Sent: Tuesday, November 7, 2017

RE: Currency formatter instanciation issue (was RE: ApplicationComplete event not firing)

2017-11-06 Thread Yishay Weiss
s repo !) Nicolas Granon > -Message d'origine- > De : Yishay Weiss [mailto:yishayj...@hotmail.com] > Envoyé : lundi 6 novembre 2017 14:53 > À : dev@royale.apache.org; ngra...@idylog.com > Objet : RE: ApplicationComplete event not firing > > Can’t see anything wron

RE: ApplicationComplete event not firing

2017-11-06 Thread Yishay Weiss
Can’t see anything wrong with what you’ve given us. Does this [1] run for you? BTW, feel free to post examples of problems (or successful runs) on that [1] repo. [1] https://github.com/yishayw/Examples/blob/CurrencyFormatter/Examples.mxml From: Idylog -

RE: Java Default Encoding and Royale Compiler

2017-12-04 Thread Yishay Weiss
coding and Royale Compiler On 12/3/17, 3:08 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 > >Is there any reason not to hard code the file encoding in the compiler? > I don't know for sure, but the first question that comes

MXML attributes, minification, and initialization

2017-12-04 Thread Yishay Weiss
We ran into an interesting problem with minification. If you have a component with an attribute that’s initialized like this: public var myProp:Boolean = false; and you try to initialize it from mxml () the result will be myComp == true in debug and myComp == false in release. We found 2 ways

RE: [Royale - ASJS] PAYG list beads

2017-12-02 Thread Yishay Weiss
I may be missing something but it looks to me like we already have this separation. IItemRendererClassFactory is responsible for the item renderers, and IDataProviderItemRendererMapper listens to change events and inserts/removes the item renderer instances.

RE: MXML attributes, minification, and initialization

2017-12-07 Thread Yishay Weiss
s up a >>>> reference to the same thing. Maybe that's why it doesn't work, scalar >>>> types are by-value and not by-reference. IOW, if you have: >>>> >>>> AS: public function myMethod() {} >>>> >>>>

RE: MXML attributes, minification, and initialization

2017-12-06 Thread Yishay Weiss
things to output fx:Script blocks. Thanks, -Alex On 12/5/17, 1:41 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >When I change MyComp to have get/set the result is the following added >line, which probably protects the public interface. > > > >Obje

RE: MXML attributes, minification, and initialization

2017-12-06 Thread Yishay Weiss
>For some reason, when this code is output, the code gets minified I guess the question is why the code gets mifinied if it’s annotated with @export. I’m not sure it’s related but when I compile this [1] file with gcc I get an internal compiler error [2]. When replacing in [1]

RE: Repos and Releases

2017-12-12 Thread Yishay Weiss
I’m trying to understand what’s going on here, so I’ll ask some naïve questions: 1. Are royale-compiler and royale-typedefs supposed to be merged into royale-asjs? 2. If so, why does running ant all from royale-asjs clone said repos? 3. “Folks should have noticed that the

RE: Publishing royale to npm

2017-10-30 Thread Yishay Weiss
Royale currently compiles to both JS and to Flash, so you can choose your dependencies. There’s work being done to package a more specialized version which compiles to JS only, and I think that’s what the discussion is referring to. From: Dany Dhondt

RE: Apache Royale 0.9 setup

2017-10-25 Thread Yishay Weiss
Hi, Can you put an fxp somewhere so I can have a look? Thanks, Yishay From: Idylog - Nicolas Granon Sent: Thursday, October 26, 2017 1:05 AM To: dev@royale.apache.org Subject: RE: Apache Royale 0.9 setup I had only one namespace

RE: [royale-asjs] 02/02: Revert "Updating the source of an ArrayList does not change the view of the component without this change."

2017-10-31 Thread Yishay Weiss
I’ve created a branch data_grid_update that contains my proposed fix to this. You can see usage here [1]. [1] https://github.com/yishayw/Examples/blob/DataGrid_force_change/Examples.mxml From: Yishay Weiss <yishayj...@hotmail.com> Sent: Monday, Octo

RE: [DISCUSS] Explanation of the changes

2018-05-12 Thread Yishay Weiss
Hi Carlos, Thanks for your detailed post. I don’t have time right now to address all of the points you raised, but what you wrote in the following extract strikes me as inaccurate. >For example Jewel Slider is based on input range, while Basic Slider is >build with two buttons. So even ISlider

RE: [royale-asjs] branch feature/revert-refactor updated: Fixes #261. Untyped members need to be surrounded with quotes.

2018-06-18 Thread Yishay Weiss
propose in order to understand better the need of typedefs for raw mdl components? thanks 2018-06-18 7:54 GMT+02:00 Yishay Weiss : > Out of curiosity, why are there no type defs for raw mdl components? > > > > > From: Alex Harui > Sent: Monday, Jun

RE: [royale-asjs] branch feature/revert-refactor updated: Fixes #261. Untyped members need to be surrounded with quotes.

2018-06-17 Thread Yishay Weiss
Out of curiosity, why are there no type defs for raw mdl components? From: Alex Harui Sent: Monday, June 18, 2018 6:53:51 AM To: dev@royale.apache.org; comm...@royale.apache.org Subject: Re: [royale-asjs] branch feature/revert-refactor updated: Fixes #261.

RE: [royale-asjs] branch develop updated: fix latest commit, since binary data to string method was not really working

2018-06-11 Thread Yishay Weiss
Carols, This breaks our app on IE and Edge, as they don’t support TextDecoder. Can you fix this? From: carlosrov...@apache.org Sent: Sunday, May 27, 2018 11:29:14 PM To: comm...@royale.apache.org Subject: [royale-asjs] branch develop updated: fix latest

RE: [royale-asjs] branch develop updated: Fixes #258. But is that a proper fix?

2018-06-11 Thread Yishay Weiss
I guess we’re a bit prejudiced coming from Flex. Once you let go of the notion that percentages are not of the available space but of the total parent space, it sort of makes sense. From: Harbs Sent: Monday, June 11, 2018 11:29:38 AM To: dev@royale.apache.org

RE: [royale-asjs] branch develop updated: Fixes #258. But is that a proper fix?

2018-06-03 Thread Yishay Weiss
I’ve seen several instances where the offsetParent hasn’t been set yet when layout is run, which messes things up. I solved this here by running another layout at a later time but I’m interested to hear others on how this should be solved. From: yish...@apache.org

RE: [royale-asjs] branch develop updated: Fixes #258. But is that a proper fix?

2018-06-03 Thread Yishay Weiss
This could be a good topic to put down here… https://github.com/apache/royale-asjs/wiki/Layout-Challenges From: Yishay Weiss Sent: Sunday, June 3, 2018 1:18:03 PM To: dev@royale.apache.org Subject: RE: [royale-asjs] branch develop updated: Fixes #258

RE: [royale-asjs] branch develop updated: Fixes #258. But is that a proper fix?

2018-06-04 Thread Yishay Weiss
This looks ok to me. As I understand it [1] the only difference between position: static (which is the default) and position: relative is that they don’t obey left, top, bottom, right rules. Since Royale won’t be injecting unintended offset values, the default behavior shouldn’t change. [1]

RE: [royale-asjs] branch develop updated: Fixes #258. But is that a proper fix?

2018-06-05 Thread Yishay Weiss
Ok, but why does that get in the way of ‘flex’ and other display/layout styles? From: Alex Harui Sent: Tuesday, June 5, 2018 7:53:51 PM To: dev@royale.apache.org Subject: Re: [royale-asjs] branch develop updated: Fixes #258. But is that a proper fix? If you

RE: [royale-asjs] branch develop updated: Fixes #258. But is that a proper fix?

2018-06-07 Thread Yishay Weiss
For what it’s worth, I removed x="{filterGrip.width}" and it works the same. So it’s probably just legacy code. From: Harbs Sent: Wednesday, June 6, 2018 9:25 PM To: dev@royale.apache.org Subject: Re: [royale-asjs] branch develop

RE: List Item renderer Click event finds a component in its way

2018-07-02 Thread Yishay Weiss
the actual solution is a hack that must be converted to something more final. Thanks 2018-07-02 16:38 GMT+02:00 Yishay Weiss : > Take a look at ItemRendererMouseController.handleMouseUp() in Basic. It > uses currentTarget. > > > > > > > >

RE: List Item renderer Click event finds a component in its way

2018-07-02 Thread Yishay Weiss
Take a look at ItemRendererMouseController.handleMouseUp() in Basic. It uses currentTarget. From: carlos.rov...@gmail.com on behalf of Carlos Rovira Sent: Monday, July 2, 2018 5:27:08 PM To: dev@royale.apache.org Subject: List Item renderer Click event

RE: Bug iterating ArrayList

2018-05-03 Thread Yishay Weiss
From memory, it wasn’t possible to iterate through ArrayList with for each in Flex either. From: Σπύρος Αγγελόπουλος Sent: Thursday, May 3, 2018 10:13:11 AM To: dev@royale.apache.org Subject: RE: Bug iterating ArrayList Hi , Issue

RE: Compiling Royale Libraries with Flash Builder (SWF)

2018-01-07 Thread Yishay Weiss
h SWCs are being used. If your Royale SDK is/was a JS-Only one, you may be using the JS SWCs during SWF compilation. HTH, -Alex On 1/2/18, 12:42 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >I’m getting messages such as >1044: interface method applyImageData in interface IIma

RE: Compiling Royale Libraries with Flash Builder (SWF)

2018-01-08 Thread Yishay Weiss
clear what you are trying to do. How did you get compiler JUNIT tests to run from Flash Builder? -Alex On 1/8/18, 1:18 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >It wasn’t set. Now that I’ve set it I’m getting this: > > > >tests: > >[mkdir]

ant all failing (was Compiling Royale Libraries with Flash Builder (SWF))

2018-01-08 Thread Yishay Weiss
Getting this console output. >tests: > >[mkdir] Created dir: >C:\dev\flexjs\royale-compiler\compiler\target\junit-reports > >[mkdir] Created dir: >C:\dev\flexjs\royale-compiler\compiler\target\junit-temp > >[junit] Running as.ASExpressionTests > >[junit] looking for

RE: [royale-asjs] branch develop updated: Add basic project files

2018-01-10 Thread Yishay Weiss
Thanks Piotr and Alex. From: Piotr Zarzycki Sent: Wednesday, January 10, 2018 8:01:04 PM To: dev@royale.apache.org Subject: Re: [royale-asjs] branch develop updated: Add basic project files I have added missing headers here and for

RE: ant all failing (was Compiling Royale Libraries with Flash Builder (SWF))

2018-01-09 Thread Yishay Weiss
ow what your environment variables are set to. Also, we don't know if you are starting from a fresh clone or this is a re-build. Thanks, -Alex On 1/8/18, 11:13 PM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: >Getting this console output. > >>tests: >> >>

RE: Royale in 10 minutes (was Re: Proposed table of contents for Royale help documentation)

2018-01-31 Thread Yishay Weiss
This looks very promising. I’m going to read this in batches. Some feedback on ‘The data model’. repos = configurator.data.repos; projectName = configurator.data.projectName; Shouldn’t these be cast to a String and an Array respectively? Also, I find these lines a bit misleading import

RE: What is x and y? What is width and height?

2018-02-07 Thread Yishay Weiss
How about using beads that implement IPositionCalculator. UIBase won’t return x and y directly but use a bead to calculate them. The default SimplePositionCalculatorBead would return x and y based on the setter while the ScreenPositionCalculatorBead would return the values based on DOM access.

RE: ApacheCon 2017 presentations

2018-02-04 Thread Yishay Weiss
Here’s a PDF version [1] of the slides I had. Thanks. [1] https://events.static.linuxfound.org/sites/events/files/slides/FlexJSIntroduction.pdf From: Andrew Wetmore Sent: Saturday, February 3, 2018 7:49 PM To: dev@royale.apache.org

RE: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Yishay Weiss
e understand the patch file syntax enough to guess what’s wrong? > On Feb 12, 2018, at 5:15 PM, Yishay Weiss <yishayj...@hotmail.com> wrote: > > I have the same result with ant on my machine. It’s probably a windows/mac > thing. > > From: Piotr Zarzycki<mailto:piotrzarzyck...

RE: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Yishay Weiss
I have the same result with ant on my machine. It’s probably a windows/mac thing. From: Piotr Zarzycki Sent: Monday, February 12, 2018 3:13 PM To: dev@royale.apache.org Subject: Re: Build failed in Jenkins: royale-typedefs #139

RE: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Yishay Weiss
On Feb 12, 2018, at 6:11 PM, Yishay Weiss <yishayj...@hotmail.com> wrote: > > I fixed it for my machine. Hopefully Jenkins will be happy too. > > From: Gabe Harbs<mailto:harbs.li...@gmail.com> > Sent: Monday, February 12, 2018 5:18 PM > To: dev@royale.apache.org<ma

RE: What is x and y? What is width and height?

2018-02-08 Thread Yishay Weiss
26 GMT+01:00 Yishay Weiss <yishayj...@hotmail.com>: > How about using beads that implement IPositionCalculator. UIBase won’t > return x and y directly but use a bead to calculate them. The default > SimplePositionCalculatorBead would return x and y based on the setter while > th

RE: [royale-asjs] 01/01: Not working yet

2018-02-17 Thread Yishay Weiss
Ok, thanks. From: Alex Harui Sent: Sunday, February 18, 2018 7:11 AM To: dev@royale.apache.org; comm...@royale.apache.org Subject: Re: [royale-asjs] 01/01: Not working yet Yishay, It should not be

RE: Need help with CSS class selector (font-family is always Arial)

2018-02-18 Thread Yishay Weiss
I have this in compile-app-config.xml skipFunctionCoercions ../../../../../../js/libs/ace-1.2.3.swc When I change ace-1.2.3.swc to a different name that doesn’t exist then I get an error that the file can’t be opened. So I’m assuming

RE: Need help with CSS class selector (font-family is always Arial)

2018-02-18 Thread Yishay Weiss
I think I figured it out. I was missing COMPILE::JS blocks around the ace objects. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Sunday, February 18, 2018 10:22 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Need help with CSS class selector

Any ideas why I'm not able to build the compiler?

2018-08-06 Thread Yishay Weiss
I’m getting [1] compiler tests failure. The read-only errors should be ignored IMO because they’re part of compileAndExpectErrors() runs. So I’m not sure what’s going on… [1] https://paste.apache.org/4Sei

RE: WORK ON EMULATION

2018-08-13 Thread Yishay Weiss
There’s an example here [1] [1] https://github.com/yishayw/Examples/blob/FileProxy/Examples.mxml From: Alex Harui Sent: Monday, August 13, 2018 6:48:50 PM To: us...@royale.apache.org; dev@royale.apache.org Subject: Re: WORK ON EMULATION Hi Alina, There is

RE: Migrating Enterprise Flex Application

2018-07-18 Thread Yishay Weiss
From: Olaf Krueger Sent: Wednesday, July 18, 2018 2:06 PM To: dev@royale.apache.org Subject: Re: Migrating Enterprise Flex Application >As I understand, the only goal of the emulation components is that you will >be able to compile your

RE: Increased size of the framework

2018-09-02 Thread Yishay Weiss
Looks like it’s a dump file [1] https://fileinfo.com/extension/mdmp From: Piotr Zarzycki Sent: Friday, August 24, 2018 10:10:42 AM To: dev@royale.apache.org Subject: Increased size of the framework Hi Carlos, I just looked into the downloaded latest build

RE: Increased size of the framework

2018-09-02 Thread Yishay Weiss
: Increased size of the framework Hi Yishay, The question who generates it? Thanks, Piotr On Sun, Sep 2, 2018, 12:42 PM Yishay Weiss wrote: > Looks like it’s a dump file > > > > [1] > https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffileinfo.com%2Fextension%2Fm

RE: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC2

2018-01-22 Thread Yishay Weiss
FWIW ApproveRoyale.xml [1] still has mvn.exe instead of mvn.cmd. Those with a windows machine are advised to search and replace before running the script. Otherwise you’ll get the failure Olaf and I got. From: Olaf Krueger Sent: Monday, January 22, 2018 10:17 AM To:

RE: [MAVEN-BUILD] Royale-typedefs - Build # 175 - Failure

2018-04-09 Thread Yishay Weiss
.org Subject: Re: [MAVEN-BUILD] Royale-typedefs - Build # 175 - Failure Hi Yishay, I'm don't know too much of that part of the project. Can you try it if you know more about that? thanks 2018-04-09 10:49 GMT+02:00 Yishay Weiss <yishayj...@hotmail.com>: > Could it be that sonar was updat

RE: [MAVEN-BUILD] Royale-typedefs - Build # 175 - Failure

2018-04-09 Thread Yishay Weiss
Could it be that sonar was updated to a newer version on the maven repo? Have u tried the proposed solution there? [1] https://stackoverflow.com/questions/40300653/failed-to-execute-goal-org-sonarsource-scanner-mavensonar-maven-plugin-3-2son From:

RE: [MAVEN-BUILD] Royale-typedefs - Build # 175 - Failure

2018-04-09 Thread Yishay Weiss
be something to ask for to infra team? can you rise them a ticket ? thanks 2018-04-09 12:17 GMT+02:00 Yishay Weiss <yishayj...@hotmail.com>: > I’m not either. If the Sonar problems continue I’ll give that solution a > try. > > > > > Fr

RE: ItemRenderer is not PAYG

2018-04-15 Thread Yishay Weiss
I think we need to accept that there are some assumptions made in base classes that will not apply to every case. This is the tension between PAYG and reusability which has been discussed before. As Alex suggested you can always create a different implementation for ISelectableItemRenderer (or

RE: [royale-compiler] branch develop updated: handle main MXML file in packages

2018-03-19 Thread Yishay Weiss
I’m still getting an error when compiling our app using the up2date compiler. [mxmlc] Internal error: java.lang.NullPointerException: Source must not be null

RE: [royale-compiler] branch develop updated: handle main MXML file in packages

2018-03-19 Thread Yishay Weiss
Going back to 8b0ee7192310c7f925b303ea4dab117ee9cd2b9b in compiler and rebuilding royale-compiler and royale-asjs fixes the issue. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, March 19, 2018 9:52 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject:

RE: GitHub Problems

2018-02-25 Thread Yishay Weiss
Upgrading git for windows [1] fixed it for me. [1] https://github.com/Microsoft/Git-Credential-Manager-for-Windows/issues/57 From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Sunday, February 25, 2018 4:12 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Git

GitHub Problems

2018-02-25 Thread Yishay Weiss
Did anyone else have these problems? I’m using my GitHub account credentials. C:\dev\flexjs\royale-asjs\frameworks\projects\Graphics>git push fatal: AggregateException encountered. One or more errors occurred. Username for 'https://github.com': yishayw Password for 'https://y...@github.com':

Royale Compiler Brings Wrong Dependencies

2018-10-14 Thread Yishay Weiss
Hi, We’re seeing a bug where beads from MXRoyale are loaded even though the project doesn’t reference MXRoyale. This results in a runtime error when opening a ComboBox. Specifically, it looks like these lines Basic|ComboBoxList { IDataProviderItemRendererMapper:

RE: Royale Compiler Brings Wrong Dependencies

2018-10-14 Thread Yishay Weiss
intUI.mxml From: Piotr Zarzycki Sent: Sunday, October 14, 2018 12:41:41 PM To: dev@royale.apache.org Subject: Re: Royale Compiler Brings Wrong Dependencies Hi Yishay, Do you load during the build -theme? Piotr On Sun, Oct 14, 2018, 9:45 AM Yishay Weiss wr

RE: Royale Compiler Brings Wrong Dependencies

2018-10-14 Thread Yishay Weiss
Same result. From: Piotr Zarzycki Sent: Sunday, October 14, 2018 4:51:56 PM To: dev@royale.apache.org Subject: Re: Royale Compiler Brings Wrong Dependencies Maybe you should try point to the theme from Basic. On Sun, Oct 14, 2018, 1:09 PM Yishay Weiss wrote

RE: Welcome Pushmina Kazi as Apache Royale Committer

2018-10-15 Thread Yishay Weiss
Welcome Pushmina! From: Piotr Zarzycki Sent: Monday, October 15, 2018 9:52:49 AM To: dev@royale.apache.org Subject: Welcome Pushmina Kazi as Apache Royale Committer Hi Folks, The Apache Royale PMC is excited to welcome Pushmina Kazi as our newest committer!

RE: [Discuss] Start release process 0.9.3

2018-10-15 Thread Yishay Weiss
, This [1][2] [1] https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc1 [2] https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc2 Thanks, Piotr pon., 15 paź 2018 o 17:20 Yishay Weiss napisał(a): > What’s the full names of the tags that n

RE: [Discuss] Start release process 0.9.3

2018-10-16 Thread Yishay Weiss
: Piotr Zarzycki Sent: Tuesday, October 16, 2018 12:30:54 PM To: dev@royale.apache.org Subject: Re: [Discuss] Start release process 0.9.3 Hi Yishay, What do you mean by more such tasks ? Thanks, Piotr wt., 16 paź 2018 o 07:10 Yishay Weiss napisał(a): > Just deleted them. > > >

RE: [Discuss] Start release process 0.9.3

2018-10-16 Thread Yishay Weiss
Attempt 2: I went a bit farther, but during Maven compilation of compiler tests failed - stacktraces of failing tests are in previous emails. Thanks, Piotr wt., 16 paź 2018 o 11:44 Yishay Weiss napisał(a): > Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll > f

RE: [Discuss] Start release process 0.9.3

2018-10-15 Thread Yishay Weiss
What’s the full names of the tags that need to be deleted? From: Piotr Zarzycki Sent: Monday, October 15, 2018 4:08:34 PM To: dev@royale.apache.org Subject: Re: [Discuss] Start release process 0.9.3 Hi Alex, I have all environment property which you are

RE: Unable to build with ANT

2018-10-28 Thread Yishay Weiss
Same problem here. Looking into it. From: Carlos Rovira Sent: Sunday, October 28, 2018 9:54:30 AM To: dev@royale.apache.org Subject: Unable to build with ANT Hi, I'm starting my day and always build with maven and then build a fresh SDK with ANT to feed

RE: Unable to build with ANT

2018-10-28 Thread Yishay Weiss
we have 1 hour less. > The problem seems to be in the test run in the compiler, skipping that > part with "ant sdk" make the rest works ok. > > > > > > El dom., 28 oct. 2018 a las 10:15, Yishay Weiss > () > escribió: > > > Same problem here. Looking

RE: Unable to build with ANT

2018-10-28 Thread Yishay Weiss
d to the change of hour like Nicolas suggested, since I wake up and the hour changed due to daylight saving time and we have 1 hour less. The problem seems to be in the test run in the compiler, skipping that part with "ant sdk" make the

RE: [Discuss] Start release process 0.9.3

2018-10-25 Thread Yishay Weiss
that. HTH, -Alex On 10/25/18, 3:20 AM, "Yishay Weiss" wrote: I’m stuck in step 4 [1], getting below and [2]. Looks like git tasks are failing. Any ideas? BUILD FAILED C:\dev\my_release\releasecandidate.xml:556: The following error occurred while executing this line:

RE: [Discuss] Start release process 0.9.3

2018-10-26 Thread Yishay Weiss
ils shouldn't happen because they have not been modified. In an earlier email I tried to explain to Piotr how to modify releasecandidate.xml so that it correctly skips that push. -Alex On 10/25/18, 11:58 AM, "Yishay Weiss" wrote: The error message is in the console, I guess

RE: [Discuss] Start release process 0.9.3

2018-10-25 Thread Yishay Weiss
executing this line: C:\dev\my_release\releasecandidate.xml:473: exec returned: 1 [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 maven [2] https://paste.apache.org/AkFm ____ From: Yishay Weiss Sent: Tuesday, October 16, 2018 1:21:33

RE: Dynamic component instantiation and bindings

2018-11-04 Thread Yishay Weiss
Hi Nicolas, There’s an example [1] that seems to at least partially answer your question. Yishay [1] https://github.com/apache/royale-asjs/blob/develop/examples/royale/DataBindingExample_as/src/main/royale/MyInitialView.as#L180 From: Idylog -

RE: Increased size of the framework

2018-09-03 Thread Yishay Weiss
it ? It is not present in the repository. It appears after build. niedz., 2 wrz 2018 o 20:09 Carlos Rovira napisał(a): > So, I think it's ok to remove it right? > > thanks for take a look > > Carlos > > El dom., 2 sept. 2018 a las 15:09, Yishay Weiss () > escribió: > > >

RE: [royale-asjs] branch develop updated: Move infite scroller bead somewhere it can actually be demonstrated

2019-01-01 Thread Yishay Weiss
s used), and initialize list to Arrays where an Array was ok. On 12/31/18, 3:12 AM, "Yishay Weiss" wrote: It still looks wrong. When scrolling, I see sequences such as “row 304”, “row 305”, “row 55”, “row 385”. I’m assuming it should be a simple incrementing series. I only

RE: DragEvent.clientY

2018-12-20 Thread Yishay Weiss
/f6733066124309c61fb054b10439cc3551ddfaed/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/SensitiveSingleSelectionDropTargetBead.as#L248 From: Yishay Weiss Sent: Thursday, December 20, 2018 3:40:18 PM To: dev@royale.apache.org Subject: RE

RE: DragEvent.clientY

2018-12-20 Thread Yishay Weiss
which may be more consistent than using the event target's clientX/Y which will change as you drag over various things on the way to the final drop point. -Alex On 12/19/18, 1:55 AM, "Yishay Weiss" wrote: Any idea what it’s used for? Is it supposed to be the same as MouseEve

RE: Royale Java versions

2018-12-24 Thread Yishay Weiss
I’m fine with it too. I’ve been using FB with 1.8 for a while. In my opinion, we’re not in the business of forcing anyone to do anything. Options are a good thing. From: Piotr Zarzycki Sent: Monday, December 24, 2018 9:20:58 AM To: dev@royale.apache.org

RE: [royale-asjs] branch develop updated: Fix implicit coercion error

2018-12-26 Thread Yishay Weiss
Sounds good, feel free to revert. From: Alex Harui Sent: Thursday, December 27, 2018 3:43:45 AM To: dev@royale.apache.org; comm...@royale.apache.org Subject: Re: [royale-asjs] branch develop updated: Fix implicit coercion error I don't think we should hack it

RE: Dependency Missing

2018-12-11 Thread Yishay Weiss
>The dependency you posted below indicates that it is one of your files, which >must be being used by another one of your files, so the question is whether >the file that couldn't find that dependency is in your source >path or is >coming from a SWC that was compiled earlier. It was coming

RE: [royale-asjs] 01/01: Royale framework folders weren't being recognized by FB

2018-12-16 Thread Yishay Weiss
Was flexlibnature intentionally renamed to royalelibnature ? From: yish...@apache.org Sent: Sunday, December 16, 2018 2:26:14 PM To: comm...@royale.apache.org Subject: [royale-asjs] 01/01: Royale framework folders weren't being recognized by FB This is an

RE: [royale-asjs] branch develop updated: Fix launch.json

2018-12-06 Thread Yishay Weiss
Maybe I should be more precise, this fixes VSCode not launching a debug session. Did I break some other use case? From: yish...@apache.org Sent: Thursday, December 6, 2018 2:51:01 PM To: comm...@royale.apache.org Subject: [royale-asjs] branch develop updated:

RE: Dependency Missing

2018-11-29 Thread Yishay Weiss
ay, November 28, 2018 7:03:55 PM To: dev@royale.apache.org Subject: Re: Dependency Missing What is the "dependency list" you are referring to? On 11/28/18, 8:55 AM, "Yishay Weiss" wrote: Hi Alex, It looks like commit 3252eb312b09cbf5270d78aadc785d757743d323 (fix dep

  1   2   3   4   5   6   7   8   9   10   >