Re: Could you help me with this weird problem when upgrading to 4.12.1 plz?

2014-06-12 Thread Gary Yang
The same thing happens to : mx.controls.advancedDataGridClasses.AdvancedDataGridColumn; too. -Gary On Thu, Jun 12, 2014 at 9:06 PM, Gary Yang wrote: > Hi, > > I am trying to upgrade a program to Flex 4.12.1, it has a error inside > DataGrid.as: > > ReferenceError: Error #1069: Property sortC

Could you help me with this weird problem when upgrading to 4.12.1 plz?

2014-06-12 Thread Gary Yang
Hi, I am trying to upgrade a program to Flex 4.12.1, it has a error inside DataGrid.as: ReferenceError: Error #1069: Property sortCompareType not found on mx.controls.dataGridClasses.DataGridColumn and there is no default value. at mx.controls::DataGrid/sortByColumn()[/Users/aharui/flex-sdk-4.12.

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Alex Harui
Ok, adding it. On 6/12/14 11:13 AM, "OmPrakash Muppirala" wrote: >On Thu, Jun 12, 2014 at 10:54 AM, Alex Harui wrote: > >> I saw that, but it sounded like it does an HTTP fetch to see if it works >> or not. Wouldn't that slow down startup even more for folks overseas? >>I >> don't see any "qui

Re: Flex 4.13.0 Nightly Build 20140611 - Fatal error when closing a Callout instance

2014-06-12 Thread Alex Harui
The code changes that probably caused this have already been flagged for breaking some tests in the Falcon compiler. I didn't realize there was a runtime error as well. Hopefully the committer involved will find time to fix this soon. Thanks, -Alex On 6/12/14 1:24 PM, "DarkStone" wrote: >Dear

Flex 4.13.0 Nightly Build 20140611 - Fatal error when closing a Callout instance

2014-06-12 Thread DarkStone
Dear Apache Flex Committers, I just installed Flex 4.13.0 Nightly Build 20140611, in this build the SDK has an fatal error when closing a Callout instance, I'll explain it in detail: 1. A Callout instance is opened and shown on the screen of a AIR desktop application. 2. When I click anywhere ou

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-34222 fix selection reverting to previous typed values when second value (not in list) is entered

2014-06-12 Thread Justin Mclean
Hi, > Can you please look at this? Had a quick look nothing obvious, currently on holiday with limited internet access but may have some time next week. Justin

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread OmPrakash Muppirala
On Thu, Jun 12, 2014 at 10:54 AM, Alex Harui wrote: > I saw that, but it sounded like it does an HTTP fetch to see if it works > or not. Wouldn't that slow down startup even more for folks overseas? I > don't see any "quick check" by checking some OS status. > NetworkInfo.networkinfo.findInter

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Alex Harui
I saw that, but it sounded like it does an HTTP fetch to see if it works or not. Wouldn't that slow down startup even more for folks overseas? I don't see any "quick check" by checking some OS status. -Alex On 6/12/14 10:22 AM, "OmPrakash Muppirala" wrote: >On Thu, Jun 12, 2014 at 10:17 AM, J

RE: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Kessler CTR Mark J
We do that out of convenience for the most part. It's a single command that gives a "specific to the user " timestamp. But the bottom line is, it only needs to be unique(ish) for how often it needs to be called. If a user is accessing a file several times a day, then it needs to be more spec

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread OmPrakash Muppirala
Alex, The installer config files are served off from a directory which has a .htacess directive that will prevent client side caching. So, there is no need to add a timestamp/random string to force a server download for installer config files. If you are doing it for other files, ex. off the ado

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Alex Harui
To the main SDK. No sense making a 4.12 release candidate with ant-based caching until mustella is passing there. On 6/12/14 10:21 AM, "Justin Mclean" wrote: >I've not made any changes to the installer so don't know what changes you >are referring to

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Alex Harui
Timestamping needs to be done in Ant. Does it have to have seconds/minutes? On 6/12/14 10:11 AM, "Kessler CTR Mark J" wrote: >We use the timestamp [1] from the date class. It's one command for us. > >" The number of milliseconds since midnight January 1, 1970" > > >Here is a from the hip examp

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread OmPrakash Muppirala
On Thu, Jun 12, 2014 at 10:17 AM, Justin Mclean wrote: > Isn't there an AIR API to check if you have a connection or not? > Yes, with a combination of Event.NETWORK_CHANGE and URLMonitor. http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7fcc.html#WS5b3ccc516d

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Justin Mclean
I've not made any changes to the installer so don't know what changes you are referring to

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Justin Mclean
Isn't there an AIR API to check if you have a connection or not?

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Justin Mclean
Turn off the WiFi and launch was all I did on OSX

RE: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Kessler CTR Mark J
We use the timestamp [1] from the date class. It's one command for us. " The number of milliseconds since midnight January 1, 1970" Here is a from the hip example. var dtNow:Date = new Date(); sURL = "http://www.site.com/file.ext?ts="; + String(dtNow.time); [1] http://help.adobe.com/en_US

