Re: 480 DPI density mobile support

2013-05-06 Thread OmPrakash Muppirala
I did a quick test and scaleX=2 scaleY=2 works fine with the examples
you provided.  I think a scale transform on all the fxg elements (or even
on just the parent element) would make it work.  If a top level element
already has a scale value, multiply it by 2.

Let me know if that does not work, I will look into it when I get a chance.


Thanks,
Om

On Sun, May 5, 2013 at 10:54 PM, Alex Harui aha...@adobe.com wrote:




 On 5/5/13 10:14 PM, Justin Mclean jus...@classsoftware.com wrote:

  Hi,
 
  I was able to import the FXG files into Flash Pro CS5.  But I am not
  artistic enough to muck with them after that.
 
  Is it easy enough to resample/export at double the size?
 
 Don't know.  That's designer stuff. :-)

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui




[jira] [Resolved] (FLEX-26048) DateChooser throws #1010 error when selectableRange is empty object

2013-05-06 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-26048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean resolved FLEX-26048.
--

   Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0

Also check in start and end are actually dates.

 DateChooser throws #1010 error when selectableRange is empty object
 ---

 Key: FLEX-26048
 URL: https://issues.apache.org/jira/browse/FLEX-26048
 Project: Apache Flex
  Issue Type: Bug
  Components: mx: DateChooser
Affects Versions: Adobe Flex SDK 3.5 (Release)
 Environment: Affected OS(s): Windows
 Affected OS(s): Windows 7
 Browser: Firefox 3.x
 Language Found: English
Reporter: Adobe JIRA
Priority: Minor
  Labels: easyfix, easytest
 Fix For: Apache Flex 4.10.0


 Steps to reproduce:
 1. Run attached project
 2. Click Next Month button
  
  Actual Results:
  Runtime error
  
  Expected Results:
  null range dates should be ignored
  
  
  Workaround (if any):
  Don't set any object at all

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


RE: Making an new Apache Flex release

2013-05-06 Thread Kessler CTR Mark J
I do some bug work on those major / critical ones later. 

-Mark

-Original Message-
From: Justin Mclean [mailto:justinmcl...@mac.com] 
Sent: Sunday, May 05, 2013 11:59 PM
To: dev@flex.apache.org
Subject: Making an new Apache Flex release

Hi,

Develop and trunk are drifting further apart and we have a fair number of bug 
fixes, support for newer version of AIR and FP, some new experimental 
components, so probably about time we started thinking about a release. The 
longer we leave it the harder it will be to make a release. So who can help me 
out here?

There a few things that need to be fixed up before we can make a release. Can 
anyone put up their hand to try and fix these?
- Get Jenkin/CI back up and working with Git - not essential but give up some 
confidence that things are still working.
- Fix build issues re TLF and move to Git
- Look into issue with list selection tesst failing (selection colour 
difference in bitmaps)
- Fix a few missing headers (dead simple!)
- Does anyone know what state the components in the experimental project are? I 
have no idea if any of these are in a releasable state or not.
- Make sure all mustella test run on OS, windows and mobile (now that mobile 
tests work) with flash player 11.1 and 11.7 and AIR 3.7
- What state are the mustella AIR tests in?
- Add linux as an officially supported platform for this release. 

Is there anything else we would like to see in a release?

Do we have any committers or non committers with Linux experience who would 
like to see this happen? There's is probably only a small amount of work 
required to officially supporting Linux.

There are also a number of critical and major JIRA issues that have been raised 
over the last few months (including some of the issues above) that it would be 
nice to try and fix before a release.

Here's the blocker and critical ones (12 issues):
https://issues.apache.org/jira/issues/?filter=12323979

And those plus major ones (158 issues):
https://issues.apache.org/jira/issues/?filter=12323978

Is any existing committer or non committer willing to help out and try and fix 
one or two of the above bugs? Almost all of this issues are unassigned.

Thanks,
Justin



[jira] [Created] (FLEX-33540) Auto embed assets

2013-05-06 Thread Robin van Ee (JIRA)
Robin van Ee created FLEX-33540:
---

 Summary: Auto embed assets
 Key: FLEX-33540
 URL: https://issues.apache.org/jira/browse/FLEX-33540
 Project: Apache Flex
  Issue Type: New Feature
  Components: .Unspecified - Compiler
Reporter: Robin van Ee
Priority: Minor


It would be nice if Flex could automatically search for assets in a specified 
folder and then embed those on compilation time, like the HAXE compiler does. 
Right now, all assets you want to embed need to be embedded manually through 
code.This is a less than ideal solution for projects that dynamically create 
their own assets.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Making an new Apache Flex release

2013-05-06 Thread Erik de Bruin
Never one to shy away from a daunting task, I've taken on the 'missing
headers' issue...

I can run 'ant release' successfully (after fixing the JavaCC URL) and
get a nice 'rat.report'. I've fixed the headers in the
'experimental/bundles' property files that ant reports.

Running 'ant release' takes 32 min. on my machine. Is there a
'shortcut' so I can refresh the source packages etc. and run 'ant
rat-check' directly to get a fresh report?

EdB



On Mon, May 6, 2013 at 5:58 AM, Justin Mclean justinmcl...@mac.com wrote:
 Hi,

 Develop and trunk are drifting further apart and we have a fair number of bug 
 fixes, support for newer version of AIR and FP, some new experimental 
 components, so probably about time we started thinking about a release. The 
 longer we leave it the harder it will be to make a release. So who can help 
 me out here?

 There a few things that need to be fixed up before we can make a release. Can 
 anyone put up their hand to try and fix these?
 - Get Jenkin/CI back up and working with Git - not essential but give up some 
 confidence that things are still working.
 - Fix build issues re TLF and move to Git
 - Look into issue with list selection tesst failing (selection colour 
 difference in bitmaps)
 - Fix a few missing headers (dead simple!)
 - Does anyone know what state the components in the experimental project are? 
 I have no idea if any of these are in a releasable state or not.
 - Make sure all mustella test run on OS, windows and mobile (now that mobile 
 tests work) with flash player 11.1 and 11.7 and AIR 3.7
 - What state are the mustella AIR tests in?
 - Add linux as an officially supported platform for this release.

 Is there anything else we would like to see in a release?

 Do we have any committers or non committers with Linux experience who would 
 like to see this happen? There's is probably only a small amount of work 
 required to officially supporting Linux.

 There are also a number of critical and major JIRA issues that have been 
 raised over the last few months (including some of the issues above) that it 
 would be nice to try and fix before a release.

 Here's the blocker and critical ones (12 issues):
 https://issues.apache.org/jira/issues/?filter=12323979

 And those plus major ones (158 issues):
 https://issues.apache.org/jira/issues/?filter=12323978

 Is any existing committer or non committer willing to help out and try and 
 fix one or two of the above bugs? Almost all of this issues are unassigned.

 Thanks,
 Justin




-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: Making an new Apache Flex release

2013-05-06 Thread Erik de Bruin
If I run:

ant main
ant source-package
ant rat-check

I get a rat.report with 5 unapproved licenses:

  
/Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/javascript/fabridge/samples/EmptySwf.swf
  
/Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/javascript/fabridge/samples/app.swf
  /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/localFonts.ser
  /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/macFonts.ser
  /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/winFonts.ser

But these seem to be binaries (.swf) and empty files (.ser), so how
(and why) do I add license header to these?

What am I doing wrong/not understanding?

EdB



On Mon, May 6, 2013 at 4:48 PM, Erik de Bruin e...@ixsoftware.nl wrote:
 Never one to shy away from a daunting task, I've taken on the 'missing
 headers' issue...

 I can run 'ant release' successfully (after fixing the JavaCC URL) and
 get a nice 'rat.report'. I've fixed the headers in the
 'experimental/bundles' property files that ant reports.

 Running 'ant release' takes 32 min. on my machine. Is there a
 'shortcut' so I can refresh the source packages etc. and run 'ant
 rat-check' directly to get a fresh report?

 EdB



 On Mon, May 6, 2013 at 5:58 AM, Justin Mclean justinmcl...@mac.com wrote:
 Hi,

 Develop and trunk are drifting further apart and we have a fair number of 
 bug fixes, support for newer version of AIR and FP, some new experimental 
 components, so probably about time we started thinking about a release. The 
 longer we leave it the harder it will be to make a release. So who can help 
 me out here?

 There a few things that need to be fixed up before we can make a release. 
 Can anyone put up their hand to try and fix these?
 - Get Jenkin/CI back up and working with Git - not essential but give up 
 some confidence that things are still working.
 - Fix build issues re TLF and move to Git
 - Look into issue with list selection tesst failing (selection colour 
 difference in bitmaps)
 - Fix a few missing headers (dead simple!)
 - Does anyone know what state the components in the experimental project 
 are? I have no idea if any of these are in a releasable state or not.
 - Make sure all mustella test run on OS, windows and mobile (now that mobile 
 tests work) with flash player 11.1 and 11.7 and AIR 3.7
 - What state are the mustella AIR tests in?
 - Add linux as an officially supported platform for this release.

 Is there anything else we would like to see in a release?

 Do we have any committers or non committers with Linux experience who would 
 like to see this happen? There's is probably only a small amount of work 
 required to officially supporting Linux.

 There are also a number of critical and major JIRA issues that have been 
 raised over the last few months (including some of the issues above) that it 
 would be nice to try and fix before a release.

 Here's the blocker and critical ones (12 issues):
 https://issues.apache.org/jira/issues/?filter=12323979

 And those plus major ones (158 issues):
 https://issues.apache.org/jira/issues/?filter=12323978

 Is any existing committer or non committer willing to help out and try and 
 fix one or two of the above bugs? Almost all of this issues are unassigned.

 Thanks,
 Justin




 --
 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: flex-sdk build failure

