Re: Display Google Maps and Google StreeView in AIR [Need advice]

2013-12-10 Thread Dasa Paddock
The StageWebView constructor takes a useNative parameter: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/me dia/StageWebView.html#StageWebView() I think this was added at 3.9. --Dasa On 11/28/13 1:52 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Nov 28, 2013

Re: Apache Flex 4.11 release test

2013-10-07 Thread Dasa Paddock
I think this commit to the RELEASE_NOTES reverted too much: https://github.com/apache/flex-sdk/commit/41ee90b8aada7e27c2b456e76eb62e97900a0840 --Dasa On Oct 4, 2013, at 8:35 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, I've created the 4.11 branch and made a test build release and

Re: Detect AIR vs Flash in SDK

2013-09-15 Thread Dasa Paddock
I believe support for imageDecodingPolicy was added to FP 11: http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html http://help.adobe.com/en_US/as3/dev/WS52621785137562065a8e668112d98c8c4df-8000.html

Re: [Falcon]

2013-09-12 Thread Dasa Paddock
Falcon likely has this same Logical OR Assignment bug: https://bugbase.adobe.com/index.cfm?event=bugid=3617792 --Dasa On Sep 12, 2013, at 3:39 AM, Darrell Loverin dlove...@adobe.com wrote: I'm looking for my next falcon bug. I could look at this one if you'd like. -Darrell

Re: [DRAFT] Apache Flex September 2013 Report

2013-09-09 Thread Dasa Paddock
GitHub has some good tools for this too. For example, this shows that there were six committers to the flex-sdk repo in July and August: https://github.com/apache/flex-sdk/graphs/contributors?from=2013-06-30to=2013-08-31type=c --Dasa On Sep 9, 2013, at 5:11 PM, Justin Mclean

Re: Is the source code online?

2013-07-28 Thread Dasa Paddock
There's also a mirror on GitHub at: https://github.com/apache/flex-sdk --Dasa On Jul 27, 2013, at 12:27 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: You could use the fisheye link for our repos: https://fisheye6.atlassian.com/browse/~br=develop/flex-sdk/ Thanks, Om On Sat, Jul

Re: Git merge of release apache-flex-skd-4.10.0 tag into master

2013-07-28 Thread Dasa Paddock
You can checkout master and then revert the merge commit while telling it to make the release branch the mainline using: $ git revert -m 2 HEAD This will make a new commit to master and then I see no diffs when doing: $ git diff master release4.10.0 --Dasa On Jul 26, 2013, at 11:37 PM,

Re: Git merge of release apache-flex-skd-4.10.0 tag into master

2013-07-26 Thread Dasa Paddock
I'm able to get the merge to master down to 137 conflicts by running these commands: $ git checkout master $ git reset --hard// to get a clean status due to duplicate file names in the release branch $ git config merge.renamelimit 3200 // without this a warning is giving that the default

Re: Git merge of release apache-flex-skd-4.10.0 tag into master

2013-07-26 Thread Dasa Paddock
I think this is how you can resolve each of the 137 conflicts based on their status. added by them $ git add file both deleted or deleted by them $ git rm file both added $ git checkout --theirs file $ git add file Hope this helps, --Dasa On Jul 26, 2013, at 9:57 AM, Dasa Paddock dpadd

Re: FLEX-33632 RTE when loading resource module at runtime

2013-07-25 Thread Dasa Paddock
I'd love to see this fixed in 4.10 since Esri's popular Flex Viewer application uses resource modules. https://github.com/Esri/arcgis-viewer-flex Thanks, --Dasa On Jul 25, 2013, at 2:28 PM, Alex Harui aha...@adobe.com wrote: On 7/25/13 7:24 AM, Erik de Bruin e...@ixsoftware.nl wrote: I

Duplicate files in release4.10.0 branch

2013-07-25 Thread Dasa Paddock
There are duplicate files checking into the release branch. It's easiest to see them at: https://fisheye6.atlassian.com/browse/~br=release4.10.0/flex-sdk I found them by first checking out the release4.10.0 branch and making sure my working dir is clean and then checking out the master branch

Re: FLEX-33632 RTE when loading resource module at runtime

