General Questions on committing code

2013-04-04 Thread Harbs
I've done some work extending the experimental spark color picker. Besides adding dataProvider support to make it functionally equivalent to the mx one, I added support for "no color" and proper handling of null objects in the dataProvider (to indicate "no color"). Although it seems to work corr

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Justin Mclean
Hi, Assuming we get the git hub mirrors up and working there nothing stopping anyone from using github to supply patches and diff in the usual way. A git hub pull request can be converted directly into a patch file and applied easily. There's one outstanding issue in how do we close pull reques

Re: How to get a clean working tree for flex-sdk

2013-04-04 Thread Alex Harui
Can we get the build to save a copy of these files before modification and then replace them at the end of a build even if the build fails? Or maybe just add git checkout to the build script? On 4/4/13 9:28 PM, "Gordon Smith" wrote: > After adding 3 entries to .gitignore to suppress some build

RE: How to get a clean working tree for flex-sdk

2013-04-04 Thread Gordon Smith
After adding 3 entries to .gitignore to suppress some build output files from showing up in 'git status', I'm now at the point where 'git status' after a build shows only this: gosmith@GOSMITH-WIN7 /cygdrive/d/asf/flex-sdk $ git status # On branch develop # Changes not staged for commit: # (us

Re: How to get a clean working tree for flex-sdk

2013-04-04 Thread Alex Harui
Awesome! Thanks. On 4/4/13 5:24 PM, "Gordon Smith" wrote: > OK, I've cleaned up the bad file modes in flex_tlf. There don't seem to be any > in flex-falcon or flex-asjs. > > - Gordon > > -Original Message- > From: Gordon Smith [mailto:gosm...@adobe.com] > Sent: Thursday, April 04, 20

Re: How to get a clean working tree for flex-sdk

2013-04-04 Thread Frédéric THOMAS
Hi Gordon, There's a problem with the doc target in the experimental lib and because I never dug into before I asked here if someone could have a look but apparently no one did it so, I guess I'll have to do it, this bug was one the tasks I wanted fix before to merge my branch, btw, this branc

RE: How to get a clean working tree for flex-sdk

2013-04-04 Thread Gordon Smith
Fred, were you going to make changes to .gitignore? - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Thursday, April 04, 2013 5:24 PM To: dev@flex.apache.org Subject: RE: How to get a clean working tree for flex-sdk OK, I've cleaned up the bad file modes i

RE: How to get a clean working tree for flex-sdk

2013-04-04 Thread Gordon Smith
OK, I've cleaned up the bad file modes in flex_tlf. There don't seem to be any in flex-falcon or flex-asjs. - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Thursday, April 04, 2013 1:31 PM To: dev@flex.apache.org Subject: RE: How to get a clean working tr

[jira] [Comment Edited] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622861#comment-13622861 ] Marcus Fritze edited comment on FLEX-33350 at 4/4/13 10:00 PM: -

[jira] [Commented] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622861#comment-13622861 ] Marcus Fritze commented on FLEX-33350: -- in my CallOutButtonTest-example I have the de

[jira] [Commented] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622850#comment-13622850 ] Justin Mclean commented on FLEX-33350: -- Hi, So how do you set the skin when using C

[jira] [Commented] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622842#comment-13622842 ] Marcus Fritze commented on FLEX-33350: -- hi justin, sorry maybe I don't understand, b

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Harbs
Yes. Of course we're not discussing release code. I don't think there's work being done on release code in the whiteboards. Is there? This brings up a question in my mind: What happens when code in a whiteboard is added to the official development branch? I assume it's removed from the whiteboa

[jira] [Commented] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622825#comment-13622825 ] Justin Mclean commented on FLEX-33350: -- Hi, Having the arrows from callouts is usef

[jira] [Commented] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622824#comment-13622824 ] Marcus Fritze commented on FLEX-33350: -- [~jmclean] the arrow property was the old var

[jira] [Updated] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33350: - Attachment: CallOutButton_v2.zip CallOutButtonTest_v2.zip new Version of CallOutB

RE: How to get a clean working tree for flex-sdk

2013-04-04 Thread Gordon Smith
I've pushed the file mode fixes to flex-sdk. 'ant clean main checkintests' works for me in Cygwin on Windows. Please let me know if I screwed anything up on Macs. I'll clean up the bad file modes in flex-tlf tonight. - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe

[DICUSS] Release InstallApacheFlex 2.5.4 - RC5 (was: Release InstallApacheFlex 2.5.3 - RC4)