2013-05-06 Thread Erik de Bruin
I had the same problem as Gordon on OSX, and changing the URL to use
HTTPS solved it for me as well. I will commit the new URL to develop.

EdB



On Wed, May 1, 2013 at 1:35 AM, Alex Harui aha...@adobe.com wrote:
 I left my windows machine at the office.  I think I'm on 1.8 or so.  But I
 do recall documentation on ant about whether it follows redirects or not.


 On 4/30/13 3:07 PM, Gordon Smith gosm...@adobe.com wrote:

 That URL works for me. Thanks.

 What version of Ant are you using on Windows? I'm using 1.7.1.

 - Gordon

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:39 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 For me, there is a third [get] line that says  moved to 

 Try changing the URL to https://java.net/downloads/javacc/javacc-5.0.tar.gz

 I'm wondering if your cygwin or ant setup prevents redirects.

 On 4/30/13 2:33 PM, Gordon Smith gosm...@adobe.com wrote:

 And then an error?

 Yes, the same error, because the file is 0 bytes. The output is below.

 Did you get a redirect in the console?

 I don't think so. How does it show up?

 - Gordon

 javacc-jar-check:

 javacc-jar:

 download-zip:

 get-zip:
   [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz

 check-sum:

 untar-file:

 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
 while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:30 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 And then an error?

 I noticed that I still didn't get the URL quite right.  Did you get a
 redirect in the console?  Try fixing the URL so there is no redirect.


 On 4/30/13 2:25 PM, Gordon Smith gosm...@adobe.com wrote:

  [get] Getting: http://java.net/downloads/javacc/javacc-5.0.tar.gz

 - Gordon

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 2:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 Cygwin.  I changed the download url for javacc, what is it reporting
 now in your console?


 On 4/30/13 2:06 PM, Gordon Smith gosm...@adobe.com wrote:

 Windows with Command Prompt or Windows with Cygwin?

 - Gordon

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 1:36 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 I ran on Windows.  It is still building, but it downloaded javacc
 correctly.


 On 4/30/13 12:54 PM, Alex Harui aha...@adobe.com wrote:

 No, I'm on mac.


 On 4/30/13 12:49 PM, Gordon Smith gosm...@adobe.com wrote:

 I had the same problem after pulling your change. Do you use Cygwin?

 - Gordon


 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 12:16 PM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 I was able to reproduce your situation.

 I updated the build script to use the latest URL and it seemed to
 work for me.
 I think ant doesn't follow redirects all of the time.  Hopefully
 the new URL is a more permanent home and not temporary.


 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:

 I've been doing 'ant clean main' and I've verified that 'ant clean'
 by itself deletes that file (and the entire 'in' directory).

 The console output is the same:

 ...
 commons-jars:

 javacc-jar-check:

 javacc-jar:

 download-zip:

 get-zip:
   [get] Getting:
 http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
   [get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz

 check-sum:

 untar-file:

 BUILD FAILED
 D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing this line:
 D:\asf\flex-sdk\modules\build.xml:64: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:399: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:149: The following error
 occurred while executing this line:
 D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
 D:\asf\flex-sdk\in\javacc-5.0.tar.gz

 - Gordon

 -Original Message-
 From: Alex Harui [mailto:aha...@adobe.com]
 Sent: Tuesday, April 30, 2013 11:10 AM
 To: dev@flex.apache.org
 Subject: Re: flex-sdk build failure

 I assume you've manually deleted that 0 byte file before each
 attempt to build?  I've had bad downloads create a bad fail that
 doesn't have delete permissions.

 

Re: Making an new Apache Flex release

2013-05-06 Thread Nicholas Kwiatkowski
I think we have a list of Excluded files so the RAT report ignores files
that can't or shouldn't have the license header in them.  According to my
IDE, those files are listed on lines 1668:1701 in the build.xml (ANT
builder).  We don't add the license header to binaries such as SWF,
because, well.. it breaks them ;P

-Nick


On Mon, May 6, 2013 at 10:56 AM, Erik de Bruin e...@ixsoftware.nl wrote:

 If I run:

 ant main
 ant source-package
 ant rat-check

 I get a rat.report with 5 unapproved licenses:


 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/javascript/fabridge/samples/EmptySwf.swf

 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/javascript/fabridge/samples/app.swf

 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/localFonts.ser

 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/macFonts.ser

 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/winFonts.ser

 But these seem to be binaries (.swf) and empty files (.ser), so how
 (and why) do I add license header to these?

 What am I doing wrong/not understanding?

 EdB



 On Mon, May 6, 2013 at 4:48 PM, Erik de Bruin e...@ixsoftware.nl wrote:
  Never one to shy away from a daunting task, I've taken on the 'missing
  headers' issue...
 
  I can run 'ant release' successfully (after fixing the JavaCC URL) and
  get a nice 'rat.report'. I've fixed the headers in the
  'experimental/bundles' property files that ant reports.
 
  Running 'ant release' takes 32 min. on my machine. Is there a
  'shortcut' so I can refresh the source packages etc. and run 'ant
  rat-check' directly to get a fresh report?
 
  EdB
 
 
 
  On Mon, May 6, 2013 at 5:58 AM, Justin Mclean justinmcl...@mac.com
 wrote:
  Hi,
 
  Develop and trunk are drifting further apart and we have a fair number
 of bug fixes, support for newer version of AIR and FP, some new
 experimental components, so probably about time we started thinking about a
 release. The longer we leave it the harder it will be to make a release. So
 who can help me out here?
 
  There a few things that need to be fixed up before we can make a
 release. Can anyone put up their hand to try and fix these?
  - Get Jenkin/CI back up and working with Git - not essential but give
 up some confidence that things are still working.
  - Fix build issues re TLF and move to Git
  - Look into issue with list selection tesst failing (selection colour
 difference in bitmaps)
  - Fix a few missing headers (dead simple!)
  - Does anyone know what state the components in the experimental
 project are? I have no idea if any of these are in a releasable state or
 not.
  - Make sure all mustella test run on OS, windows and mobile (now that
 mobile tests work) with flash player 11.1 and 11.7 and AIR 3.7
  - What state are the mustella AIR tests in?
  - Add linux as an officially supported platform for this release.
 
  Is there anything else we would like to see in a release?
 
  Do we have any committers or non committers with Linux experience who
 would like to see this happen? There's is probably only a small amount of
 work required to officially supporting Linux.
 
  There are also a number of critical and major JIRA issues that have
 been raised over the last few months (including some of the issues above)
 that it would be nice to try and fix before a release.
 
  Here's the blocker and critical ones (12 issues):
  https://issues.apache.org/jira/issues/?filter=12323979
 
  And those plus major ones (158 issues):
  https://issues.apache.org/jira/issues/?filter=12323978
 
  Is any existing committer or non committer willing to help out and try
 and fix one or two of the above bugs? Almost all of this issues are
 unassigned.
 
  Thanks,
  Justin
 
 
 
 
  --
  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: flex-sdk build failure

2013-05-06 Thread Nicholas Kwiatkowski
I think the issue was that the http engine within ANT didn't like the
protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
in there :)


On Tue, Apr 30, 2013 at 3:15 PM, Alex Harui aha...@adobe.com wrote:

 I was able to reproduce your situation.

 I updated the build script to use the latest URL and it seemed to work for
 me.  I think ant doesn't follow redirects all of the time.  Hopefully the
 new URL is a more permanent home and not temporary.


 On 4/30/13 11:46 AM, Gordon Smith gosm...@adobe.com wrote:

  I've been doing 'ant clean main' and I've verified that 'ant clean' by
 itself
  deletes that file (and the entire 'in' directory).
 
  The console output is the same:
 
  ...
  commons-jars:
 
  javacc-jar-check:
 
  javacc-jar:
 
  download-zip:
 
  get-zip:
[get] Getting:
  http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
[get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
  check-sum:
 
  untar-file:
 
  BUILD FAILED
  D:\asf\flex-sdk\build.xml:128: The following error occurred while
 executing
  this line:
  D:\asf\flex-sdk\modules\build.xml:64: The following error occurred while
  executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:399: The following error occurred
 while
  executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:149: The following error occurred
 while
  executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
  D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
  - Gordon
 
  -Original Message-
  From: Alex Harui [mailto:aha...@adobe.com]
  Sent: Tuesday, April 30, 2013 11:10 AM
  To: dev@flex.apache.org
  Subject: Re: flex-sdk build failure
 
  I assume you've manually deleted that 0 byte file before each attempt to
  build?  I've had bad downloads create a bad fail that doesn't have delete
  permissions.
 
  What is the console output around that download now?  Is it the same as
  before?
 
 
  On 4/30/13 10:55 AM, Gordon Smith gosm...@adobe.com wrote:
 
  That doesn't seem to be the problem. I can download this file
  manually. But Ant is downloading a 0 byte file. It must be a problem
  in the Ant script. Is this a new addition?
 
  - Gordon
 
  -Original Message-
  From: Alex Harui [mailto:aha...@adobe.com]
  Sent: Monday, April 29, 2013 10:09 PM
  To: dev@flex.apache.org
  Subject: Re: flex-sdk build failure
 
  I think every once in a while, that download fails for a while.  Maybe
  that server goes off-line or something.
 
 
  On 4/29/13 9:17 PM, Gordon Smith gosm...@adobe.com wrote:
 
  I get the following build failure doing 'ant clean main' in Cygwin:
 
 
  ...
  commons-jars:
 
  javacc-jar-check:
 
  javacc-jar:
 
  download-zip:
 
  get-zip:
[get] Getting:
  http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
[get] To: D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
  check-sum:
 
  untar-file:
 
  BUILD FAILED
  D:\asf\flex-sdk\build.xml:128: The following error occurred while
  executing this line:
  D:\asf\flex-sdk\modules\build.xml:64: The following error occurred
  while executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:399: The following error
  occurred while executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:149: The following error
  occurred while executing this line:
  D:\asf\flex-sdk\modules\downloads.xml:189: Error while expanding
  D:\asf\flex-sdk\in\javacc-5.0.tar.gz
 
 
  Any ideas about why it can't expand javacc-5.0.tar.gz?
 
  - Gordon
 
  --
  Alex Harui
  Flex SDK Team
  Adobe Systems, Inc.
  http://blogs.adobe.com/aharui
 
 
  --
  Alex Harui
  Flex SDK Team
  Adobe Systems, Inc.
  http://blogs.adobe.com/aharui
 

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui




Re: Making an new Apache Flex release

2013-05-06 Thread Alex Harui
Nick is right, but I don't understand why you are getting these files to
show up in rat.  Are those 3 targets the equivalent of ant release?
Otherwise, it isn't a fair test as the release target might otherwise
delete those files (since they are binaries and shouldn't be in a source
package).

I know you want to save time, but let's make sure we are building a correct
source package and not skipping an important step.

-Alex


On 5/6/13 8:16 AM, Nicholas Kwiatkowski nicho...@spoon.as wrote:

 I think we have a list of Excluded files so the RAT report ignores files
 that can't or shouldn't have the license header in them.  According to my
 IDE, those files are listed on lines 1668:1701 in the build.xml (ANT
 builder).  We don't add the license header to binaries such as SWF,
 because, well.. it breaks them ;P
 
 -Nick
 
 
 On Mon, May 6, 2013 at 10:56 AM, Erik de Bruin e...@ixsoftware.nl wrote:
 
 If I run:
 
 ant main
 ant source-package
 ant rat-check
 
 I get a rat.report with 5 unapproved licenses:
 
 
 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/javascript/fabr
 idge/samples/EmptySwf.swf
 
 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/javascript/fabr
 idge/samples/app.swf
 
 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/localFonts.ser
 
 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/macFonts.ser
 
 /Users/erik/Documents/ApacheFlex/git/flex-sdk/temp/frameworks/winFonts.ser
 
 But these seem to be binaries (.swf) and empty files (.ser), so how
 (and why) do I add license header to these?
 
 What am I doing wrong/not understanding?
 
 EdB
 
 
 
 On Mon, May 6, 2013 at 4:48 PM, Erik de Bruin e...@ixsoftware.nl wrote:
 Never one to shy away from a daunting task, I've taken on the 'missing
 headers' issue...
 
 I can run 'ant release' successfully (after fixing the JavaCC URL) and
 get a nice 'rat.report'. I've fixed the headers in the
 'experimental/bundles' property files that ant reports.
 
 Running 'ant release' takes 32 min. on my machine. Is there a
 'shortcut' so I can refresh the source packages etc. and run 'ant
 rat-check' directly to get a fresh report?
 
 EdB
 
 
 
 On Mon, May 6, 2013 at 5:58 AM, Justin Mclean justinmcl...@mac.com
 wrote:
 Hi,
 
 Develop and trunk are drifting further apart and we have a fair number
 of bug fixes, support for newer version of AIR and FP, some new
 experimental components, so probably about time we started thinking about a
 release. The longer we leave it the harder it will be to make a release. So
 who can help me out here?
 
 There a few things that need to be fixed up before we can make a
 release. Can anyone put up their hand to try and fix these?
 - Get Jenkin/CI back up and working with Git - not essential but give
 up some confidence that things are still working.
 - Fix build issues re TLF and move to Git
 - Look into issue with list selection tesst failing (selection colour
 difference in bitmaps)
 - Fix a few missing headers (dead simple!)
 - Does anyone know what state the components in the experimental
 project are? I have no idea if any of these are in a releasable state or
 not.
 - Make sure all mustella test run on OS, windows and mobile (now that
 mobile tests work) with flash player 11.1 and 11.7 and AIR 3.7
 - What state are the mustella AIR tests in?
 - Add linux as an officially supported platform for this release.
 
 Is there anything else we would like to see in a release?
 
 Do we have any committers or non committers with Linux experience who
 would like to see this happen? There's is probably only a small amount of
 work required to officially supporting Linux.
 
 There are also a number of critical and major JIRA issues that have
 been raised over the last few months (including some of the issues above)
 that it would be nice to try and fix before a release.
 
 Here's the blocker and critical ones (12 issues):
 https://issues.apache.org/jira/issues/?filter=12323979
 
 And those plus major ones (158 issues):
 https://issues.apache.org/jira/issues/?filter=12323978
 
 Is any existing committer or non committer willing to help out and try
 and fix one or two of the above bugs? Almost all of this issues are
 unassigned.
 
 Thanks,
 Justin
 
 
 
 
 --
 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
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: CreateJS and FlexJS

2013-05-06 Thread Carlos Rovira
Hi peter,

Changes are already integrated. Erik made an update some hours ago to make
it work with the goof.events refactor. As he noticed in the update got
message example is showing some controls but it need some more changes to
fix all functionality.


El lunes, 6 de mayo de 2013, Peter Ent escribió:

 Thanks Carlos. I look forward to integrating your changes and to see how
 you did it.
 --peter

 On 5/2/13 8:07 PM, Carlos Rovira carlos.rov...@codeoscopic.com wrote:

 Hi Peter,
 
 I finaly get it working, so I merged the checkbox creates control in
 develop.
 
 For me this was more than an exercise to learn createjs and other js
 things. As Alex commented this is more an experiment than other thing, but
 since creates has many similarities to old school AS1 is very interesting
 for its non-DOM nature (and a real pain now that we are using AS3, Flex
 4.x
 and so on...it's very hard to go back to stone age... ;))
 
 I'll try to get some time and write in the wiki some documentation for
 people that want to contribute (set up environment and other things that I
 learned while making this little control).
 
 As well I have to decide if I'll go to other controls (RadioButtons,...)
 or
 go to other part of FlexJS...
 
 As I get some familiarity with all pieces in play, I think something to
 track what's happening in this part of the project, in what features are
 working the rest of the team and some list of checkpoints for a 1.0
 release
 would be great for this project.
 
 
 
 2013/4/30 Peter Ent p...@adobe.com
 
  Hi Carlos.
 
  I'll take a look at it today.
 
  Peter
 
 
  On Apr 29, 2013, at 7:11 PM, Carlos Rovira 
  carlos.rov...@codeoscopic.com wrote:
 
   Hi Peter,
  
   I just shared a branch with a createjs checkbox control. I get
 external
   update through the right button changing selected property, but can
 get
  it
   to work clicking in the checkbox. Do you know what could be the
 problem?
  
   I just started with all the FlexJS thing and I'm yet figuring and
 reading
   wiki, mails and source to get a clear idea of what are you all doing.
  
   If we can fix this issue and you think the rest of changes are ok we
  could
   merge into develop.
  
   Best
  
   Carlos
  
  
  
   2013/4/26 Peter Ent p...@adobe.com
  
   Hi,
  
   I've added an experimental example to FlexJS which shows how you
 could
  use
   CreateJS (or specifically, EaselJS) with the FlexJS framework. This
   experiment has only a button and label, but if you wanted to have a
   non-HTML DOM framework, using CreateJS would be one way to go.
  
   The experiment has a simple MXML application with two labels and two
   buttons. Clicking on the buttons changes the labels in some way - one
  is by
   directly setting a label's text property and the other way has the
  button
   changing a label indirectly using the model.
  
   Within the JS implementation, the HTML elements are replaced with
  EaselJS
   components. It is actually pretty clean and simple. If you were to
 try
  this
   and build it with FalconJX, you'll need to copy the EaselJS library
 into
   the resulting bin directory(ies) and modify the index.html file to
  include
   the EaselJS code. I've left instructions in the main MXML file.
  
   Peter Ent
   Apache Flex SDK team
   Adobe Systems
  
  
  
   --
   Carlos Rovira
   Director de Tecnología
   M: +34 607 22 60 05
   F:  +34 912 94 80 80
   http://www.codeoscopic.com
   http://www.directwriter.es



-- 
Carlos Rovira
Director de Tecnología
M: +34 607 22 60 05
F:  +34 912 94 80 80
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es


Re: flex-sdk build failure

2013-05-06 Thread Carlos Rovira
Seems like people on Mac doesn't have this problem?

El lunes, 6 de mayo de 2013, Alex Harui escribió:




 On 5/6/13 8:19 AM, Nicholas Kwiatkowski nicho...@spoon.asjavascript:;
 wrote:

  I think the issue was that the http engine within ANT didn't like the
  protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
  in there :)
 I agree that was the issue, but I still don't understand why my computer
 doesn't care and the build ran, but other folk's computers do care and
 fail.
 Unclear if it is an Ant, Java or some other setting.

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui



-- 
Carlos Rovira
Director de Tecnología
M: +34 607 22 60 05
F:  +34 912 94 80 80
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es


Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-26048 check if date range actually contains dates

2013-05-06 Thread Alex Harui
FWIW, at Adobe, the philosophy was to not do much input checking.
Garbage-in, Garbage Out.  If you pass in garbage, it is ok to get an
exception thrown back at you.  Theoretically, folks debug their code to the
point where it won't need these checks in production.  Sure, any individual
check is small and probably leads to better developer productivity, but they
all add up to a bigger and slower runtime when they shouldn't be needed.

In fact, one of my hopes for FlexJS and its beads is to make it possible
for folks to swap in debug-mode beads that do have helpful input checking
and then swap in production-mode beads later.


On 5/5/13 11:32 PM, jmcl...@apache.org jmcl...@apache.org wrote:

 Updated Branches:
   refs/heads/develop 659a9234f - 63bd807f8
 
 
 FLEX-26048 check if date range actually contains dates
 
 
 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
 Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/63bd807f
 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/63bd807f
 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/63bd807f
 
 Branch: refs/heads/develop
 Commit: 63bd807f8e087e164d5b6fce846bc4a917f3f140
 Parents: 659a923
 Author: Justin Mclean jmcl...@apache.org
 Authored: Mon May 6 16:21:31 2013 +1000
 Committer: Justin Mclean jmcl...@apache.org
 Committed: Mon May 6 16:21:31 2013 +1000
 
 --
  .../projects/mx/src/mx/controls/DateChooser.as |4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)
 --
 
 
 http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/63bd807f/frameworks/proje
 cts/mx/src/mx/controls/DateChooser.as
 --
 diff --git a/frameworks/projects/mx/src/mx/controls/DateChooser.as
 b/frameworks/projects/mx/src/mx/controls/DateChooser.as
 index 27fe888..ed05856 100644
 --- a/frameworks/projects/mx/src/mx/controls/DateChooser.as
 +++ b/frameworks/projects/mx/src/mx/controls/DateChooser.as
 @@ -3120,14 +3120,14 @@ public class DateChooser extends UIComponent
 implements IFocusManagerComponent,
  else if (value is Object)
  {
  var range:Object = {};
 -if (value.rangeStart)
 +if (value.hasOwnProperty(rangeStart)  value.rangeStart is
 Date)
  {
  range.rangeStart = new Date(value.rangeStart.getFullYear(),
  value.rangeStart.getMonth(),
  value.rangeStart.getDate());
  }
  
 -if (value.rangeEnd)
 +if (value.hasOwnProperty(rangeEnd)  value.rangeEnd is Date)
  {
  range.rangeEnd = new Date(value.rangeEnd.getFullYear(),
value.rangeEnd.getMonth(),
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: flex-sdk build failure

2013-05-06 Thread Nicholas Kwiatkowski
Which Java JDK were you using?  I seem to remember that policy changing in
the 1.7 load...

BTW, I had the issue under Windows 7,x64,JDK 1.7


On Mon, May 6, 2013 at 11:47 AM, Alex Harui aha...@adobe.com wrote:




 On 5/6/13 8:19 AM, Nicholas Kwiatkowski nicho...@spoon.as wrote:

  I think the issue was that the http engine within ANT didn't like the
  protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
  in there :)
 I agree that was the issue, but I still don't understand why my computer
 doesn't care and the build ran, but other folk's computers do care and
 fail.
 Unclear if it is an Ant, Java or some other setting.

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui




[jira] [Commented] (FLEX-26325) RemoteObject logs too eagerly all sent messages

2013-05-06 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13649861#comment-13649861
 ] 

William Draï commented on FLEX-26325:
-

Hi Justin,

Would you agree to implement the third option I proposed at that time (be able 
to override the toString function).
In GraniteDS we already have a generic lazy data aware toString method that we 
would like to use instead of the default one.
In my opinion this simple change alone would be a great incentive for our users 
to switch from Flex 4.5/4.6 to Apache Flex.


 RemoteObject logs too eagerly all sent messages
 ---

 Key: FLEX-26325
 URL: https://issues.apache.org/jira/browse/FLEX-26325
 Project: Apache Flex
  Issue Type: Bug
  Components: RPC: RemoteObject
Affects Versions: Adobe Flex SDK 4.1 (Release)
 Environment: Affected OS(s): All OS Platforms
 Language Found: English
Reporter: Adobe JIRA
Assignee: Adobe JIRA
  Labels: easyfix
 Attachments: 2833.patch


 Steps to reproduce:
 1. Set debug level on any Logger in the application (not even necessarily on 
 mx.rpc.*)
 2. Call a remote operation with a RemoteObject sending a complex object 
 graph, or an object graph containing 'lazy loaded' data, e.g. with LCDS or 
 GraniteDS
  
  Actual Results:
 RemoteObject computes the complete debug message in RPCObjectUtils by the 
 ultra slow AS3 reflection (even when the message will never be logged at 
 all), and consequently triggers all lazy initializations (for example by 
 accessing all lazyCollection.length properties on all the object graph). 
 See here for more details on the issue: 
 http://insideria.com/2010/10/flex-rpc-and-the-broken-mxlogg.html
  
  Expected Results:
 No computation of the debug message should be done when mx.rpc is not in 
 debug mode.
 At least provide one of these options :
 - Allow adding manually excluded properties in 
 RPCObjectUtils.defaultToStringExcludes (make it public or add a function 
 addDefaultExclude)
 - Use existing toString() methods on objects when available instead of always 
 relying on AS3 reflection
 - Provide a way to completely override the default RPCObjectUtil.toString, 
 i.e.
 public var toStringFunction:Function;
 public static function toString(value:Object, 
 namespaceURIs:Array = null, 
 exclude:Array = null):String
 {
 if (toStringFunction != null) {
 return toStringFunction(value, namespaceURIs, exclude);
 }
 if (exclude == null)
 {
 exclude = defaultToStringExcludes;
 }
 
 refCount = 0;
 return internalToString(value, 0, null, namespaceURIs, exclude);
 }
  
  Workaround (if any):
  
 Never set any debug level on any Logger.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: flex-sdk build failure

2013-05-06 Thread Erik de Bruin
I'm on a Mac and had this problem. OSX 10.8; Java version 1.6.0_45.

EdB



On Mon, May 6, 2013 at 6:11 PM, Carlos Rovira
carlos.rov...@codeoscopic.com wrote:
 Seems like people on Mac doesn't have this problem?

 El lunes, 6 de mayo de 2013, Alex Harui escribió:




 On 5/6/13 8:19 AM, Nicholas Kwiatkowski nicho...@spoon.asjavascript:;
 wrote:

  I think the issue was that the http engine within ANT didn't like the
  protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
  in there :)
 I agree that was the issue, but I still don't understand why my computer
 doesn't care and the build ran, but other folk's computers do care and
 fail.
 Unclear if it is an Ant, Java or some other setting.

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui



 --
 Carlos Rovira
 Director de Tecnología
 M: +34 607 22 60 05
 F:  +34 912 94 80 80
 http://www.codeoscopic.com
 http://www.directwriter.es
 http://www.avant2.es



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: flex-sdk build failure

2013-05-06 Thread Alex Harui



On 5/6/13 9:28 AM, Nicholas Kwiatkowski nicho...@spoon.as wrote:

 Which Java JDK were you using?  I seem to remember that policy changing in
 the 1.7 load...
 
 BTW, I had the issue under Windows 7,x64,JDK 1.7
Ok, could be.  I'm on 1.6.
 
 
 On Mon, May 6, 2013 at 11:47 AM, Alex Harui aha...@adobe.com wrote:
 
 
 
 
 On 5/6/13 8:19 AM, Nicholas Kwiatkowski nicho...@spoon.as wrote:
 
 I think the issue was that the http engine within ANT didn't like the
 protocol change -- HTTPS - HTTP.  Thanks for getting the correct address
 in there :)
 I agree that was the issue, but I still don't understand why my computer
 doesn't care and the build ran, but other folk's computers do care and
 fail.
 Unclear if it is an Ant, Java or some other setting.
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: CreateJS and FlexJS