2013-07-25 Thread Dasa Paddock
. There are no resource linked into the SWF. -Alex On 7/25/13 2:42 PM, Dasa Paddock dpadd...@esri.com wrote: I'd love to see this fixed in 4.10 since Esri's popular Flex Viewer application uses resource modules. https://github.com/Esri/arcgis-viewer-flex Thanks, --Dasa On Jul 25, 2013, at 2:28

Re: [VOTE] Apache Flex 4.10.0 Release Candidate 3

2013-07-24 Thread Dasa Paddock
AIR 3.8 is now available at: http://adobe.com/go/air_sdk/ --Dasa On Jul 24, 2013, at 5:00 AM, Nicholas Kwiatkowski nicho...@spoon.as wrote: +1 (binding) Windows 7, x64, JDK 1.7, FP 11.7 MD5 and ASC check fine. Compiles fine (from source) Checkin-tests pass Mustellella (full) tests

Re: [DISCUSSION] Apache Flex 4.10.0 Release Candidate 2

2013-07-19 Thread Dasa Paddock
From the RELEASE_NOTES: AIR and Flash Player support -- - Support Flash Player 11.8, 11.7, 11.6 and 11.5. - Support for AIR 3.8, 3.7, 3.6 and 3.5. - Support for AIR 2.6, 2.7 and 3.0. 1.) Should FP 11.1 be listed here? It's listed in the README under Install

Re: [DISCUSSION] Apache Flex 4.10.0 Release Candidate 2

2013-07-19 Thread Dasa Paddock
At the top of the README, it says: It is compatible with most code written to target Adobe Flex 4.6. Is there any details on what is not compatible? Thanks, --Dasa

Re: Flex SDK Video access via CameraRoll/CameraUI local video access

2013-06-11 Thread Dasa Paddock
Use: https://bugbase.adobe.com On Jun 11, 2013, at 3:46 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, I'm absolutely at a loss to understand why these are not extremely high priority. You'll have to ask Adobe that they are in charge of direction and changes to AIR. Put the

Re: [VOTE] Oprtional MVC/IOC Frameworks Donation: Swiz Framework Donation

2013-06-03 Thread Dasa Paddock
+1 (non binding)

Re: Whiteboard request

2013-05-30 Thread Dasa Paddock
Try unchecking Automatically watch at: https://github.com/watching --Dasa On May 30, 2013, at 2:32 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Hi Om, Can we avoid to be automatically subscribed to all issues, pull requests, and comments that happen inside the new committer

Re: [2/7] git commit: [flex-sdk] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

2013-05-07 Thread Dasa Paddock
I think it's OK. Try: git diff 6462a0f 0a6b468 This shows the diff with the last of three of Gordon's Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop commits with the previous commit made by Erik with the message Added missing license headers. It's

[jira] [Created] (FLEX-33538) The Markmail link for the Flex Users mailing list is invalid

2013-05-02 Thread Dasa Paddock (JIRA)
Dasa Paddock created FLEX-33538: --- Summary: The Markmail link for the Flex Users mailing list is invalid Key: FLEX-33538 URL: https://issues.apache.org/jira/browse/FLEX-33538 Project: Apache Flex

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-02 Thread Dasa Paddock
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

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Dasa Paddock
In commit 671e059ea, Carlos merged the commits from the develop branch into the feature/createjs-checkbox branch. This is easier to see in a GUI, but here's what's shown for this commit at:

Re: GitHub workflow details

2013-04-30 Thread Dasa Paddock
What is the URL for the github mirror of Apache Git? I assume we can't somehow share part of that URL. https://github.com/apache/flex-sdk (It's not updating though since git://git.apache.org/flex-sdk.git isn't being updated.) Is it not possible to have ApacheFlex/whiteboard/bigosmallm?

Re: [FalconJX][FlexJS] committing?

2013-04-24 Thread Dasa Paddock
It's showing up in the heads here: https://git-wip-us.apache.org/repos/asf?p=flex-asjs.git --Dasa On Apr 24, 2013, at 12:35 PM, Erik de Bruin e...@ixsoftware.nl wrote: There is (in my GUI at least) now a remote branch 'goog.events'. EdB On Wed, Apr 24, 2013 at 9:20 PM, Alex Harui

Re: [FalconJX][FlexJS] committing?