Re:Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
rg/installer/properties/flexjs/en_US.properties >> [get] To: D:\Adobe\Adobe Flash Builder 4.7 (64 >>Bit)\sdks\FlexJS\en_US.properties >>[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 >>text="Error #2032" errorID=2032

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Alex Harui
Yes, although the ts is the current MMDD. Do you think I need to add HHMMSS? On 6/12/14 9:53 AM, "Kessler CTR Mark J" wrote: >Did we implement the timestamp on the URL ? Like [1] > >[1] http://www.site.com/file.ext?ts=12345678 > >-Mark > >-Original Message- >From: Alex Harui [mail

RE: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Kessler CTR Mark J
Did we implement the timestamp on the URL ? Like [1] [1] http://www.site.com/file.ext?ts=12345678 -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, June 12, 2014 12:43 PM To: dev@flex.apache.org Subject: Re: [DISCUSS] Release Apache Flex SDK Installer

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Alex Harui
Got the same error, but still can't reproduce the log showing up underneath. Can others do it? Is it every time? How are you launching the app? On 6/12/14 9:42 AM, "Alex Harui" wrote: >I"m on a mac. But I think the fact I'm getting a different error means >that the installer is still fetchin

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Alex Harui
I"m on a mac. But I think the fact I'm getting a different error means that the installer is still fetching the file from the browser cache. I'll try to fix that. On 6/12/14 9:29 AM, "Kessler CTR Mark J" wrote: >How about just releasing your IP [1] ? > >[1] ipconfig /release > >-Mark > >-O

RE: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Kessler CTR Mark J
How about just releasing your IP [1] ? [1] ipconfig /release -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, June 12, 2014 12:22 PM To: dev@flex.apache.org Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 ** On 6/12/14 7:15 AM, "J

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Alex Harui
On 6/12/14 9:21 AM, "Alex Harui" wrote: > > >On 6/12/14 7:15 AM, "Justin Mclean" wrote: > >>Turn off your WiFi or pull the blue Ethernet cable out :-) >I did that, but got a different error and the log window showed up on top. Actually, my question was related to the bug you filed. What code

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Alex Harui
On 6/12/14 7:15 AM, "Justin Mclean" wrote: >Turn off your WiFi or pull the blue Ethernet cable out :-) I did that, but got a different error and the log window showed up on top. -Alex

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Alex Harui
On 6/12/14 7:20 AM, "Justin Mclean" wrote: >Re the removing the caching for 4.12 was that discussed on the mailing >list? Well, I said caching was going to be moved to the scripts. >That's going to potentially annoy a lot of people when they update >the installer. I'm not sure how many non-P

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Alex Harui
We can add more, but just reminding you that you were the one that wanted a shorter log. IMO, if something needs troubleshooting, suggesting that they turn on the verbose logs seems sufficient. On 6/12/14 7:22 AM, "Justin Mclean" wrote: >Re logging must users will not have turned verbose on say

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Alex Harui
etting: >http://flex.apache.org/installer/properties/flexjs/en_US.properties > [get] To: D:\Adobe\Adobe Flash Builder 4.7 (64 >Bit)\sdks\FlexJS\en_US.properties >[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 >text="Error #2032" errorID=2032

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Justin Mclean
Re logging must users will not have turned verbose on saying if a file is downloaded or cached is useful for debugging / fixing issues

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Justin Mclean
Re the removing the caching for 4.12 was that discussed on the mailing list? That's going to potentially annoy a lot of people when they update the installer. At the very least in needs to be mentioned in the readme or release notes. Perhaps even delay release until the next SDK release.

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Justin Mclean
Turn off your WiFi or pull the blue Ethernet cable out :-)

Re:Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
e="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032] get-data: [get] Getting: http://flex.apache.org/installer/sdk-installer-config-4.0.xml?ts=20140612 [get] To: D:\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\FlexJS\sdk-insta

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Alex Harui
On 6/12/14 5:58 AM, "Justin Mclean" wrote: >Hi, > >Edge case I know but the installer should probably check to see if it has >an internet connection. What's a good way to test for internet connection? -Alex

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Alex Harui
On 6/12/14 6:15 AM, "DarkStone" wrote: >Hi Alex, > >I did some tests for FlexJS, I can not complete the installations at all. > >FlexJS 0.0.1 + AIR 14 + FP 14, install log: > >antlr3.org is totally blocked in China, we have to use maven or github. > Yes, we know about this. > >FlexJS 0.0.2 + AI

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Alex Harui
On 6/12/14 2:39 AM, "Justin Mclean" wrote: >Hi, > >A few minor issues: >- README is a little out of date and refers to 3.0 not 3.1 There is a sentence that says that since 3.0 we use ant emulation. I don't think that should be changed to 3.1. Is there another one? > >A few serious ones: Were

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
Hi Alex, I did some tests for FlexJS, I can not complete the installations at all. FlexJS 0.0.1 + AIR 14 + FP 14, install log: Version 3.1.0 (windows) Using Locale:zh_CN Fetched the SDK download mirror URL from the CGI. AIR version 14.0 Flash Player version 14.0 Creating Apache FlexJS home Creat

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-34222 fix selection reverting to previous typed values when second value (not in list) is entered