2013-05-06 Thread Peter Ent
I the FlexJSTest_CreateJS sample working in both ActionScript and
JavaScript. I only have the FlexJSTest_HTML5 working in JavaScript;
ActionScript gives me an RTE, but I'm looking into it.

TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at 
mx.styles::StyleManager$/getStyleManager()[/Users/aharui/git/flex/master/fl
ex-sdk/frameworks/projects/framework/src/mx/styles/StyleManager.as:147]
at 
MyInitialView/http://www.adobe.com/2006/flex/mx/internal::_MyInitialView_St
ylesInit()
at MyInitialView()[/Users/pent/Documents/Apache
Flex/Test_HTML5/src/MyInitialView.mxml:23]
at FlexJSTest_again/_FlexJSTest_again_MyInitialView1_c()
at FlexJSTest_again()[/Users/pent/Documents/Apache
Flex/Test_HTML5/src/FlexJSTest_again.mxml:26]



--peter



On 5/6/13 12:09 PM, Carlos Rovira carlos.rov...@codeoscopic.com wrote:

Hi peter,

Changes are already integrated. Erik made an update some hours ago to make
it work with the goof.events refactor. As he noticed in the update got
message example is showing some controls but it need some more changes to
fix all functionality.


El lunes, 6 de mayo de 2013, Peter Ent escribió:

 Thanks Carlos. I look forward to integrating your changes and to see how
 you did it.
 --peter

 On 5/2/13 8:07 PM, Carlos Rovira carlos.rov...@codeoscopic.com
