Re: Tour De Flex minor issues

2014-09-12 Thread Justin Mclean
Hi, So you pick greek and nothing shows? Sounds like the localeChain isn't getting configured properly. Looks to me like it may be a bug if one swf (compiled with en_US) loads another compiled with multiple locales? Justin

Re: Tour De Flex minor issues

2014-09-12 Thread Alex Harui
Could be a bug in the SDK or could be a bug in the example. There are something you are not supposed to do if you want your app to be loaded by another app. Like using FlexGlobals.topLevelApplication, or not fixing up relative URLs. Proper use of moduleFactory parameters are often needed to get

Re: FishEye accounts

2014-09-12 Thread Mihai Chira
Shall we open an INFRA ticket for this? On 4 September 2014 03:14, Justin Mclean jus...@classsoftware.com wrote: Hi, Previously, if I'm not mistaking, we could see the commits via a tab at the bottom, with no authentication needed. Yep looks like the recent JIRA update may of broken that.

Re: FlexJS chart package now uses FlexJS core/graphics for the charts' graphics

2014-09-12 Thread Peter Ent
I keep meaning to look into the scrollbar/border issue so I'll make that a priority. When I started to make the charts to work on JS I created ChartDataGroup which is the parent of the itemRenderers. It created the parent svg element the renderers (which created just the SVG graphic element

Re: Tour De Flex minor issues

2014-09-12 Thread Justin Mclean
Hi, When using 4.13 release the PostCodeValidator the spark alert box gives as error Fixed for now by changing to use mx:Alert. and with the SDK locale example the new locales don't seem to be included. Compiling the loader to specify all of the locales fixed this issue. Looks like a SDK

Re: Tour De Flex minor issues

2014-09-12 Thread Alex Harui
On 9/12/14 10:17 AM, Justin Mclean jus...@classsoftware.com wrote: and with the SDK locale example the new locales don't seem to be included. Compiling the loader to specify all of the locales fixed this issue. Looks like a SDK bug to me. I just took a quick look at ResourceManager. I do not

Re: Tour De Flex minor issues

2014-09-12 Thread Justin Mclean
Hi, Callout used to be mobile-only, IIRC. I'll bet the authors did not think mobile apps would be aggregated up into other apps. Too bad we didn't see that when we moved it out of mobile. Yep writing examples can show issues :) Of course only a small % of apps would load other swfs so this

[FlexJS] [FalconJX] Feature request - Preserve ASDoc style comments

