RE: Using @extrens ( RE: Example of access external JS using Apache Royale)

2019-05-05 Thread Yishay Weiss
>if you can get yourself away from trying to access features on concrete >instances (…) >var animateBead:IAnimateBead = indicator_content.getBeadByType(IAnimateBead); >animateBead.animate(); Is this PAYG? getBeadByType iterates through an array. Also, animateBead may turn out to be null which

RE: RE: Example of access external JS using Apache Royale

2019-05-02 Thread Yishay Weiss
Helpful, thanks. From: Josh Tynjala Sent: Thursday, May 2, 2019 5:36:35 PM To: dev@royale.apache.org Subject: Re: RE: Example of access external JS using Apache Royale > Users can't do this, they required that Royale framework devs add typedefs to > the

RE: Example of access external JS using Apache Royale

2019-05-01 Thread Yishay Weiss
How can use the TypeScript definitions to create typedefs? >Looks like there is TypeScript defnitions for lodash on DefinitelyTyped and >Moment ships >with a TypeScript definitions. On 4/30/19, 10:18 PM, "Dany Dhondt" wrote: Wouldn’t it be a nice proof of concept if we tried to implement

RE: extending IUIBase with interfaces (was: Re: Version property (was: Let's bump Royale version to 1.0))

2019-04-30 Thread Yishay Weiss
It seems to me this is more an AS3 issue than a Royale issue. It would be cool to enhance AS to include features such as Mixins, but as long as we have a simple single inheritance model the solution you implemented is probably optimal. I personally wouldn’t worry too much about code

RE: Strand Initializer

2019-04-18 Thread Yishay Weiss
>You are welcome to investigate finding an efficient way to allow your proposed >pattern. What comes to my mind is interpreting before the atts. I’m finding It difficult to understand how beadOffset is used in MXMLDataInterpeter.initializeStrandBasedObject(). But can we use it to jump to

Strand Initializer

2019-04-17 Thread Yishay Weiss
I’ve encountered a problem with MXML initialization of components that have a model defined in MXML beads. Suppose I have the following MXML: And the follow as3: class MyComp extends UIBase { public function set attName(value:*):void { model.attName =

RE: Create and build a library project

2019-04-11 Thread Yishay Weiss
>witch then I can include to RoyaleJS Project ? Do you want to include it in run-time or when compiling?

RE: Flash builder error when compile royale project

2019-04-07 Thread Yishay Weiss
Done. Thanks for spotting this. From: Alex Harui Sent: Friday, April 5, 2019 7:16:17 PM To: dev@royale.apache.org Subject: Re: Flash builder error when compile royale project Hi Spiros, Thank you for finding that problem. Looks like Yishay accidentally

RE: Plain public variables complain they don't have getters / setters (Was "CreationComplete event question")

2019-03-28 Thread Yishay Weiss
On Fri, 29 Mar 2019, 07:20 Yishay Weiss, wrote: > I’m wondering if registerClassAlias or the RemoteClass meta-tag would > solve this. Anyone know? > > > > > From: Harbs > Sent: Thursday, March 28, 2019 3:03:46 PM > To: dev@royale.a

RE: Plain public variables complain they don't have getters / setters (Was "CreationComplete event question")

2019-03-28 Thread Yishay Weiss
I’m wondering if registerClassAlias or the RemoteClass meta-tag would solve this. Anyone know? From: Harbs Sent: Thursday, March 28, 2019 3:03:46 PM To: dev@royale.apache.org Subject: Re: Plain public variables complain they don't have getters / setters (Was

RE: [royale-asjs] branch develop updated: Update DateField.as

2019-03-20 Thread Yishay Weiss
This breaks the build with [java] C:\dev\flexjs\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\controls\DateField.as(1590): col: 20 Error: A ccess of possibly undefined property _minYear. [java] [java] return _minYear; [java]

RE: PopUpManager question

2019-03-20 Thread Yishay Weiss
Just a comment on why this might have happened and how to deal with similar problems. For PAYG reasons, in the basic component set, styles aren’t changed in the runtime automatically. That may be why it wasn’t updated originally. Your solution is the simplest way to get around this, and

RE: PopUpManager question

2019-03-20 Thread Yishay Weiss
Are you using MXRoyale? If so, this [1] exists. [1] https://github.com/apache/royale-asjs/blob/develop/frameworks/projects/MXRoyale/src/main/royale/mx/managers/PopUpManager.as From: Kessler CTR Mark J Sent: Wednesday, March 20, 2019 1:56:41 PM To:

RE: VSCode Build Taking Really Long

2019-02-25 Thread Yishay Weiss
But it still created nested folders n deep. From: Yishay Weiss Sent: Monday, February 25, 2019 10:40:54 AM To: dev@royale.apache.org Subject: RE: VSCode Build Taking Really Long It looks that way. I manually removed all bin folders from the old repo clone

RE: VSCode Build Taking Really Long

2019-02-25 Thread Yishay Weiss
It looks that way. I manually removed all bin folders from the old repo clone and it’s now much faster. From: Olaf Krueger Sent: Monday, February 25, 2019 10:28:03 AM To: dev@royale.apache.org Subject: RE: VSCode Build Taking Really Long That means that

RE: VSCode Build Taking Really Long

2019-02-24 Thread Yishay Weiss
: ".", "source-path": [ "src", "../../libs/vendor/puremvc-as3-multicore-framework/src" ] }, "copySourcePathAssets": true, "additionalOptions": "-js-dynamic-access-unknown-members=true",

RE: VSCode Build Taking Really Long

2019-02-24 Thread Yishay Weiss
Re-cloning the repository reduces it to 30 seconds, then 14. I guess some cached files were messing things up but I’m not sure when I’m going to have time to investigate this. Anyway, thanks to everyone who chipped in. From: Yishay Weiss Sent: Saturday

RE: VSCode Build Taking Really Long

2019-02-23 Thread Yishay Weiss
Is there a verbose mode for running asconfigc? From: Yishay Weiss Sent: Saturday, February 23, 2019 10:56:16 PM To: dev@royale.apache.org Subject: RE: VSCode Build Taking Really Long CPU rarely goes over 20% and never over 57%. Turning real-time protection off

RE: VSCode Build Taking Really Long

2019-02-23 Thread Yishay Weiss
:29:15, Yishay Weiss wrote: > Hi Guys, > > We have a really simple app which takes Piotr and Olaf less than half a > minute to compile using VSCode. The same app takes me somewhere between 2.5 > and 5 minutes. > > Can you round up the usual suspects? My computer isn

RE: VSCode Build Taking Really Long

2019-02-22 Thread Yishay Weiss
Subject: Re: VSCode Build Taking Really Long What are you using to compile? If you’re compiling using the VS Code extension, try installing asconfigc separately. > On Feb 21, 2019, at 4:29 PM, Yishay Weiss wrote: > > Hi Guys, > > We have a really simple app which takes Piotr and Olaf

VSCode Build Taking Really Long

2019-02-21 Thread Yishay Weiss
Hi Guys, We have a really simple app which takes Piotr and Olaf less than half a minute to compile using VSCode. The same app takes me somewhere between 2.5 and 5 minutes. Can you round up the usual suspects? My computer isn’t slower than theirs and until recently we’ve been using the same

RE: TypeNames vs ClassName

2019-02-18 Thread Yishay Weiss
Hi Carlos, After updating from dev it looks like it’s working now. Thanks. From: Carlos Rovira Sent: Thursday, February 14, 2019 7:28:19 PM To: dev@royale.apache.org Subject: Re: TypeNames vs ClassName HI Yishay, A working example is in TDJ (

RE: How to identify object instances (StableObjectId)?

2019-02-12 Thread Yishay Weiss
That’s my understanding too. From: Olaf Krueger Sent: Tuesday, February 12, 2019 12:34:00 PM To: dev@royale.apache.org Subject: Re: How to identify object instances (StableObjectId)? Thanks, Yishay... it really seems that StableObjectId is coming from Chrome.

RE: How to identify object instances (StableObjectId)?

2019-02-12 Thread Yishay Weiss
For what it’s worth, I find using conditional breakpoints will get me around the need to record instance names most of the time. You can use an object’s dimensions, className, etc. to make sure it’s the one you need. From: Olaf Krueger Sent: Monday, February

RE: How to identify object instances (StableObjectId)?

2019-02-12 Thread Yishay Weiss
Not sure exactly where it’s manufactured but it looks [1] like StableObjectID id a property created by Chrome. I guess, use at your own risk. [1] https://github.com/ChromeDevTools/devtools-frontend/commit/fa54b2abcc2055e965ce972e9d42ac31a8a7caa3 From: Olaf

RE: Breaking Compiler Change

2019-02-10 Thread Yishay Weiss
Would it make sense to change the signature to public function split(separator:*=undefined,limit:int=0):Array ? From: Harbs Sent: Sunday, February 10, 2019 1:08:14 PM To: dev@royale.apache.org Subject: Re: Breaking Compiler Change Found

RE: 0.9.6 Release

2019-02-06 Thread Yishay Weiss
I’ll let Om or someone else with docker experience tell us if this [1] is relevant. [1] https://hub.docker.com/r/beli/firefox-flash/ From: Alex Harui Sent: Wednesday, February 6, 2019 10:05:54 AM To: dev@royale.apache.org Subject: Re: 0.9.6 Release I don't

RE: 0.9.6 Release

2019-02-06 Thread Yishay Weiss
I like this plan better. Seems it would require less changes to existing scripts and code base. Also, if the end result is that anyone with docker installed only needs to run a script the bar for becoming an RM should be lower. From: OmPrakash Muppirala Sent:

RE: Problems dealing with bead substitution in Royale

2019-01-28 Thread Yishay Weiss
to change a bead at runtime (so there's a previous bead and is not nulled) In the example you posted I only see a label instantiation, nothing more. Maybe is not the right example? thanks El dom., 27 ene. 2019 a las 21:53, Yishay Weiss () escribió: > I agree writing ‘null’ in the css is a hack. I a

RE: Problems dealing with bead substitution in Royale

2019-01-27 Thread Yishay Weiss
ponent with bead X, who have bead Y of the > > same > > > type as bead X. > > > > > > > > > In that situation dynamically instantiated component 2 will take bead X > > and > > > we will end up with above situation. Does that vali

RE: Problems dealing with bead substitution in Royale

2019-01-27 Thread Yishay Weiss
Can you explain why this is necessary? Why create a strand with bead X and replace it with bead Y in runtime? If your strand is using loadBeadFromValuesManager() it should be able to receive a null css class reference, like in this example.

RE: BevelFilter

2019-01-10 Thread Yishay Weiss
" and remove bricks or > slice off parts of the bricks along the edge so that the layers of bricks > don't go straight up, they are angled/beveled. > -Position your lights of the correct colors. > -Apply a soften/blur effect on the edges. > > HTH, > -Alex > > On 1/9/19, 12:45

RE: BevelFilter

2019-01-09 Thread Yishay Weiss
"anything" or something simple. To bevel a rectangular border can be relatively simple, IIRC. HTH, -Alex On 1/8/19, 11:54 PM, "Yishay Weiss" wrote: [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.w3schools.com%2Fgraphics%2Fsvg_filters_i

RE: BevelFilter

2019-01-08 Thread Yishay Weiss
[1] https://www.w3schools.com/graphics/svg_filters_intro.asp From: Yishay Weiss Sent: Wednesday, January 9, 2019 9:53:32 AM To: dev@royale.apache.org Subject: RE: BevelFilter Hi Olaf, Well, I was hoping to write a Royale bead rather than use a third party

RE: BevelFilter

2019-01-08 Thread Yishay Weiss
Hi Olaf, Well, I was hoping to write a Royale bead rather than use a third party library. I’m more interested in the alogorithm used for flash and Photoshop, assuming that’s easily translatable to SVG [1] filters. Yishay From: Olaf Krueger Sent:

BevelFilter

2019-01-08 Thread Yishay Weiss
I’m trying to implement BevelFilter [1] in SVG, but I can’t find a good source on how to do that. There are some basic examples [2] but I haven’t found anything that maps all the flash [1] (or Photoshop) options to SVG. Any ideas? [1]

RE: Official Hack Proposal (was Re: [royale-asjs] branch develop updated: Fix implicit coercion error)

2019-01-07 Thread Yishay Weiss
n would be to create a top-level factory function() unless it > makes sense to add it to a class so for Blob it might look like: > >> > >> /** > >> * @royaleignorecoercion BlobPropertyBag > >> */ > >> public function createBlobPropertyBag():BlobPr

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: User docs entry for strands and beads

2018-12-28 Thread Yishay Weiss
>> 2. Is the order of beads on a strand significant? >good question, maybe this should be answered by other. >I think usually not if each bead is an isolated funcionality. But maybe you >can think on some bead that requiere other beads, in that case, I suppose >the bead that require the other

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: 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: 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-asjs] 01/04: Match DragEvent.clientX with MouseEvent.clientX

2018-12-19 Thread Yishay Weiss
This modifies Peter’s code which was committed with the comment saying it was ‘preliminary’. If there are no objections I’ll merge it by tomorrow. From: yish...@apache.org Sent: Wednesday, December 19, 2018 12:36:28 PM To: comm...@royale.apache.org Subject:

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: 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] 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-30 Thread Yishay Weiss
into it. From: Yishay Weiss Sent: Friday, November 30, 2018 3:21:41 PM To: dev@royale.apache.org Subject: Re: Dependency Missing Thanks for the explanation. Manually deleting js-debug fixed it. I had thought running ant clean would be sufficient... Anyway, it's working now

Re: Dependency Missing

2018-11-30 Thread Yishay Weiss
introduce a circular dependency in other situations, so it is best to truly understand whether the missing dependency is listed elsewhere or not and why. Also, please provide the error you are getting and why you are getting it. -Alex On 11/29/18, 6:46 AM, "Yishay Weiss" wrote:

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

Dependency Missing

2018-11-28 Thread Yishay Weiss
Hi Alex, It looks like commit 3252eb312b09cbf5270d78aadc785d757743d323 (fix deps writing when we promote requires from static initializers) in the compiler has broken our app. One of the classes isn’t added to the dependency list despite being imported. I still haven’t been able to isolate

RE: [DISCUSS] Discuss Release Apache Royale 0.9.4 RC2

2018-11-23 Thread Yishay Weiss
Maybe this [1] can help? [1] http://apache-flex-development.247.n4.nabble.com/FlexJS-Unit-Tests-Not-Running-td62371.html#a62380 From: Piotr Zarzycki Sent: Thursday, November 22, 2018 12:23:14 PM To: dev@royale.apache.org Subject: Re: [DISCUSS] Discuss

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

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: TypeDefs for Moment.js

2018-09-17 Thread Yishay Weiss
release so don't want to have more new stuff in develop. Thanks, Piotr pon., 17 wrz 2018 o 10:24 Yishay Weiss napisał(a): > Hi, > > I’m struggling trying create a typedefs for moment.js [1]. There’s no > ready externs file as far as I can tell so I tried using TypeScript > def

TypeDefs for Moment.js

2018-09-17 Thread Yishay Weiss
Hi, I’m struggling trying create a typedefs for moment.js [1]. There’s no ready externs file as far as I can tell so I tried using TypeScript definition file [2] in conjunction with this conversion utility [3]. Unfortunately, there are overloaded methods which seem to confuse the conversion

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

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

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

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

<    4   5   6   7   8   9   10   >