wrote:

 Hi Peter,
 
 I finaly get it working, so I merged the checkbox creates control in
 develop.
 
 For me this was more than an exercise to learn createjs and other js
 things. As Alex commented this is more an experiment than other thing,
but
 since creates has many similarities to old school AS1 is very
interesting
 for its non-DOM nature (and a real pain now that we are using AS3, Flex
 4.x
 and so on...it's very hard to go back to stone age... ;))
 
 I'll try to get some time and write in the wiki some documentation for
 people that want to contribute (set up environment and other things
that I
 learned while making this little control).
 
 As well I have to decide if I'll go to other controls
(RadioButtons,...)
 or
 go to other part of FlexJS...
 
 As I get some familiarity with all pieces in play, I think something to
 track what's happening in this part of the project, in what features
are
 working the rest of the team and some list of checkpoints for a 1.0
 release
 would be great for this project.
 
 
 
 2013/4/30 Peter Ent p...@adobe.com
 
  Hi Carlos.
 
  I'll take a look at it today.
 
  Peter
 
 
  On Apr 29, 2013, at 7:11 PM, Carlos Rovira 
  carlos.rov...@codeoscopic.com wrote:
 
   Hi Peter,
  
   I just shared a branch with a createjs checkbox control. I get
 external
   update through the right button changing selected property, but can
 get
  it
   to work clicking in the checkbox. Do you know what could be the
 problem?
  
   I just started with all the FlexJS thing and I'm yet figuring and
 reading
   wiki, mails and source to get a clear idea of what are you all
doing.
  
   If we can fix this issue and you think the rest of changes are ok
we
  could
   merge into develop.
  
   Best
  
   Carlos
  
  
  
   2013/4/26 Peter Ent p...@adobe.com
  
   Hi,
  
   I've added an experimental example to FlexJS which shows how you
 could
  use
   CreateJS (or specifically, EaselJS) with the FlexJS framework.
This
   experiment has only a button and label, but if you wanted to have
a
   non-HTML DOM framework, using CreateJS would be one way to go.
  
   The experiment has a simple MXML application with two labels and
two
   buttons. Clicking on the buttons changes the labels in some way -
one
  is by
   directly setting a label's text property and the other way has the
  button
   changing a label indirectly using the model.
  
   Within the JS implementation, the HTML elements are replaced with
  EaselJS
   components. It is actually pretty clean and simple. If you were to
 try
  this
   and build it with FalconJX, you'll need to copy the EaselJS
library
 into
   the resulting bin directory(ies) and modify the index.html file to
  include
   the EaselJS code. I've left instructions in the main MXML file.
  
   Peter Ent
   Apache Flex SDK team
   Adobe Systems
  
  
  
   --
   Carlos Rovira
   Director de Tecnología
   M: +34 607 22 60 05
   F:  +34 912 94 80 80
   http://www.codeoscopic.com
   http://www.directwriter.es



-- 
Carlos Rovira
Director de Tecnología
M: +34 607 22 60 05
F:  +34 912 94 80 80
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es



Re: CreateJS and FlexJS

2013-05-06 Thread Alex Harui
If you see a stack trace with a function ending with _c() or _i(), that's a
sign that the old FB MXMLC compiler was the last thing to compile that SWF
and you have to run the external tool again.

-Alex

On 5/6/13 1:05 PM, Peter Ent p...@adobe.com wrote:

 I the FlexJSTest_CreateJS sample working in both ActionScript and
 JavaScript. I only have the FlexJSTest_HTML5 working in JavaScript;
 ActionScript gives me an RTE, but I'm looking into it.
 
 TypeError: Error #1009: Cannot access a property or method of a null
 object reference.
 at 
 mx.styles::StyleManager$/getStyleManager()[/Users/aharui/git/flex/master/fl
 ex-sdk/frameworks/projects/framework/src/mx/styles/StyleManager.as:147]
 at 
 MyInitialView/http://www.adobe.com/2006/flex/mx/internal::_MyInitialView_St
 ylesInit()
 at MyInitialView()[/Users/pent/Documents/Apache
 Flex/Test_HTML5/src/MyInitialView.mxml:23]
 at FlexJSTest_again/_FlexJSTest_again_MyInitialView1_c()
 at FlexJSTest_again()[/Users/pent/Documents/Apache
 Flex/Test_HTML5/src/FlexJSTest_again.mxml:26]
 
 
 
 --peter
 
 
 
 On 5/6/13 12:09 PM, Carlos Rovira carlos.rov...@codeoscopic.com wrote:
 
 Hi peter,
 
 Changes are already integrated. Erik made an update some hours ago to make
 it work with the goof.events refactor. As he noticed in the update got
 message example is showing some controls but it need some more changes to
 fix all functionality.
 
 
 El lunes, 6 de mayo de 2013, Peter Ent escribió:
 
 Thanks Carlos. I look forward to integrating your changes and to see how
 you did it.
 --peter
 
 On 5/2/13 8:07 PM, Carlos Rovira carlos.rov...@codeoscopic.com
 wrote:
 
 Hi Peter,
 
 I finaly get it working, so I merged the checkbox creates control in
 develop.
 
 For me this was more than an exercise to learn createjs and other js
 things. As Alex commented this is more an experiment than other thing,
 but
 since creates has many similarities to old school AS1 is very
 interesting
 for its non-DOM nature (and a real pain now that we are using AS3, Flex
 4.x
 and so on...it's very hard to go back to stone age... ;))
 
 I'll try to get some time and write in the wiki some documentation for
 people that want to contribute (set up environment and other things
 that I
 learned while making this little control).
 
 As well I have to decide if I'll go to other controls
 (RadioButtons,...)
 or
 go to other part of FlexJS...
 
 As I get some familiarity with all pieces in play, I think something to
 track what's happening in this part of the project, in what features
 are
 working the rest of the team and some list of checkpoints for a 1.0
 release
 would be great for this project.
 
 
 
 2013/4/30 Peter Ent p...@adobe.com
 
 Hi Carlos.
 
 I'll take a look at it today.
 
 Peter
 
 
 On Apr 29, 2013, at 7:11 PM, Carlos Rovira 
 carlos.rov...@codeoscopic.com wrote:
 
 Hi Peter,
 
 I just shared a branch with a createjs checkbox control. I get
 external
 update through the right button changing selected property, but can
 get
 it
 to work clicking in the checkbox. Do you know what could be the
 problem?
 
 I just started with all the FlexJS thing and I'm yet figuring and
 reading
 wiki, mails and source to get a clear idea of what are you all
 doing.
 
 If we can fix this issue and you think the rest of changes are ok
 we
 could
 merge into develop.
 
 Best
 
 Carlos
 
 
 
 2013/4/26 Peter Ent p...@adobe.com
 
 Hi,
 
 I've added an experimental example to FlexJS which shows how you
 could
 use
 CreateJS (or specifically, EaselJS) with the FlexJS framework.
 This
 experiment has only a button and label, but if you wanted to have
 a
 non-HTML DOM framework, using CreateJS would be one way to go.
 
 The experiment has a simple MXML application with two labels and
 two
 buttons. Clicking on the buttons changes the labels in some way -
 one
 is by
 directly setting a label's text property and the other way has the
 button
 changing a label indirectly using the model.
 
 Within the JS implementation, the HTML elements are replaced with
 EaselJS
 components. It is actually pretty clean and simple. If you were to
 try
 this
 and build it with FalconJX, you'll need to copy the EaselJS
 library
 into
 the resulting bin directory(ies) and modify the index.html file to
 include
 the EaselJS code. I've left instructions in the main MXML file.
 
 Peter Ent
 Apache Flex SDK team
 Adobe Systems
 
 
 
 --
 Carlos Rovira
 Director de Tecnología
 M: +34 607 22 60 05
 F:  +34 912 94 80 80
 http://www.codeoscopic.com
 http://www.directwriter.es
 
 
 
 -- 
 Carlos Rovira
 Director de Tecnología
 M: +34 607 22 60 05
 F:  +34 912 94 80 80
 http://www.codeoscopic.com
 http://www.directwriter.es
 http://www.avant2.es
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: [DISCUSS] Github based Whiteboard proposal

2013-05-06 Thread OmPrakash Muppirala
Any other thoughts regarding this process?

If not, I would like to test this workflow with a couple of volunteer
committers.  Anyone wants to volunteer? :-)

Thanks,
Om


On Thu, May 2, 2013 at 8:55 PM, Alex Harui aha...@adobe.com wrote:




 On 5/2/13 6:21 PM, Dasa Paddock dpadd...@esri.com wrote:

 
  6.  The committer adds their committerAlias@apache.org email
 address as
  their default email in their github account.
  Anyway around to do this? I assume this is so email to the mailing list
 re
  changes are not rejected.
 
  I'm not sure, but maybe it's enough to just add your apache.org address
 to
  your Email Settings [1] and set the repo's user.email config so that the
  apache.org address is used as the commit author [2].
 
  [1]: https://github.com/settings/emails
  [2]: https://help.github.com/articles/setting-your-email-in-git
 
 I'm ok adding aliases for the committers who don't want to use their
 apache.org.  I think I did so for Om in order for him to try this.

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui




Re: [DISCUSS] Github based Whiteboard proposal

2013-05-06 Thread Alex Harui
Om,

Can you update the proposal as to whether you have to use your a.o email or
if allowing aliases works?

-Alex


On 5/6/13 3:35 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:

 Any other thoughts regarding this process?
 
 If not, I would like to test this workflow with a couple of volunteer
 committers.  Anyone wants to volunteer? :-)
 
 Thanks,
 Om
 
 
 On Thu, May 2, 2013 at 8:55 PM, Alex Harui aha...@adobe.com wrote:
 
 
 
 
 On 5/2/13 6:21 PM, Dasa Paddock dpadd...@esri.com wrote:
 
 
 6.  The committer adds their committerAlias@apache.org email
 address as
 their default email in their github account.
 Anyway around to do this? I assume this is so email to the mailing list
 re
 changes are not rejected.
 
 I'm not sure, but maybe it's enough to just add your apache.org address
 to
 your Email Settings [1] and set the repo's user.email config so that the
 apache.org address is used as the commit author [2].
 
 [1]: https://github.com/settings/emails
 [2]: https://help.github.com/articles/setting-your-email-in-git
 
 I'm ok adding aliases for the committers who don't want to use their
 apache.org.  I think I did so for Om in order for him to try this.
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: [DISCUSS] Github based Whiteboard proposal