2014-09-12 Thread OmPrakash Muppirala
Is it possible to copy over the ASDoc styled comments when cross-compiling from AS to JS? My AS function looks like this: /** * Draw the path. * @param data A string containing a compact represention of the path segments. * The value is a space-delimited

Re: FlexJS chart package now uses FlexJS core/graphics for the charts' graphics

2014-09-12 Thread Peter Ent
I have modified the chart code so that the JS side does not have borders and scrollbars. While looking at the HTML generated this morning, not only did I see the extra divs and svgs, but I also saw that extra itemRenderers were being generated. I pushed code that addresses that as well. Now if

Re: [FlexJS] [FalconJX] Feature request - Preserve ASDoc style comments

2014-09-12 Thread Erik de Bruin
Short answer: no. Slightly longer answer - and I'm not pretending to actually know what I'm talking about - Falcon doesn't preserve comments in the AST, so FalconJX can't pick them up to put them in the JS output. Maybe the compiler gurus can give some input if it would be possible to implement

Installer broken for earlier versions of Apche Flex

2014-09-12 Thread Justin Mclean
Hi, This come up on the user list the other day so I decide to take a look - the current situation isn't good. Currently only 4.11 and 4.13 are working. See https://issues.apache.org/jira/browse/FLEX-34540 for more detail. Any idea why 4.11 works but 4.12 doesn't? What can be done to fix

Re: [FlexJS] [FalconJX] Feature request - Preserve ASDoc style comments

2014-09-12 Thread Alex Harui
I would call my self a guru, but I think some portion of Falcon is intended to replace the SDK's ASDoc compiler, so I'm think ASDoc comments are being tracked. I'll be poking around Falcon next week, so I'll look into it. -Alex On 9/12/14 1:04 PM, Erik de Bruin e...@ixsoftware.nl wrote: Short

Re: Installer broken for earlier versions of Apche Flex

2014-09-12 Thread Alex Harui
Are we seeing lots of folks try to install the broken versions? 4.12 uses hardcoded URLs in the script. 4.11 and earlier might be getting the URLs from sdk-config-xx so maybe updating older versions of that xml file will fix 4.9 and 4.10. -Alex On 9/12/14 1:21 PM, Justin Mclean

Re: HostComponent is NULL?

2014-09-12 Thread Oleg Konovalov
As I mentioned in previous post, I am already getting a 1-2 lines exception, so what will try/catch block give me? :-) On Sep 11, 2014 8:10 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Thu, Sep 11, 2014 at 5:01 PM, Oleg Konovalov oleg...@gmail.com wrote: All I get in error stack

Re: Installer broken for earlier versions of Apche Flex

2014-09-12 Thread Justin Mclean
Hi, Are we seeing lots of folks try to install the broken versions? A reasonable number. 4.9 5 day, 4.10 5 day, 4.11 about 10 day, 4.12 about 15 a day (higher recently). So we talking about 40 installs a day, not huge but significant. 4.12 uses hardcoded URLs in the script. So we would

Re: FlexJS chart package now uses FlexJS core/graphics for the charts' graphics

2014-09-12 Thread OmPrakash Muppirala
On Fri, Sep 12, 2014 at 12:40 PM, Peter Ent p...@adobe.com wrote: I have modified the chart code so that the JS side does not have borders and scrollbars. I just tried it. Looks fantastic! I can't even tell the difference between the Flash version and the HTML5 version. The only difference

Tour De Flex stats

2014-09-12 Thread Justin Mclean
Hi, We've passed 5,000 visits to Tour De Flex with average visit time being 5 minutes. Justin

Re: Installer broken for earlier versions of Apche Flex

2014-09-12 Thread Alex Harui
On 9/12/14 3:03 PM, Justin Mclean justinmcl...@me.com wrote: Hi, Are we seeing lots of folks try to install the broken versions? A reasonable number. 4.9 5 day, 4.10 5 day, 4.11 about 10 day, 4.12 about 15 a day (higher recently). So we talking about 40 installs a day, not huge but

Re: Tour De Flex stats

2014-09-12 Thread Alex Harui
Random thought: Could the explorer tickle the analytics before launching each example? Would that tell us where folks are going? On 9/12/14 3:31 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, We've passed 5,000 visits to Tour De Flex with average visit time being 5 minutes. Justin

Re: Tour De Flex stats

2014-09-12 Thread OmPrakash Muppirala
On Fri, Sep 12, 2014 at 4:16 PM, Alex Harui aha...@adobe.com wrote: Random thought: Could the explorer tickle the analytics before launching each example? Would that tell us where folks are going? Should be straightforward to do it via an ExternalInterface call. Thanks, Om On 9/12/14

Re: HostComponent is NULL?

2014-09-12 Thread jude
Is the host component in a different state? If it is you must set the creation policy to create it right away. Can you post the skin code here or post it to paste bin? Also, put a break point in the click handler so you can step through it before it throws the exception and see if you see any

Re: Installer broken for earlier versions of Apche Flex

2014-09-12 Thread Justin Mclean
Hi, So we would have to replace the binaries right? As that is where it gets the installer script from? Yes. So we would need to branch 4.12 and 4.12.1, modify the installer.xml, repackage, vote and release to fix? I'm sure this isn't going to be the first time we get an issue like this.

[DISCUSSION] TourDeFlex 1.1 RC2

2014-09-12 Thread Justin Mclean
Hi, Please place all discussion in this thread and not in the vote thread. Thanks, Justin

[VOTE] TourDeFlex 1.1 Release Candidate 2

2014-09-12 Thread Justin Mclean
Hi, This is a TourDeFlex 1.1 Release Candidate 2. Please see the RELEASE_NOTES and the README. There have been minimal changes since the last RC. - Fixed spelling of contributors file - Minor change to readme, release codes and contributors - Minor code changes to remove a couple of compile

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread Justin Mclean
Hi, Think we can call a result here :-) Justin

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread Mahmoud Ali
That's great! What would the next steps be? On Fri, Sep 12, 2014 at 9:37 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Think we can call a result here :-) Justin

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread Justin Mclean
Hi, That's great! What would the next steps be? My understanding is that you need to generate a list of the software to donate and fill out a Software Grant [1]. It would be a good idea to to sign and send in an ICLA for yourself as well [2]. Don't send those forms to the public dev list.

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread Mahmoud Ali
Okay, I'll be going through the links this weekend. I also am reading jude's post commenting what he learned from the process of donation of Radii8. I think it will help me a lot. On Fri, Sep 12, 2014 at 10:15 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, That's great! What would

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread Justin Mclean
Hi, I also am reading jude's post commenting what he learned from the process of donation of Radii8. I think it will help me a lot. I think your donation is a lot simpler, other than the one file already identified I don't think there's much more to do. Thanks, Justin

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread Mahmoud Ali
I think so. I tried contacting the owner but got no response, so I think I'll just remove it. Regarding the other custom components, should I remove them too on the zip file I'll be sending? I also have a question, after the project is donated how can I keep contributing to it? Will it be via

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread Alex Harui
Send the Software Grant and ICLA to secret...@apache.org. If you have questions, ask on this mailing list. On 9/12/14 7:38 PM, Mahmoud Ali mudd...@gmail.com wrote: I think so. I tried contacting the owner but got no response, so I think I'll just remove it. Regarding the other custom

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread OmPrakash Muppirala
On Fri, Sep 12, 2014 at 7:38 PM, Mahmoud Ali mudd...@gmail.com wrote: I think so. I tried contacting the owner but got no response, so I think I'll just remove it. Regarding the other custom components, should I remove them too on the zip file I'll be sending? I also have a question, after

[RESULT] [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread Alex Harui
Vote passes with 9 +1 binding votes, no 0 or -1 votes. There were also 8 non-binding +1 votes! Thanks everyone, -Alex On 9/8/14 9:50 AM, Alex Harui aha...@adobe.com wrote: Didn't see any objection in the discuss thread, so time for the official vote. I saw a note on an Apache incubator page

Re: [VOTE} Accept FlatSpark Theme Donation

2014-09-12 Thread Justin Mclean
Hi, Regarding the other custom components, should I remove them too on the zip file I'll be sending? I'd leave them in, they are basically boilerplate and only a few lines of code. Justin

Re: Installer broken for earlier versions of Apche Flex

2014-09-12 Thread Alex Harui
On 9/12/14 5:15 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, So we would have to replace the binaries right? As that is where it gets the installer script from? Yes. So we would need to branch 4.12 and 4.12.1, modify the installer.xml, repackage, vote and release to fix? I suppose

Re: Installer broken for earlier versions of Apche Flex

2014-09-12 Thread Alex Harui
I can put OSMF1 on SF. Should be here now: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/o smf.swc -Alex