Re: [royale-asjs] branch develop updated: Only contorllers truly intersted in multiselection will dipatch a multiselection event.

2020-01-27 Thread Alex Harui
Just noticed this while looking into the has/is refactor. Was this ClassFactory created to fix a bug? I didn't think the renderers would have loaded their IBeadController during the create() call. Should happen when they are placed on the display list unless placed on the strand as an

Re: SWF Graphics api emulation -WIP

2020-01-27 Thread Greg Dove
FYI, I just pushed the WIP on that. to use it in code, there is a UIGraphicsBase target. I'm still not happy with that, so it could change over time. At the moment the svg 'child' in javascript that is used as the 'rendered output' participates in the child element count for that class. Ideally

Re: Renderers doesn't support States

2020-01-27 Thread Alex Harui
Classes in Basic should remain PAYG. That would imply that MXML States support would go in a subclass of MXMLItemRenderer. My 2 cents, -Alex On 1/27/20, 10:58 AM, "Carlos Rovira" wrote: Hi, today while working on a TodoMVC version in Royale notice that ItemRenderers does

Renderers doesn't support States

2020-01-27 Thread Carlos Rovira
Hi, today while working on a TodoMVC version in Royale notice that ItemRenderers does not support States. So I'm going to add it, but want to ask the best point to do. IMO it could be in MXMLItemRenderer. thoughts? -- Carlos Rovira http://about.me/carlosrovira

Jenkins build is back to normal : royale-asjs #640

2020-01-27 Thread apacheroyaleci
See

Jenkins build is back to normal : royale-asjs_jsonly #703

2020-01-27 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs_jsonly #702

2020-01-27 Thread apacheroyaleci
See Changes: -- Started by an SCM change Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely

Build failed in Jenkins: royale-asjs #639

2020-01-27 Thread apacheroyaleci
See Changes: -- Started by upstream project "royale-asjs_jsonly" build number 701 originally caused by: Started by an SCM change Running as SYSTEM [EnvInject]

Re: Build failed in Jenkins: Royale_ASDoc_Example #557

2020-01-27 Thread Alex Harui
On 1/27/20, 12:55 AM, "Harbs" wrote: Huh. This works locally. Not sure why the COMPILE::JS did not work on the server. Did you run the "clean" target locally before building? -Alex

Re: [VSCode - asconfigc] sdk referenced in tasks.json

2020-01-27 Thread Carlos Rovira
Hi Josh, it seems ok to me. If nobody has nothing in the next hour or so, I'll do the change thanks El lun., 27 ene. 2020 a las 17:00, Josh Tynjala () escribió: > If the projects in the Royale repos include .vscode/tasks.json, they should > use the built-in tasks that are provided by the

Re: Build failed in Jenkins: Royale_ASDoc_Example #553

2020-01-27 Thread Josh Tynjala
If it ever becomes a priority, don't forget that being able to read every file in the source path will still be important for IDEs that use the Royale compiler for code intelligence. -- Josh Tynjala Bowler Hat LLC On Sun, Jan 26, 2020 at 9:57 PM Alex Harui wrote: >

Re: [VSCode - asconfigc] sdk referenced in tasks.json

2020-01-27 Thread Josh Tynjala
If the projects in the Royale repos include .vscode/tasks.json, they should use the built-in tasks that are provided by the extension. { "type": "actionscript", "debug": true, "problemMatcher": [], "group": "build" }, { "type": "actionscript", "debug": false,

[VSCode - asconfigc] sdk referenced in tasks.json

2020-01-27 Thread Carlos Rovira
Hi, recently in TDJ I changed asconfigc task to use this: "windows": { "args": [ "--sdk=C:\\Apache\\royale-asjs" ] }, "osx": { "args": [ "--sdk=${env:ROYALE_HOME}" ] }, to this : "args": [ "--sdk=${config:as3mxml.sdk.framework}" ], I want to propose to change in all framework, unless someone

Jenkins build is back to normal : royale-asjs #638

2020-01-27 Thread apacheroyaleci
See

Re: [royale-asjs] branch develop updated: Missing imports

2020-01-27 Thread Carlos Rovira
Hi, why this kind of problems are not shown in Maven builds? (I suppose Harbs added since ANT build failed), any clue? thanks El lun., 27 ene. 2020 a las 14:59, escribió: > This is an automated email from the ASF dual-hosted git repository. > > harbs pushed a commit to branch develop > in

Build failed in Jenkins: royale-asjs #637

2020-01-27 Thread apacheroyaleci
See Changes: [carlosrovira] jewel-tooltip: decouple remove of tip from ROLL_OUT and make public so -- [...truncated 1.77 MB...] compile:

Build failed in Jenkins: royale-asjs #636

2020-01-27 Thread apacheroyaleci
See Changes: [yishayjobs] Exclude SVGBase from swf sources to avoid compiler error [carlosrovira] jewel-tooltip: listen on change events from target and uses ROLL events [carlosrovira]

Jenkins build is back to normal : Royale_ASDoc_Example #558

2020-01-27 Thread apacheroyaleci
See

Re: ItemRenderer musings (was Re: "has" vs "is": sharing code, swapping out subsystems, and more...)

2020-01-27 Thread Carlos Rovira
Hi Alex, I'm happy with Item renderers, maybe we can do some refactors, but if it was my time, I'll try to prioritize the actual few problems we have that can be cumbersome for users and that use to make us code things that should not be that way. I think as long as we have some problems that

Re: Build failed in Jenkins: Royale_ASDoc_Example #557

2020-01-27 Thread Harbs
Huh. This works locally. Not sure why the COMPILE::JS did not work on the server. > On Jan 27, 2020, at 9:17 AM, apacheroyal...@gmail.com wrote: > > See > > > Changes: > >