2013-05-06 Thread OmPrakash Muppirala
On Mon, May 6, 2013 at 3:48 PM, Alex Harui aha...@adobe.com wrote:

 Om,

 Can you update the proposal as to whether you have to use your a.o email or
 if allowing aliases works?

 -Alex


I have posted the proposal here:
https://cwiki.apache.org/confluence/display/FLEX/Proposal+-+Github+based+Whiteboard

All apache.org emails are configured to be aliases for committer's personal
email ids.  So, you will need to add the committer's personal email id to
the commits@f.a.o list in any case.

The only advantage of adding the apache.org email id in GitHub would be
that the 'from' field will have the apache.org email id.  This keeps it
consistent with Apache Git's emails.

So, I have updated the proposal to say that it is 'recommended, but not
compulsory' for adding the apache.org email address as the default email in
GitHub.

Thanks,
Om



 On 5/6/13 3:35 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:

  Any other thoughts regarding this process?
 
  If not, I would like to test this workflow with a couple of volunteer
  committers.  Anyone wants to volunteer? :-)
 
  Thanks,
  Om
 
 
  On Thu, May 2, 2013 at 8:55 PM, Alex Harui aha...@adobe.com wrote:
 
 
 
 
  On 5/2/13 6:21 PM, Dasa Paddock dpadd...@esri.com wrote:
 
 
  6.  The committer adds their committerAlias@apache.org email
  address as
  their default email in their github account.
  Anyway around to do this? I assume this is so email to the mailing
 list
  re
  changes are not rejected.
 
  I'm not sure, but maybe it's enough to just add your apache.orgaddress
  to
  your Email Settings [1] and set the repo's user.email config so that
 the
  apache.org address is used as the commit author [2].
 
  [1]: https://github.com/settings/emails
  [2]: https://help.github.com/articles/setting-your-email-in-git
 
  I'm ok adding aliases for the committers who don't want to use their
  apache.org.  I think I did so for Om in order for him to try this.
 
  --
  Alex Harui
  Flex SDK Team
  Adobe Systems, Inc.
  http://blogs.adobe.com/aharui
 
 

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui




Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-26048 check if date range actually contains dates