2013-04-04 Thread Frédéric THOMAS
Hi Justin, I Just checked in the updated version of the installer RC5 with the release builds for windows, could you build the Mac version please. Thanks, -Fred -Message d'origine- From: Frédéric THOMAS Sent: Monday, April 01, 2013 9:00 AM To: dev@flex.apache.org Subject: Re: [DICUS

RE: How to get a clean working tree for flex-sdk

2013-04-04 Thread Gordon Smith
> After you're done, will a simple pull correct the local repo's? I'm not a Git expert, but I'm pretty sure that it will. However, the fact that many files were marked as "executable" (+x) when they shouldn't be is not causing any problems that I know of. Fixing this is just housecleaning. - Go

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Frédéric THOMAS
Hi, I see another point, how to conserve the history of what has been done in github, I mean, is there a way to apply a patch if the parent commit of the patch hasn't got the same hash in the Apache whiteboard repo than the github one ? -Fred -Message d'origine- From: Greg Reddin

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Greg Reddin
On Thu, Apr 4, 2013 at 12:44 PM, Om wrote: > Personally, I like the option of working on GitHub for the whiteboard. In > a way it levels the playing field of committer vs. non-committer. This > could foster more community involvement. I like the idea of using Github for all the reasons mentio

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Om
On Thu, Apr 4, 2013 at 11:49 AM, Alex Harui wrote: > Released source code must be stored on Apache servers. Did we get approval > to use github. I would imagine there would be concerns about ownership of > pulled code. > > I am not sure if we need approval for this. How is it different than some

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Alex Harui
Released source code must be stored on Apache servers. Did we get approval to use github. I would imagine there would be concerns about ownership of pulled code. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Harbs wrote: Github definitely simplifies things. Are there any advan

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Om
On Thu, Apr 4, 2013 at 11:41 AM, Harbs wrote: > Github definitely simplifies things. Are there any advantages to keeping > content on Apache's domain? > > Harbs > To be clear, we are talking only about moving the Whiteboard repo to GitHub. There are no plans to move all the other repos to GitHu

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Harbs
Github definitely simplifies things. Are there any advantages to keeping content on Apache's domain? Harbs On Apr 4, 2013, at 8:44 PM, Om wrote: > Any more thoughts on how to manage the whiteboard repo? If its okay with > everyone, I will go ahead and start a VOTE thread soon. > > Personally,

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Jonathan Campos
On Thu, Apr 4, 2013 at 12:44 PM, Om wrote: > Personally, I like the option of working on GitHub for the whiteboard. In > a way it levels the playing field of committer vs. non-committer. > I like the idea of the whiteboard being github based. Stops all the discussion of what a non-committer can

Re: [DISCUSS] How do we want to handle Whiteboard?

2013-04-04 Thread Om
Any more thoughts on how to manage the whiteboard repo? If its okay with everyone, I will go ahead and start a VOTE thread soon. Personally, I like the option of working on GitHub for the whiteboard. In a way it levels the playing field of committer vs. non-committer. This could foster more com

Re: Git migration update

2013-04-04 Thread Om
> > 2. Flex PMC needs to open a new ticket to keep the read only mirrors in > sync with the new git read/write repos (I will open a JIRA ticket) > > FYI, I have created the JIRA ticket here [1] Thanks, Om https://issues.apache.org/jira/browse/INFRA-6108

RE: How to get a clean working tree for flex-sdk

2013-04-04 Thread Kessler CTR Mark J
After you're done, will a simple pull correct the local repo's? -Mark -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Thursday, April 04, 2013 1:18 PM To: dev@flex.apache.org Subject: RE: How to get a clean working tree for flex-sdk I'll work on fixing the bad fil

Git migration update

2013-04-04 Thread Om
1. flex-external is now read/write. 2. Commit email subject format has been modified to this: git commit [%(repo_name)s] - %(subject)s Outstanding issues: 1. Flex PMC needs to decide what to do with the whiteboard. (I will restart the DISCUSS thread on this) 2. Flex PMC needs to open a new ti

RE: How to get a clean working tree for flex-sdk

2013-04-04 Thread Gordon Smith
I'll work on fixing the bad file modes in the Git repos. - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Wednesday, April 03, 2013 5:17 PM To: dev@flex.apache.org Subject: RE: How to get a clean working tree for flex-sdk My guess is that someone working i

Re: Debugging FlexJS applications

2013-04-04 Thread Erik de Bruin
> If it doesn't "just work", then you'll need a JS debugger in your browser. > We may eventually do source maps or make the output line-for-line compatible > or annotate the JS output, but it is too early to say right now. Actually, you already get a sourcemap with the release output from FalconJx

