Re: Installer badge on flex.a.o

2015-01-30 Thread Alex Harui
From sdk-installer-config-4.0.xml.  I just changed it.  You may need to
refresh your browser page to see it.

On 1/30/15, 1:23 AM, Tom Chiverton t...@apache.org wrote:

Where does the installer badge on
http://flex.apache.org/installer.html
get it's version number from ?
-- 
Tom



Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread OmPrakash Muppirala
What's happening with the release?  Is someone working on a Announcement
email?

Thanks,
Om

On Fri, Jan 30, 2015 at 1:26 AM, Maxim Solodovnik solomax...@gmail.com
wrote:

 404: While trying to download installer from Ubuntu

 The requested URL

 /pub/apache/flex/installer/3.1/binaries/apache-flex-sdk-installer-3.1.0-bin.deb
 was not found on this server.

 On Fri, Jan 30, 2015 at 3:25 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

  Latest news seem to be not updated :(
 
  On Fri, Jan 30, 2015 at 3:19 PM, Tom Chiverton t...@apache.org wrote:
 
  On Thursday 29 Jan 2015 21:26:00 Alex Harui wrote:
   I think I’m done fiddling.  I’m ok with Tom pushing this to
 production.
   We can always fix up other stuff later.
 
  Gone live.
 
  --
  Tom
 
 
 
 
  --
  WBR
  Maxim aka solomax
 



 --
 WBR
 Maxim aka solomax



RE: Installer badge on flex.a.o

2015-01-30 Thread Neil Madsen
Hi Tom, 
The version number comes from the 'latestVersion' attribute of the
ApacheFlexSDK tag in sdk-installer-config-4.0.xml, which is located here
on the SVN \trunk\content\installer\sdk-installer-config-4.0.xml

And here is the tag and it's attributes. 
ApacheFlexSDK name=Apache Flex SDK prefix=apache-flex-sdk-
icon=http://flex.apache.org/installer/icons/apache_flex_logo_text.png;
latestVersion=4.14.0

Looks like Alex has already made the update and committed. 

HTH
Neil 

-Original Message-
From: Tom Chiverton [mailto:t...@apache.org] 
Sent: January-30-15 2:23 AM
To: 'dev@flex.apache.org'
Subject: Installer badge on flex.a.o

Where does the installer badge on
http://flex.apache.org/installer.html
get it's version number from ?
--
Tom



Re: JAR in TLF svn/git mirror

2015-01-30 Thread Alex Harui


On 1/30/15, 1:38 AM, Bertrand Delacretaz bdelacre...@apache.org wrote:

LICENSE sounds good to me if you want that.

NOTICE must stay minimal, i.e. contain only required notices, so for
public domain stuff I'd go for LICENCE.

And this is why it is so complicated.  See [1] (apologies that s.a.o is
down so I can’t provide a shortened link).  It appears to be the opposite
recommendation.  It is the last comment from Henri in [2].


And we will try to track this as a JIRA issue, but historically, we often
learn more about the rules around LICENSE and NOTICE so when the issue
comes up again we think there should be a different answer.

Anyway, at this point, my recommendation is: if we are going to be
changing other text because that other text wasn’t permissively licensed,
then we should replace all text, but otherwise or maybe in the interim,
let’s put something in LICENSE and/or NOTICE.

Thanks
-Alex

[1] 
https://issues.apache.org/jira/browse/LEGAL-72?focusedCommentId=12868014pa
ge=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment
-12868014

[2] https://issues.apache.org/jira/browse/LEGAL-72



Re: [FLEXJS] Object.defineProperty

2015-01-30 Thread Alex Harui
Thanks for the links.  I believe that the Google Closure Library we use
sets up a particular pattern for inheritance.  I’m trying to figure out if
they have picked a pattern for defineProperty usage.  I only see a few
references in their code though.

When calling base classes using GCL inheritance, you are supposed to use
ThisClass.base(this, ‘functionName’, args).  It doesn’t look like
ThisClass.base would work on getters and setters.

The recommended pattern in the last link is pretty ugly:

  Object.getOwnPropertyDescriptor(ThisClass.base,
 ’setterName').set.call(this, args);


Maybe we want to make a function called super() that reduces this pattern
somehow.

Thoughts?
-Alex

On 1/30/15, 12:25 AM, Harbs harbs.li...@gmail.com wrote:

Actually, this is probably a better link:
http://stackoverflow.com/questions/12805777/how-can-i-call-getter-setter-i
n-a-superclass-from-a-subclass

On Jan 30, 2015, at 10:22 AM, Harbs harbs.li...@gmail.com wrote:

 There’s a few ways to go about this. None of them straight-forward…
 
 Here’s a nice write-up:
 
http://joshgertzen.com/object-oriented-super-class-method-calling-with-ja
vascript/
 
 Here’s a discussion on Stack Overflow with some simple(ish) methods:
 
http://stackoverflow.com/questions/23077569/javascript-proper-way-to-call
-superclass-functions-from-subclass
 
 On Jan 30, 2015, at 9:23 AM, Alex Harui aha...@adobe.com wrote:
 
 I’m starting in on this.  I’m unclear how you access the superclass’s
 getter or setter.  Anybody know?
 
 ActionScript:
 function set foo(value:int):void
 {
 if (value != super.foo)
   super.foo = value;
 }
 
 Thanks,
 -Alex
 
 On 1/19/15, 12:49 PM, Erik de Bruin e...@ixsoftware.nl wrote:
 
 Actually, JSGoogEmitter.java still has code to emit that method, so,
 simply removing the override in FlexJS should get you started ;-)
 
 EdB
 
 
 
 On Mon, Jan 19, 2015 at 8:52 PM, Erik de Bruin e...@ixsoftware.nl
wrote:
 Definitely!
 
 Edb
 
 
 
 On Monday, January 19, 2015, Alex Harui aha...@adobe.com wrote:
 
 I think we’ve agreed that IE9 is now the oldest browser that FlexJS
 will
 support in terms of JS output.  The original motivation was to get
 enough
 SVG support to do the graphics/skinning.  Folks needing to run
 something
 on older browsers can deploy the SWF version since those old
browsers
 probably have Flash.
 
 If we’re going to make IE9 the baseline, should we start using
 Object.defineProperty instead of set_ and get_ functions?
 
 -Alex
 
 
 
 
 
 
 --
 Ix Multimedia Software
 
 Jan Luykenstraat 27
 3521 VB Utrecht
 
 T. 06-51952295
 I. www.ixsoftware.nl
 
 
 
 -- 
 Ix Multimedia Software
 
 Jan Luykenstraat 27
 3521 VB Utrecht
 
 T. 06-51952295
 I. www.ixsoftware.nl
 
 




Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread Alex Harui
The web site has been updated and the installer should now be defaulting
to 4.14.  Erik gave me the impression that he wanted to author the
announcement and would do it early next week.

On 1/30/15, 12:31 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:

What's happening with the release?  Is someone working on a Announcement
email?

Thanks,
Om

On Fri, Jan 30, 2015 at 1:26 AM, Maxim Solodovnik solomax...@gmail.com
wrote:

 404: While trying to download installer from Ubuntu

 The requested URL

 
/pub/apache/flex/installer/3.1/binaries/apache-flex-sdk-installer-3.1.0-b
in.deb
 was not found on this server.

 On Fri, Jan 30, 2015 at 3:25 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

  Latest news seem to be not updated :(
 
  On Fri, Jan 30, 2015 at 3:19 PM, Tom Chiverton t...@apache.org
wrote:
 
  On Thursday 29 Jan 2015 21:26:00 Alex Harui wrote:
   I think I’m done fiddling.  I’m ok with Tom pushing this to
 production.
   We can always fix up other stuff later.
 
  Gone live.
 
  --
  Tom
 
 
 
 
  --
  WBR
  Maxim aka solomax
 



 --
 WBR
 Maxim aka solomax




Minor fix needed for installer text

2015-01-30 Thread Justin Mclean
Hi,

Just trying out 4.14 via the installer and notices this:

\n instead of new lines not showing up in this bit of installer text:
Do you want to install these jars from the Adobe Flex SDK?\n\nNote: the use of 
the FlatSpark skin and components requires embedded font support.

Someone mind fixing?

Thanks,
Justin

Re: Build failed in Jenkins: flex-tlf #322

2015-01-30 Thread Alex Harui
I’m going to disable this job for the next hour or two and try to debug
the test on the CI server over RDP

On 1/29/15, 10:55 PM, flex.ci.bui...@gmail.com
flex.ci.bui...@gmail.com wrote:

See http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/322/

--
Started by timer
Building remotely on flex_sdk_slave2 in workspace
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/
  C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree
# timeout=10
Fetching changes from the remote Git repository
  C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url
https://git-wip-us.apache.org/repos/asf/flex-tlf.git # timeout=10
Fetching upstream changes from
https://git-wip-us.apache.org/repos/asf/flex-tlf.git
  C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
  C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress
https://git-wip-us.apache.org/repos/asf/flex-tlf.git
+refs/heads/*:refs/remotes/origin/*
  C:\Program Files (x86)\Git\cmd\git.exe rev-parse
origin/develop^{commit} # timeout=10
Checking out Revision bfff6b032cfcb66877e7ff847b95f6c389930951
(origin/develop)
  C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout #
timeout=10
  C:\Program Files (x86)\Git\cmd\git.exe checkout -f
bfff6b032cfcb66877e7ff847b95f6c389930951
  C:\Program Files (x86)\Git\cmd\git.exe rev-list
bfff6b032cfcb66877e7ff847b95f6c389930951 # timeout=10
[flex-tlf] $ cmd.exe /C
'c:\Jenkins\tools\hudson.tasks.Ant_AntInstallation\c_apache-ant-1.9.3\bin
\ant.bat -file build.xml all  exit %%ERRORLEVEL%%'
Buildfile: 
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/build.xml
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

clean:
   [delete] Deleting directory
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/bin
   [delete] Deleting:
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/bundles.properti
es

textLayout:
[compc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] C:\Jenkins\workspace\flex-tlf\bin\textLayout.swc (548664
bytes)

main:

asTestApps:
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\ExplicitFormField.sw
f (519802 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\TCMTestFocus2.swf
(527002 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\AliceScroll.swf
(588505 bytes)
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\KeyLogger.swf (2166
bytes)
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\OpHammer.swf
(530203 bytes)

textLayout_editBar:
[compc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[compc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\testApps\bin\textLayout_editBar.swc
 (23173 bytes)
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

textLayout_ui:
[compc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[compc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\testApps\bin\textLayout_ui.swc
(112807 bytes)
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

testApps:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] 

Re: Minor fix needed for installer text

2015-01-30 Thread Alex Harui
OK, took care of it.

On 1/30/15, 8:36 PM, Justin Mclean jus...@classsoftware.com wrote:

Hi,

Just trying out 4.14 via the installer and notices this:

\n instead of new lines not showing up in this bit of installer text:
Do you want to install these jars from the Adobe Flex SDK?\n\nNote: the
use of the FlatSpark skin and components requires embedded font support.

Someone mind fixing?

Thanks,
Justin



Re: Build failed in Jenkins: flex-tlf #322

2015-01-30 Thread Alex Harui
I gave up for tonight and re-enabled the tests.

I’m not quite sure I believe what I saw, but in the debugger, the
arrowDown test appeared to go down the code path for BlockProgression.TB
and not do anything.  That doesn’t make sense since I’m pretty sure I saw
output in the build artifacts that indicate it went down the expected code
path.  I’ll try again tomorrow.

FWIW, I did do a run where I commented out all tests except
GeneralFunctionsTest and the arrowDown test passed.  I don’t know how
BlockProgression works, but could a previous test be changing the value of
computedFormat.blockProgression?

-Alex

On 1/30/15, 10:03 PM, Alex Harui aha...@adobe.com wrote:

I’m going to disable this job for the next hour or two and try to debug
the test on the CI server over RDP

On 1/29/15, 10:55 PM, flex.ci.bui...@gmail.com
flex.ci.bui...@gmail.com wrote:

See http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/322/

--
Started by timer
Building remotely on flex_sdk_slave2 in workspace
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/
  C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree
# timeout=10
Fetching changes from the remote Git repository
  C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url
https://git-wip-us.apache.org/repos/asf/flex-tlf.git # timeout=10
Fetching upstream changes from
https://git-wip-us.apache.org/repos/asf/flex-tlf.git
  C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
  C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress
https://git-wip-us.apache.org/repos/asf/flex-tlf.git
+refs/heads/*:refs/remotes/origin/*
  C:\Program Files (x86)\Git\cmd\git.exe rev-parse
origin/develop^{commit} # timeout=10
Checking out Revision bfff6b032cfcb66877e7ff847b95f6c389930951
(origin/develop)
  C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout #
timeout=10
  C:\Program Files (x86)\Git\cmd\git.exe checkout -f
bfff6b032cfcb66877e7ff847b95f6c389930951
  C:\Program Files (x86)\Git\cmd\git.exe rev-list
bfff6b032cfcb66877e7ff847b95f6c389930951 # timeout=10
[flex-tlf] $ cmd.exe /C
'c:\Jenkins\tools\hudson.tasks.Ant_AntInstallation\c_apache-ant-1.9.3\bi
n
\ant.bat -file build.xml all  exit %%ERRORLEVEL%%'
Buildfile: 
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/build.xml
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

clean:
   [delete] Deleting directory
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/bin
   [delete] Deleting:
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/bundles.propert
i
es

textLayout:
[compc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] C:\Jenkins\workspace\flex-tlf\bin\textLayout.swc (548664
bytes)

main:

asTestApps:
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\ExplicitFormField.s
w
f (519802 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\TCMTestFocus2.swf
(527002 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\AliceScroll.swf
(588505 bytes)
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\KeyLogger.swf (2166
bytes)
 [echo] FLEX_HOME is
http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/../flex-sdk
 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\OpHammer.swf
(530203 bytes)

textLayout_editBar:
[compc] Loading configuration 

Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread Maxim Solodovnik
Latest news seem to be not updated :(

On Fri, Jan 30, 2015 at 3:19 PM, Tom Chiverton t...@apache.org wrote:

 On Thursday 29 Jan 2015 21:26:00 Alex Harui wrote:
  I think I’m done fiddling.  I’m ok with Tom pushing this to production.
  We can always fix up other stuff later.

 Gone live.

 --
 Tom




-- 
WBR
Maxim aka solomax


Re: JAR in TLF svn/git mirror

2015-01-30 Thread Bertrand Delacretaz
On Fri, Jan 30, 2015 at 12:46 AM, Alex Harui aha...@adobe.com wrote:
 ...IMO, this stuff is always complicated because the instructions are not
 clear and it takes several emails to agree...

If you keep track of those changes in jira, next time you can just
point to that and say do like we did in FLEX-NNN without having to
rehash the whole thing.

-Bertrand


Re: JAR in TLF svn/git mirror

2015-01-30 Thread Bertrand Delacretaz
Hi,

On Thu, Jan 29, 2015 at 11:33 PM, Justin Mclean
jus...@classsoftware.com wrote:
 Bertrand wrote:
 You can just add a comment before that public domain text, that it's public
 domain.

 I's prefer to see in the actual files (so you know what is the public 
 domain content) as above
 but I also think it's needed somewhere top level. If not the NOTICE file or 
 perhaps then
 the LICENSE file...

LICENSE sounds good to me if you want that.

NOTICE must stay minimal, i.e. contain only required notices, so for
public domain stuff I'd go for LICENCE.

-Bertrand


Installer badge on flex.a.o

2015-01-30 Thread Tom Chiverton
Where does the installer badge on 
http://flex.apache.org/installer.html
get it's version number from ?
-- 
Tom


Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread Maxim Solodovnik
404: While trying to download installer from Ubuntu

The requested URL
/pub/apache/flex/installer/3.1/binaries/apache-flex-sdk-installer-3.1.0-bin.deb
was not found on this server.

On Fri, Jan 30, 2015 at 3:25 PM, Maxim Solodovnik solomax...@gmail.com
wrote:

 Latest news seem to be not updated :(

 On Fri, Jan 30, 2015 at 3:19 PM, Tom Chiverton t...@apache.org wrote:

 On Thursday 29 Jan 2015 21:26:00 Alex Harui wrote:
  I think I’m done fiddling.  I’m ok with Tom pushing this to production.
  We can always fix up other stuff later.

 Gone live.

 --
 Tom




 --
 WBR
 Maxim aka solomax




-- 
WBR
Maxim aka solomax


Re: [RESULT][VOTE] for Apache Flex SDK 4.14.0 RC2

2015-01-30 Thread Tom Chiverton
On Thursday 29 Jan 2015 21:26:00 Alex Harui wrote:
 I think I’m done fiddling.  I’m ok with Tom pushing this to production.
 We can always fix up other stuff later.

Gone live.

-- 
Tom


Re: [FLEXJS] Object.defineProperty

2015-01-30 Thread Harbs
There’s a few ways to go about this. None of them straight-forward…

Here’s a nice write-up:
http://joshgertzen.com/object-oriented-super-class-method-calling-with-javascript/

Here’s a discussion on Stack Overflow with some simple(ish) methods:
http://stackoverflow.com/questions/23077569/javascript-proper-way-to-call-superclass-functions-from-subclass

On Jan 30, 2015, at 9:23 AM, Alex Harui aha...@adobe.com wrote:

 I’m starting in on this.  I’m unclear how you access the superclass’s
 getter or setter.  Anybody know?
 
 ActionScript:
 function set foo(value:int):void
 {
  if (value != super.foo)
super.foo = value;
 }
 
 Thanks,
 -Alex
 
 On 1/19/15, 12:49 PM, Erik de Bruin e...@ixsoftware.nl wrote:
 
 Actually, JSGoogEmitter.java still has code to emit that method, so,
 simply removing the override in FlexJS should get you started ;-)
 
 EdB
 
 
 
 On Mon, Jan 19, 2015 at 8:52 PM, Erik de Bruin e...@ixsoftware.nl wrote:
 Definitely!
 
 Edb
 
 
 
 On Monday, January 19, 2015, Alex Harui aha...@adobe.com wrote:
 
 I think we’ve agreed that IE9 is now the oldest browser that FlexJS
 will
 support in terms of JS output.  The original motivation was to get
 enough
 SVG support to do the graphics/skinning.  Folks needing to run
 something
 on older browsers can deploy the SWF version since those old browsers
 probably have Flash.
 
 If we’re going to make IE9 the baseline, should we start using
 Object.defineProperty instead of set_ and get_ functions?
 
 -Alex
 
 
 
 
 
 
 --
 Ix Multimedia Software
 
 Jan Luykenstraat 27
 3521 VB Utrecht
 
 T. 06-51952295
 I. www.ixsoftware.nl
 
 
 
 -- 
 Ix Multimedia Software
 
 Jan Luykenstraat 27
 3521 VB Utrecht
 
 T. 06-51952295
 I. www.ixsoftware.nl
 



Re: [FLEXJS] Object.defineProperty

2015-01-30 Thread Harbs
Actually, this is probably a better link:
http://stackoverflow.com/questions/12805777/how-can-i-call-getter-setter-in-a-superclass-from-a-subclass

On Jan 30, 2015, at 10:22 AM, Harbs harbs.li...@gmail.com wrote:

 There’s a few ways to go about this. None of them straight-forward…
 
 Here’s a nice write-up:
 http://joshgertzen.com/object-oriented-super-class-method-calling-with-javascript/
 
 Here’s a discussion on Stack Overflow with some simple(ish) methods:
 http://stackoverflow.com/questions/23077569/javascript-proper-way-to-call-superclass-functions-from-subclass
 
 On Jan 30, 2015, at 9:23 AM, Alex Harui aha...@adobe.com wrote:
 
 I’m starting in on this.  I’m unclear how you access the superclass’s
 getter or setter.  Anybody know?
 
 ActionScript:
 function set foo(value:int):void
 {
 if (value != super.foo)
   super.foo = value;
 }
 
 Thanks,
 -Alex
 
 On 1/19/15, 12:49 PM, Erik de Bruin e...@ixsoftware.nl wrote:
 
 Actually, JSGoogEmitter.java still has code to emit that method, so,
 simply removing the override in FlexJS should get you started ;-)
 
 EdB
 
 
 
 On Mon, Jan 19, 2015 at 8:52 PM, Erik de Bruin e...@ixsoftware.nl wrote:
 Definitely!
 
 Edb
 
 
 
 On Monday, January 19, 2015, Alex Harui aha...@adobe.com wrote:
 
 I think we’ve agreed that IE9 is now the oldest browser that FlexJS
 will
 support in terms of JS output.  The original motivation was to get
 enough
 SVG support to do the graphics/skinning.  Folks needing to run
 something
 on older browsers can deploy the SWF version since those old browsers
 probably have Flash.
 
 If we’re going to make IE9 the baseline, should we start using
 Object.defineProperty instead of set_ and get_ functions?
 
 -Alex
 
 
 
 
 
 
 --
 Ix Multimedia Software
 
 Jan Luykenstraat 27
 3521 VB Utrecht
 
 T. 06-51952295
 I. www.ixsoftware.nl
 
 
 
 -- 
 Ix Multimedia Software
 
 Jan Luykenstraat 27
 3521 VB Utrecht
 
 T. 06-51952295
 I. www.ixsoftware.nl