2013-05-06 Thread Justin Mclean
Hi,

 FWIW, at Adobe, the philosophy was to not do much input checking.
For a method that's called a lot/performance critical I agree. In this case it 
was already doing a check and doing it incorrectly so I see no harm.

If this my my code I'd remove the Object altogether and make a range class to 
pass in - that way you don't need any checks and it would be faster.

Thanks,
Justin

[jira] [Assigned] (FLEX-26325) RemoteObject logs too eagerly all sent messages

2013-05-06 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean reassigned FLEX-26325:


Assignee: Justin Mclean  (was: Adobe JIRA)

 RemoteObject logs too eagerly all sent messages
 ---

 Key: FLEX-26325
 URL: https://issues.apache.org/jira/browse/FLEX-26325
 Project: Apache Flex
  Issue Type: Bug
  Components: RPC: RemoteObject
Affects Versions: Adobe Flex SDK 4.1 (Release)
 Environment: Affected OS(s): All OS Platforms
 Language Found: English
Reporter: Adobe JIRA
Assignee: Justin Mclean
  Labels: easyfix
 Attachments: 2833.patch


 Steps to reproduce:
 1. Set debug level on any Logger in the application (not even necessarily on 
 mx.rpc.*)
 2. Call a remote operation with a RemoteObject sending a complex object 
 graph, or an object graph containing 'lazy loaded' data, e.g. with LCDS or 
 GraniteDS
  
  Actual Results:
 RemoteObject computes the complete debug message in RPCObjectUtils by the 
 ultra slow AS3 reflection (even when the message will never be logged at 
 all), and consequently triggers all lazy initializations (for example by 
 accessing all lazyCollection.length properties on all the object graph). 
 See here for more details on the issue: 
 http://insideria.com/2010/10/flex-rpc-and-the-broken-mxlogg.html
  
  Expected Results:
 No computation of the debug message should be done when mx.rpc is not in 
 debug mode.
 At least provide one of these options :
 - Allow adding manually excluded properties in 
 RPCObjectUtils.defaultToStringExcludes (make it public or add a function 
 addDefaultExclude)
 - Use existing toString() methods on objects when available instead of always 
 relying on AS3 reflection
 - Provide a way to completely override the default RPCObjectUtil.toString, 
 i.e.
 public var toStringFunction:Function;
 public static function toString(value:Object, 
 namespaceURIs:Array = null, 
 exclude:Array = null):String
 {
 if (toStringFunction != null) {
 return toStringFunction(value, namespaceURIs, exclude);
 }
 if (exclude == null)
 {
 exclude = defaultToStringExcludes;
 }
 
 refCount = 0;
 return internalToString(value, 0, null, namespaceURIs, exclude);
 }
  
  Workaround (if any):
  
 Never set any debug level on any Logger.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-26048 check if date range actually contains dates

2013-05-06 Thread OmPrakash Muppirala


 If this my my code I'd remove the Object altogether and make a range class
 to pass in - that way you don't need any checks and it would be faster.



+1 to this.  It always bugged me that I have to send a generic object as a
function parameter.  If we have a typed object, we get the checks built-in.


Re: [DISCUSS] Github based Whiteboard proposal

2013-05-06 Thread Alex Harui
OK.

Just wondering, if a committer already has a github account under a
different email address, what do they do?

-Alex