2014-06-12 Thread Erik de Bruin
Justin, Can you please look at this? Thanks, EdB On Mon, Jun 9, 2014 at 3:41 PM, Erik de Bruin wrote: > Bump... > > EdB > > > > > On Thu, Jun 5, 2014 at 9:56 AM, Erik de Bruin wrote: > >> -1 (binding) >> >> I'm vetoing this commit because it is causing the following (sets of) >> Mustella

Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-12 Thread Jeffry Houser
On 6/12/2014 7:47 AM, Tom Chiverton wrote: On 12/06/14 12:34, Jeffry Houser wrote: On 6/12/2014 4:47 AM, Tom Chiverton wrote: On 11/06/14 12:31, Jeffry Houser wrote: But, ColdFusion got its own 2 day Adobe Conference., at least. Two thousand dollers is not a developer conference price. I

Re:Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread DarkStone
Hi Justin, This is not an edge case, I often got this error, and I had to close the Flex SDK Installer and restart it again. My computer has internet connection all the time, I think the reason I got this error is because sometimes only one attempt to connect a remote server is not good enough

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Justin Mclean
Hi, Edge case I know but the installer should probably check to see if it has an internet connection. Currently the log window sometimes pops up behind the main windows with this: Version 3.1.0 (mac) Unable to load http://flex.apache.org/installer/sdk-installer-config-4.0.xml Error while trying

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
Hi Alex, Good news! Just tried RC2 with Flex 4.13.0 + AIR 14 + FP 14, completed with no error at all. It seems the nightly build did download SWFObject from github.com other than google's domain. I'm still working on the Chinese translations, I'll let you know when it's done. DarkStone 2014-0

Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-12 Thread Tom Chiverton
On 12/06/14 12:34, Jeffry Houser wrote: On 6/12/2014 4:47 AM, Tom Chiverton wrote: On 11/06/14 12:31, Jeffry Houser wrote: But, ColdFusion got its own 2 day Adobe Conference., at least. Two thousand dollers is not a developer conference price. It is unclear to me what you are referring to

Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-12 Thread Jeffry Houser
On 6/12/2014 4:47 AM, Tom Chiverton wrote: On 11/06/14 12:31, Jeffry Houser wrote: But, ColdFusion got its own 2 day Adobe Conference., at least. Two thousand dollers is not a developer conference price. It is unclear to me what you are referring to. If you're referring to Ticket Prices f

Re:Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Justin Mclean
Should have no effect assuming they are even done

RE: Adobe wants your thoughts on AIR's Webkit/HTMLLoader

2014-06-12 Thread Kessler CTR Mark J
Guess they are farther along with their own rendering engine than I thought with Blink[1][2] [1] http://www.chromium.org/blink -Mark -Original Message- From: Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Sent: Thursday, June 12, 2014 5:41 AM To: dev@flex.apache.org Subject: RE:

Re:Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread DarkStone
Hi Justin, "There are several UI improvements that were raised against the last release..." I'm working on the Chinese translations to the Flex SDK Installer. The new UI improvements you're talking about, will they affect translation related work? I mean will the new UI add some new fields to b

RE: Adobe wants your thoughts on AIR's Webkit/HTMLLoader

2014-06-12 Thread Kessler CTR Mark J
Doesn't chromium use webkit [1]? [1] http://www.chromium.org/developers/webkit-development-workflow -Mark -Original Message- From: Peter Ginneberge [mailto:p.ginnebe...@gmail.com] Sent: Wednesday, June 11, 2014 6:39 PM To: dev@flex.apache.org Subject: Re: Adobe wants your thoughts on AIR

Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2

2014-06-12 Thread Justin Mclean
Hi, A few minor issues: - README is a little out of date and refers to 3.0 not 3.1 - Extra "/" in path - perhaps this is cashing the caching issue below? Downloading Adobe AIR Runtime Kit for Mac from: http://airdownload.adobe.com/air/mac/download/13.0//AdobeAIRSDK.tbz2 -There are several U

RE: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 **

2014-06-12 Thread Kessler CTR Mark J
Never tell people to disable their Antivirus to install anything. The antivirus is in place for a reason. -Mark

Re: [Rumor]Adobe will announce something big about Flash Pro on 2014-06-18

2014-06-12 Thread Tom Chiverton
On 11/06/14 12:31, Jeffry Houser wrote: But, ColdFusion got its own 2 day Adobe Conference., at least. Two thousand dollers is not a developer conference price. Tom