Re: URGENT help with Flex/AIR

2013-04-04 Thread manish sharma
Hi Nick, I have also done work something like that requirement. but what I did, I have write code for the JS. and make a blank space/container on the flex, so that end user thinks that it is an Flex content but that was actually loaded on the html browser through JS. Regards, Manish Thanks & Reg

Re: URGENT help with Flex/AIR

2013-04-04 Thread Alex Harui
Please re-post on the us...@flex.apache.org list. On 4/4/13 7:12 AM, "Nick Collins" wrote: > Ok, so I know this isn't really the place, per se for development support, > but since you folks are the best experts I know on the subject, I'm > reaching out here for some assistance. What I would lik

Re: Debugging FlexJS applications

2013-04-04 Thread Alex Harui
The goal is to let you do most of your development running in Flash via an IDE (FB or any other Flex-compatible IDE) and hopefully it will "just work" when cross-compiled. If it doesn't "just work", then you'll need a JS debugger in your browser. We may eventually do source maps or make the output

URGENT help with Flex/AIR

2013-04-04 Thread Nick Collins
Ok, so I know this isn't really the place, per se for development support, but since you folks are the best experts I know on the subject, I'm reaching out here for some assistance. What I would like to know is can I use AIR specific classes ( specifically HTMLLoader ) within a runtime loaded SWF i

Debugging FlexJS applications

2013-04-04 Thread christofer.d...@c-ware.de
Just a question ... how would we actually debug a FlexJS application? I am just asking, cause I currently have to work with GWT and I am really really anoyed with how you have to debug these applications (Actually I am anoyed by a lot more ;-) ). Would this be just as tricky as with GWT? Or is

Re: Error compiling TestApp sample using FalconJS

2013-04-04 Thread Alex Harui
The classpaths may have changed to break just running mxmlc from the bin directory. I would recommend getting set up on FalconJX instead if you are planning to contribute code going forward. If you want to try to use FalconJS for now, then use the FlexJSOverlay.zip as it sets up the classes in th

Re: Contributing to AS to JS compiler (was: ASJS Publisher error)

2013-04-04 Thread Alex Harui
FalconJS is effectively in maintenance mode. I have a few fixes to make to keep a "customer" happy, but all efforts are now on FalconJX. On 4/3/13 11:49 PM, "Tigran Najaryan" wrote: > Do I understand it correct that there are currently 2 separate projects for > AS to JS compilation (your, as t

Re: Contributing to AS to JS compiler (was: ASJS Publisher error)

2013-04-04 Thread Erik de Bruin
Yes, you are correct. There are 2 compilers for AS -> JS cross-compilation: FalconJS and FalconJx. Once we get the kinks out, the FlexJS development will move from it's current compiler, FalconJS, to the FalconJx compiler. EdB On Thu, Apr 4, 2013 at 1:49 AM, Tigran Najaryan wrote: > Do I under

Re: FalconDart - anybody?

2013-04-04 Thread aYo ~
Thanks Hans, will definitely check it out On 4 Apr 2013 11:32, "Hans Van den Keybus" wrote: > Also check out dartflex: > Https://github.com/frankpepermans/dartflex > > He is doing a great job building a flex-like API on top of dart. > In contrast to stagexl, he is using more of the api of Dart it

Re: FalconDart - anybody?

2013-04-04 Thread Hans Van den Keybus
Also check out dartflex: Https://github.com/frankpepermans/dartflex He is doing a great job building a flex-like API on top of dart. In contrast to stagexl, he is using more of the api of Dart itself, but implementing utils like an invalidationManager ("reflow_manager" in his case), verticalLayo

Re: FalconDart - anybody?

2013-04-04 Thread aYo ~
Just looked at stagexl. I like the promise, it's the first time I have seen an api in this menagerie of technologies that I actually like. Thanks ~a~ www.ayobinitie.com http://mrbinitie.blogspot.com On 4 April 2013 10:26, John Cunliffe wrote: > Hi everybody, > > I was just wondering, if anybod

FalconDart - anybody?

2013-04-04 Thread John Cunliffe
Hi everybody, I was just wondering, if anybody else was working on as2dart using Falcon? I will try to make use of http://www.stagexl.org. Any comments/suggestions? Regards John

[jira] [Created] (FLEX-33475) Advanced Data Grid throwing script error

2013-04-04 Thread rishi raj tripathi (JIRA)
rishi raj tripathi created FLEX-33475: - Summary: Advanced Data Grid throwing script error Key: FLEX-33475 URL: https://issues.apache.org/jira/browse/FLEX-33475 Project: Apache Flex Issue