On 5/6/13 4:03 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:

 On Mon, May 6, 2013 at 3:48 PM, Alex Harui aha...@adobe.com wrote:
 
 Om,
 
 Can you update the proposal as to whether you have to use your a.o email or
 if allowing aliases works?
 
 -Alex
 
 
 I have posted the proposal here:
 https://cwiki.apache.org/confluence/display/FLEX/Proposal+-+Github+based+White
 board
 
 All apache.org emails are configured to be aliases for committer's personal
 email ids.  So, you will need to add the committer's personal email id to
 the commits@f.a.o list in any case.
 
 The only advantage of adding the apache.org email id in GitHub would be
 that the 'from' field will have the apache.org email id.  This keeps it
 consistent with Apache Git's emails.
 
 So, I have updated the proposal to say that it is 'recommended, but not
 compulsory' for adding the apache.org email address as the default email in
 GitHub.
 
 Thanks,
 Om
 
 
 
 On 5/6/13 3:35 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:
 
 Any other thoughts regarding this process?
 
 If not, I would like to test this workflow with a couple of volunteer
 committers.  Anyone wants to volunteer? :-)
 
 Thanks,
 Om
 
 
 On Thu, May 2, 2013 at 8:55 PM, Alex Harui aha...@adobe.com wrote:
 
 
 
 
 On 5/2/13 6:21 PM, Dasa Paddock dpadd...@esri.com wrote:
 
 
 6.  The committer adds their committerAlias@apache.org email
 address as
 their default email in their github account.
 Anyway around to do this? I assume this is so email to the mailing
 list
 re
 changes are not rejected.
 
 I'm not sure, but maybe it's enough to just add your apache.orgaddress
 to
 your Email Settings [1] and set the repo's user.email config so that
 the
 apache.org address is used as the commit author [2].
 
 [1]: https://github.com/settings/emails
 [2]: https://help.github.com/articles/setting-your-email-in-git
 
 I'm ok adding aliases for the committers who don't want to use their
 apache.org.  I think I did so for Om in order for him to try this.
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: [DISCUSS] Github based Whiteboard proposal

2013-05-06 Thread Greg Reddin
Just wanted to note that I think this proposal alleviates my concerns about 
using github for whiteboards. If I can find time I'm going to search other 
apache archives to see if there are other things we need to consider. But for 
now I feel like this supports apache's desires for open development and code 
provenance. Thanks for going to all the trouble putting it together. 

Greg 

Sent from my mobile device.

On May 6, 2013, at 6:03 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:

 On Mon, May 6, 2013 at 3:48 PM, Alex Harui aha...@adobe.com wrote:
 
 Om,
 
 Can you update the proposal as to whether you have to use your a.o email or
 if allowing aliases works?
 
 -Alex
 I have posted the proposal here:
 https://cwiki.apache.org/confluence/display/FLEX/Proposal+-+Github+based+Whiteboard
 
 All apache.org emails are configured to be aliases for committer's personal
 email ids.  So, you will need to add the committer's personal email id to
 the commits@f.a.o list in any case.
 
 The only advantage of adding the apache.org email id in GitHub would be
 that the 'from' field will have the apache.org email id.  This keeps it
 consistent with Apache Git's emails.
 
 So, I have updated the proposal to say that it is 'recommended, but not
 compulsory' for adding the apache.org email address as the default email in
 GitHub.
 
 Thanks,
 Om
 
 
 
 On 5/6/13 3:35 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:
 
 Any other thoughts regarding this process?
 
 If not, I would like to test this workflow with a couple of volunteer
 committers.  Anyone wants to volunteer? :-)
 
 Thanks,
 Om
 
 
 On Thu, May 2, 2013 at 8:55 PM, Alex Harui aha...@adobe.com wrote:
 
 
 
 
 On 5/2/13 6:21 PM, Dasa Paddock dpadd...@esri.com wrote:
 
 
 6.  The committer adds their committerAlias@apache.org email
 address as
 their default email in their github account.
 Anyway around to do this? I assume this is so email to the mailing
 list
 re
 changes are not rejected.
 
 I'm not sure, but maybe it's enough to just add your apache.orgaddress
 to
 your Email Settings [1] and set the repo's user.email config so that
 the
 apache.org address is used as the commit author [2].
 
 [1]: https://github.com/settings/emails
 [2]: https://help.github.com/articles/setting-your-email-in-git
 I'm ok adding aliases for the committers who don't want to use their
 apache.org.  I think I did so for Om in order for him to try this.
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui
 
 


Issues

2013-05-06 Thread Mark Kessler
Do we ever get feature requests that have a high criticality but people
don't implement it or don't agree with it?  I mean what happens to the
issues.  Do we just keep the in Jira for life or is there an action that
should be performed?

I was looking at an issue[1] and was thinking it sounded like like personal
preference? The issue is asking for selectable text by default in a
DataGrid.  I think the current DefaultGridItemRenderer inherits
UIFTETextField... which is lighter weight and a smidge faster than a label,
or an editable text.

I just bring this up because it made me wonder that this issue is marked
Major , 1 watcher, no votes.  Would we just downgrade the criticality from
Major because it's not a bug and maybe preferential?


[1] https://issues.apache.org/jira/browse/FLEX-33406



-Mark


Re: [DISCUSS] Github based Whiteboard proposal

2013-05-06 Thread OmPrakash Muppirala
On Mon, May 6, 2013 at 5:02 PM, Alex Harui aha...@adobe.com wrote:

 OK.

 Just wondering, if a committer already has a github account under a
 different email address, what do they do?

 -Alex


GitHub lets you add multiple emails to the github account.  It will be up
to the committer to switch the 'default' email id which the post-commit
email hook uses when sending out emails.

I think Dasa had sent a couple of relevant github wiki pages a few emails
ago about this.

Thanks,
Om




 On 5/6/13 4:03 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:

  On Mon, May 6, 2013 at 3:48 PM, Alex Harui aha...@adobe.com wrote:
 
  Om,
 
  Can you update the proposal as to whether you have to use your a.o
 email or
  if allowing aliases works?
 
  -Alex
 
 
  I have posted the proposal here:
 
 https://cwiki.apache.org/confluence/display/FLEX/Proposal+-+Github+based+White
  board
 
  All apache.org emails are configured to be aliases for committer's
 personal
  email ids.  So, you will need to add the committer's personal email id to
  the commits@f.a.o list in any case.
 
  The only advantage of adding the apache.org email id in GitHub would be
  that the 'from' field will have the apache.org email id.  This keeps it
  consistent with Apache Git's emails.
 
  So, I have updated the proposal to say that it is 'recommended, but not
  compulsory' for adding the apache.org email address as the default
 email in
  GitHub.
 
  Thanks,
  Om
 
 
 
  On 5/6/13 3:35 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:
 
  Any other thoughts regarding this process?
 
  If not, I would like to test this workflow with a couple of volunteer
  committers.  Anyone wants to volunteer? :-)
 
  Thanks,
  Om
 
 
  On Thu, May 2, 2013 at 8:55 PM, Alex Harui aha...@adobe.com wrote:
 
 
 
 
  On 5/2/13 6:21 PM, Dasa Paddock dpadd...@esri.com wrote:
 
 
  6.  The committer adds their committerAlias@apache.org email
  address as
  their default email in their github account.
  Anyway around to do this? I assume this is so email to the mailing
  list
  re
  changes are not rejected.
 
  I'm not sure, but maybe it's enough to just add your
 apache.orgaddress
  to
  your Email Settings [1] and set the repo's user.email config so that
  the
  apache.org address is used as the commit author [2].
 
  [1]: https://github.com/settings/emails
  [2]: https://help.github.com/articles/setting-your-email-in-git
 
  I'm ok adding aliases for the committers who don't want to use their
  apache.org.  I think I did so for Om in order for him to try this.
 
  --
  Alex Harui
  Flex SDK Team
  Adobe Systems, Inc.
  http://blogs.adobe.com/aharui
 
 
 
  --
  Alex Harui
  Flex SDK Team
  Adobe Systems, Inc.
  http://blogs.adobe.com/aharui
 
 

 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui




Re: Issues

2013-05-06 Thread Alex Harui



On 5/6/13 5:09 PM, Mark Kessler kesslerconsult...@gmail.com wrote:

 Do we ever get feature requests that have a high criticality but people
 don't implement it or don't agree with it?
Yup, you are not obligated to implement something if you don't think it is
for the greater good of the project and community.
 I mean what happens to the
 issues.  Do we just keep the in Jira for life or is there an action that
 should be performed?
IMO, keep it for life because you never know when a dozen folks will start
complaining about something.  Voting should remain open in most cases.

 I just bring this up because it made me wonder that this issue is marked
 Major , 1 watcher, no votes.  Would we just downgrade the criticality from
 Major because it's not a bug and maybe preferential?
IMO, yes.  Many bugs are critical to the bug filer, but in the larger sense,
the severity of the issue should have to do with the number of people you
think it affects, with the potential exception that any security related
issue is critical.

The bug filer can always start a discussion to try to get the severity
upgraded.
 
-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Issues

2013-05-06 Thread Justin Mclean
Hi,

It's marked as a feature request not a bug so I'd leave as major but no 
objections if it was moved to minor.

Thanks,
Justin

Re: Issues

2013-05-06 Thread OmPrakash Muppirala
Just FYI, Apache JIRA has a default priority of 'Major' when a new
issue/bug is created.  It kind of makes sense because JIRA is being safe by
selecting the middle value from the list:
Blocker  Critical  Major  Minor  Trivial

It is easy to not pause and give the priority a thought when filing a bug.

Thanks,
Om

On Mon, May 6, 2013 at 5:18 PM, Justin Mclean jus...@classsoftware.comwrote:

 Hi,

 It's marked as a feature request not a bug so I'd leave as major but no
 objections if it was moved to minor.

 Thanks,
 Justin


Re: Issues

2013-05-06 Thread Mark Kessler
Was just curious since it was swept up in the search of Critical and major
issues :P