2013-04-24 Thread Dasa Paddock
You can just fetch instead: http://git-scm.com/docs/git-fetch --Dasa On Apr 24, 2013, at 12:53 PM, Alex Harui aha...@adobe.com wrote: That's something I don't like about Git. I have to pull to see a listing of new public branches.

[jira] [Created] (FLEX-33480) Build error when locale is set to pt_PT

2013-04-08 Thread Dasa Paddock (JIRA)
Dasa Paddock created FLEX-33480: --- Summary: Build error when locale is set to pt_PT Key: FLEX-33480 URL: https://issues.apache.org/jira/browse/FLEX-33480 Project: Apache Flex Issue Type: Bug

Re: Git migration update

2013-04-08 Thread Dasa Paddock
Hopefully when this ticket is fixed, the GitHub mirrors will be fixed too. --Dasa On Apr 4, 2013, at 10:29 AM, Om bigosma...@gmail.com wrote: 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,

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-22 Thread Dasa Paddock
They also have a nice page for contributors: http://wiki.apache.org/cordova/ContributorWorkflow On Mar 22, 2013, at 5:38 AM, Justin Mclean jus...@classsoftware.com wrote: Hi, Apache cordova has already a nice step by step manual for pull request on github -

Re: [OT] Log history

2013-03-21 Thread Dasa Paddock
git commit file works fine too if you want to skip the stage. See: http://markmail.org/thread/xd6vpbz5g7a4aely --Dasa On Mar 21, 2013, at 1:47 PM, Alex Harui aha...@adobe.com wrote: On 3/21/13 1:36 PM, Frédéric THOMAS webdoubl...@hotmail.com wrote: ah, maybe you meant instead of the

Re: Git basics for SVN users

2013-03-20 Thread Dasa Paddock
The Apache Cordova wiki has pages explaining how to use Git and GitHub for both contributors and committers. They aren't using the exact same nvie.com git flow branching model, but much of the content seems applicable to Flex as well. http://wiki.apache.org/cordova/ContributorWorkflow

Re: [3/3] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

2013-03-20 Thread Dasa Paddock
, -Fred -Message d'origine- From: Dasa Paddock Sent: Tuesday, March 19, 2013 8:12 PM To: dev@flex.apache.org Subject: Re: [3/3] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop Here's one way to avoid having git pull create a merge

Re: [3/3] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

2013-03-20 Thread Dasa Paddock
won't have and I don't want any merge commit at all in clone 2 indeed, it's a single commit on the master, something should be missed in that dicussion, could you provide me an example clearer than in your link ? Thanks, -Fred -Message d'origine- From: Dasa Paddock Sent

Re: [3/3] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

2013-03-19 Thread Dasa Paddock
-Message d'origine- From: Dasa Paddock Sent: Tuesday, March 19, 2013 6:57 PM To: dev@flex.apache.org Subject: Re: [3/3] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop This is the best explanation of when to merge vs. rebase that I've

Re: [3/3] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

2013-03-19 Thread Dasa Paddock
I used a test git repo to experiment with different scenarios by first going through this tutorial: http://try.github.com You could of course skip the tutorial and just create a test git repo directly at github.com --Dasa On Mar 19, 2013, at 2:30 PM, Justin Mclean jus...@classsoftware.com

Re: Git's branches are cheap and fast but modal model

2013-03-19 Thread Dasa Paddock
The stash name includes the branch it came from. On Mar 19, 2013, at 4:20 PM, Gordon Smith gosm...@adobe.com wrote: If there is no conflicting changes all of your current changes will be kept but you'll now be working in the new branch. That's exactly the problem, because this is hardly

Re: [3/3] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

2013-03-19 Thread Dasa Paddock
I'll take a shot at these :) On Mar 19, 2013, at 4:04 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, I used a test git repo to experiment with different scenarios by first going through this tutorial: http://try.github.com You could of course skip the tutorial and just create a

Re: Git basics for SVN users

2013-03-19 Thread Dasa Paddock
There are 5 ways listed here to specify the contents of a commit: http://git-scm.com/docs/git-commit Options 3 and 4 do not use the index/stage: • by listing files as arguments to the commit command, in which case the commit will ignore changes staged in the index, and instead record

Re: Git and revision numbers

2013-03-18 Thread Dasa Paddock
Maybe ant's BuildNumber task could be used: http://ant.apache.org/manual/Tasks/buildnumber.html --Dasa On Mar 18, 2013, at 10:32 AM, Alex Harui aha...@adobe.com wrote: On 3/18/13 10:16 AM, Gordon Smith gosm...@adobe.com wrote: what can we put in JIRA to show exactly what changes that

Re: I'm confused about local vs. remote branches

2013-03-18 Thread Dasa Paddock
Only the current branch. http://git-scm.com/docs/git-pull --Dasa On Mar 18, 2013, at 11:21 AM, Gordon Smith gosm...@adobe.commailto:gosm...@adobe.com wrote: So now that I have two local branches, will 'git pull' update both of them, or only the current branch?

Re: nvie branch model

2013-03-18 Thread Dasa Paddock
The nvie.comhttp://nvie.com git flow actually advocates not squashing your feature branches when you merge them to develop. From the section entitled, Incorporating a finished feature on develop. The --no-ff flag causes the merge to always create a new commit object, even if the merge could be

Re: nvie branch model

2013-03-18 Thread Dasa Paddock
on a feature is the best way to learn Git but we do more bugfixes. Thanks for having shared that, -Fred -Message d'origine- From: Dasa Paddock Sent: Monday, March 18, 2013 10:02 PM To: dev@flex.apache.org Subject: Re: nvie branch model The nvie.comhttp://nvie.com git flow actually

Re: I'm confused about local vs. remote branches

2013-03-18 Thread Dasa Paddock
-p or --prune will remove any remote-tracking branches which no longer exist on the remote [1] This just helps to keep your clone in sync with the remote. [1]: http://git-scm.com/docs/git-fetch --Dasa On Mar 18, 2013, at 5:09 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, git

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Dasa Paddock
Try: $ git branch --all My output is: * develop master remotes/origin/HEAD - origin/master remotes/origin/develop remotes/origin/master remotes/origin/patches remotes/origin/release4.9 This shows that my current branch is develop and that I have a local master branch, and all the

Re: [NEED ACTION] Git migration - SDK git repo ready for testing

2013-03-16 Thread Dasa Paddock
Try: $ git branch --all My output is: * develop master remotes/origin/HEAD - origin/master remotes/origin/develop remotes/origin/master remotes/origin/patches remotes/origin/release4.9 This shows that my current branch is develop and that I have a local master branch, and all the

Re: Committers - preparing for Git

2013-03-14 Thread Dasa Paddock
We've also been trying to follow the nvie.com git flow, including the --no-ff branch merging for our project hosted at: https://github.com/Esri/arcgis-viewer-flex We've found that GitHub for Windows does not support --no-ff when merging our feature branches. We've also found that GitHub for

Re: [Git] Ignore files?

2013-03-12 Thread Dasa Paddock
I'd second the SourceTree recommendation. (They're also working on a version for Windows.) Atlassian also has some good Git tutorial and training info available here: http://www.atlassian.com/git/ --Dasa On Mar 12, 2013, at 9:43 AM, Jose Barragan jose.barra...@codeoscopic.com wrote: Hi

Re: Apache Flex 4.9 RC 2

2013-03-07 Thread Dasa Paddock
This commit appears to have a typo since the output is mx_rb.swc instead of textLayout_rb.swc: See: https://github.com/apache/flex-sdk/blob/develop/frameworks/build_framework.xml#L887 --Dasa On Dec 14, 2012, at 7:14 AM, Carol Frampton cfram...@adobe.com wrote: Fix this. Author: cframpton

Re: Apache Flex 4.9 RC 2

2013-03-07 Thread Dasa Paddock
Maybe there's no textLayout_rb.swc inside pt_PT because this line is commented out: https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/textLayout/build.xml#L139 --Dasa On Mar 7, 2013, at 7:31 PM, Dasa Paddock dpadd...@esri.com wrote: I get an error though when I try

Re: ASC 2.0 bugbase

2013-03-06 Thread Dasa Paddock
Does anyone at Adobe know what the status on (1) is now that ASC 2.0 has shipped. Thanks, --Dasa On Jan 16, 2013, at 11:22 AM, Gordon Smith gosm...@adobe.com wrote: Thanks. There may be a distinction between (1) bug fixes that were made between the time when new compiler was branched for