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: 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: 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: 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: 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: [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: [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: >> >>

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: 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]

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

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

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

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: [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

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: 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: 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: [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: 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: 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> >

<    5   6   7   8   9   10