On Mon, May 6, 2013 at 8:18 PM, Justin Mclean jus...@classsoftware.comwrote:

 Hi,

 It's marked as a feature request not a bug so I'd leave as major but no
 objections if it was moved to minor.

 Thanks,
 Justin


Re: CreateJS and FlexJS

2013-05-06 Thread OmPrakash Muppirala
On May 6, 2013 2:17 PM, Alex Harui aha...@adobe.com wrote:

 If you see a stack trace with a function ending with _c() or _i(), that's
a
 sign that the old FB MXMLC compiler was the last thing to compile that SWF
 and you have to run the external tool again.

 -Alex

I got this same error as well.  I was convinced that I had done something
wrong.  I think that the 'build automatically' setting keeps writing the
wrong version in the bin directory.


 On 5/6/13 1:05 PM, Peter Ent p...@adobe.com wrote:

  I the FlexJSTest_CreateJS sample working in both ActionScript and
  JavaScript. I only have the FlexJSTest_HTML5 working in JavaScript;
  ActionScript gives me an RTE, but I'm looking into it.
 
  TypeError: Error #1009: Cannot access a property or method of a null
  object reference.
  at
 
mx.styles::StyleManager$/getStyleManager()[/Users/aharui/git/flex/master/fl
  ex-sdk/frameworks/projects/framework/src/mx/styles/StyleManager.as:147]
  at
  MyInitialView/
http://www.adobe.com/2006/flex/mx/internal::_MyInitialView_St
  ylesInit()
  at MyInitialView()[/Users/pent/Documents/Apache
  Flex/Test_HTML5/src/MyInitialView.mxml:23]
  at FlexJSTest_again/_FlexJSTest_again_MyInitialView1_c()
  at FlexJSTest_again()[/Users/pent/Documents/Apache
  Flex/Test_HTML5/src/FlexJSTest_again.mxml:26]
 
 
 
  --peter
 
 
 
  On 5/6/13 12:09 PM, Carlos Rovira carlos.rov...@codeoscopic.com
wrote:
 
  Hi peter,
 
  Changes are already integrated. Erik made an update some hours ago to
make
  it work with the goof.events refactor. As he noticed in the update got
  message example is showing some controls but it need some more changes
to
  fix all functionality.
 
 
  El lunes, 6 de mayo de 2013, Peter Ent escribió:
 
  Thanks Carlos. I look forward to integrating your changes and to see
how
  you did it.
  --peter
 
  On 5/2/13 8:07 PM, Carlos Rovira carlos.rov...@codeoscopic.com
  wrote:
 
  Hi Peter,
 
  I finaly get it working, so I merged the checkbox creates control in
  develop.
 
  For me this was more than an exercise to learn createjs and other js
  things. As Alex commented this is more an experiment than other
thing,
  but
  since creates has many similarities to old school AS1 is very
  interesting
  for its non-DOM nature (and a real pain now that we are using AS3,
Flex
  4.x
  and so on...it's very hard to go back to stone age... ;))
 
  I'll try to get some time and write in the wiki some documentation
for
  people that want to contribute (set up environment and other things
  that I
  learned while making this little control).
 
  As well I have to decide if I'll go to other controls
  (RadioButtons,...)
  or
  go to other part of FlexJS...
 
  As I get some familiarity with all pieces in play, I think something
to
  track what's happening in this part of the project, in what features
  are
  working the rest of the team and some list of checkpoints for a 1.0
  release
  would be great for this project.
 
 
 
  2013/4/30 Peter Ent p...@adobe.com
 
  Hi Carlos.
 
  I'll take a look at it today.
 
  Peter
 
 
  On Apr 29, 2013, at 7:11 PM, Carlos Rovira 
  carlos.rov...@codeoscopic.com wrote:
 
  Hi Peter,
 
  I just shared a branch with a createjs checkbox control. I get
  external
  update through the right button changing selected property, but can
  get
  it
  to work clicking in the checkbox. Do you know what could be the
  problem?
 
  I just started with all the FlexJS thing and I'm yet figuring and
  reading
  wiki, mails and source to get a clear idea of what are you all
  doing.
 
  If we can fix this issue and you think the rest of changes are ok
  we
  could
  merge into develop.
 
  Best
 
  Carlos
 
 
 
  2013/4/26 Peter Ent p...@adobe.com
 
  Hi,
 
  I've added an experimental example to FlexJS which shows how you
  could
  use
  CreateJS (or specifically, EaselJS) with the FlexJS framework.
  This
  experiment has only a button and label, but if you wanted to have
  a
  non-HTML DOM framework, using CreateJS would be one way to go.
 
  The experiment has a simple MXML application with two labels and
  two
  buttons. Clicking on the buttons changes the labels in some way -
  one
  is by
  directly setting a label's text property and the other way has the
  button
  changing a label indirectly using the model.
 
  Within the JS implementation, the HTML elements are replaced with
  EaselJS
  components. It is actually pretty clean and simple. If you were to
  try
  this
  and build it with FalconJX, you'll need to copy the EaselJS
  library
  into
  the resulting bin directory(ies) and modify the index.html file to
  include
  the EaselJS code. I've left instructions in the main MXML file.
 
  Peter Ent
  Apache Flex SDK team
  Adobe Systems
 
 
 
  --
  Carlos Rovira
  Director de Tecnología
  M: +34 607 22 60 05
  F:  +34 912 94 80 80
  http://www.codeoscopic.com
  http://www.directwriter.es
 
 
 
  --
  Carlos Rovira
  Director de Tecnología
  M: +34 607 22 60 05
  F:  +34 912 94 80 80
  

Re: CreateJS and FlexJS

2013-05-06 Thread Alex Harui



On 5/6/13 6:19 PM, OmPrakash Muppirala bigosma...@gmail.com wrote:

 On May 6, 2013 2:17 PM, Alex Harui aha...@adobe.com wrote:
 
 If you see a stack trace with a function ending with _c() or _i(), that's
 a
 sign that the old FB MXMLC compiler was the last thing to compile that SWF
 and you have to run the external tool again.
 
 -Alex
 
 I got this same error as well.  I was convinced that I had done something
 wrong.  I think that the 'build automatically' setting keeps writing the
 wrong version in the bin directory.

My personal workflow is to leave build automatically' checked.  That way,
as I type, FB is constantly checking that I have all of the pieces correct.
Then, I have to remember to run the external tool to build the SWF before
hitting the 'debug' button.  That works 99% of the time, but every once in a
while, FB goes and runs another compile.  I think it happens on startup,
open and close of projects and export release builds and probably more.

It will be a lot of work to integrate the compilers into FB.  I am
considering building independent eclipse builders' instead.  But I am also
hoping IntelliJ folks try to integrate FlexJS/FalconJS with their tools as I
think they might have an easier time than FB.
 
-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



[jira] [Resolved] (FLEX-26325) RemoteObject logs too eagerly all sent messages

2013-05-06 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-26325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean resolved FLEX-26325.
--

   Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0

Added externalToString method to set user defined method to call.

 RemoteObject logs too eagerly all sent messages
 ---

 Key: FLEX-26325
 URL: https://issues.apache.org/jira/browse/FLEX-26325
 Project: Apache Flex
  Issue Type: Bug
  Components: RPC: RemoteObject
Affects Versions: Adobe Flex SDK 4.1 (Release)
 Environment: Affected OS(s): All OS Platforms
 Language Found: English
Reporter: Adobe JIRA
Assignee: Justin Mclean
  Labels: easyfix
 Fix For: Apache Flex 4.10.0

 Attachments: 2833.patch


 Steps to reproduce:
 1. Set debug level on any Logger in the application (not even necessarily on 
 mx.rpc.*)
 2. Call a remote operation with a RemoteObject sending a complex object 
 graph, or an object graph containing 'lazy loaded' data, e.g. with LCDS or 
 GraniteDS
  
  Actual Results:
 RemoteObject computes the complete debug message in RPCObjectUtils by the 
 ultra slow AS3 reflection (even when the message will never be logged at 
 all), and consequently triggers all lazy initializations (for example by 
 accessing all lazyCollection.length properties on all the object graph). 
 See here for more details on the issue: 
 http://insideria.com/2010/10/flex-rpc-and-the-broken-mxlogg.html
  
  Expected Results:
 No computation of the debug message should be done when mx.rpc is not in 
 debug mode.
 At least provide one of these options :
 - Allow adding manually excluded properties in 
 RPCObjectUtils.defaultToStringExcludes (make it public or add a function 
 addDefaultExclude)
 - Use existing toString() methods on objects when available instead of always 
 relying on AS3 reflection
 - Provide a way to completely override the default RPCObjectUtil.toString, 
 i.e.
 public var toStringFunction:Function;
 public static function toString(value:Object, 
 namespaceURIs:Array = null, 
 exclude:Array = null):String
 {
 if (toStringFunction != null) {
 return toStringFunction(value, namespaceURIs, exclude);
 }
 if (exclude == null)
 {
 exclude = defaultToStringExcludes;
 }
 
 refCount = 0;
 return internalToString(value, 0, null, namespaceURIs, exclude);
 }
  
  Workaround (if any):
  
 Never set any debug level on any Logger.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira