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" wrote: >On Nov 28, 2013 11:24 AM, "Mauri

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 wrote: > Hi, > > I've created the 4.11 branch and made a test build release and rat tests on > it - a

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 http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system

Re: [Falcon]

2013-09-12 Thread Dasa Paddock
Falcon likely has this same Logical OR Assignment bug: https://bugbase.adobe.com/index.cfm?event=bug&id=3617792 --Dasa On Sep 12, 2013, at 3:39 AM, Darrell Loverin 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-30&to=2013-08-31&type=c --Dasa On Sep 9, 2013, at 5:11 PM, Justin Mclean wrote: > Hi, >

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, Justin

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 wrote: > You could use the fisheye link for our repos: > https://fisheye6.atlassian.com/browse/~br=develop/flex-sdk/ > > Thanks, > Om > > On Sat, Jul 27, 2013 at 10:

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 "both deleted" or "deleted by them" $ git rm "both added" $ git checkout --theirs $ git add Hope this helps, --Dasa On Jul 26, 2013, at 9

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: FLEX-33632 RTE when loading resource module at runtime

2013-07-25 Thread Dasa Paddock
in the html wrapper. There are no resource linked into the SWF. > > -Alex > > On 7/25/13 2:42 PM, "Dasa Paddock" wrote: > >> I'd love to see this fixed in 4.10 since Esri's popular Flex Viewer >> application uses resource modules. >> https://github.

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 an

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 wrote: > > > On 7/25/13 7:24 AM, "Erik de Bruin" wrote: > >>> I tried by stating my conce

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 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 pass > Simp

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: [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 "Inst

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 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 issue up on bugs

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 wrote: > Hi Om, > > Can we avoid to be automatically subscribed to all issues, pull requests, and > comments that happen inside the new committer repositories ? > > -Fred

Re: 4.9.1 and captive runtime

2013-05-16 Thread Dasa Paddock
Are you sure your 4.9.0 SDK is using AIR 3.7? From: http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffb.html > (AIR 3.7 and higher) By default, ADT packages a captive copy of the AIR > runtime with your Android app and your application uses this captive version > o

Re: Git hub pull requests

2013-05-15 Thread Dasa Paddock
I think the pull request would be automatically closed if the commit shas matched. In this case, they do not match: https://github.com/apache/flex-sdk/pull/2 79498c7 vs. 3e286fd --Dasa On May 15, 2013, at 9:05 AM, OmPrakash Muppirala wrote: > On May 15, 2013 8:37 AM, "Justin Mclean" wrote: >

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 e

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-02 Thread Dasa Paddock
>> >> 6. The committer adds their @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

[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: [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: https://git-wip-us.apache.org/repos/asf?p=flex-asjs.git;a=commit;h=671e059eabdc153f2a0a56bd212c60459680

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? Wo

Re: [FalconJX][FlexJS] committing?

2013-04-24 Thread Dasa Paddock
It does, but only for the ones that are already known in your repo. It doesn't contact the remote to see if there are new ones. Tip: Use git fetch --prune to remove any remote-tracking branches which no longer exist on the remote. --Dasa On Apr 24, 2013, at 2:06 PM, Gordon Smith wrote: > I t

Re: [FalconJX][FlexJS] committing?

2013-04-24 Thread Dasa Paddock
list of remotes is stale. You have to fetch or pull which means you have to > deal with modified files locally. > > > On 4/24/13 1:17 PM, "Carlos Rovira" wrote: > >> Right, Alex try "fetch" command instead of "pull" >> >>

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 wrote: > That's something I don't like about Git. I have to pull to see a listing of > new public branches.

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 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 wrote: >> Al

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 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, I have cr

[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: How to get a clean working tree for flex-sdk

2013-04-03 Thread Dasa Paddock
$ git ls-files --stage | grep "100755" shows that there are a lot of files that are set as executable that don't need to be, like: frameworks/projects/advancedgrids/bundles/en_GB/datamanagement.properties --Dasa On Apr 3, 2013, at 4:36 PM, Dasa Paddock wrote: > You can us

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

2013-04-03 Thread Dasa Paddock
You can use this to see what the mode is set to for a file: $ git ls-files --stage --Dasa On Apr 3, 2013, at 4:29 PM, Frédéric THOMAS wrote: > I just read the git mode particularities from [1] > > In this case, you’re specifying a mode of 100644, which means it’s a normal > file. Other opt

Re: Can't build compiler.jx in Eclipse

2013-04-01 Thread Dasa Paddock
FYI: $ git update-index --assume-unchanged See: http://git-scm.com/docs/git-update-index --Dasa On Mar 29, 2013, at 6:30 AM, Alex Harui wrote: > Is there a way to have a file in git that is also in gitignore? That way > you get it when you clone, but when you modify it, it doesn't get check

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 wrote: > Hi, > >> Apache cordova has already a nice step by step manual for pull request >> on github -> http://wiki.apache.org/cordova/CommitterWorkflow. >

Re: [OT] Log history

2013-03-21 Thread Dasa Paddock
git commit 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 wrote: > > > > On 3/21/13 1:36 PM, "Frédéric THOMAS" wrote: > >> ah, maybe you meant instead of the dot..., in this case I would have

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
I 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 > > -Me

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
ows the merge commit, it has been preserved, so, > I wonder what do you mean, did I miss something ? > > Thanks, > -Fred > > -Message d'origine- From: Dasa Paddock > Sent: Tuesday, March 19, 2013 8:12 PM > To: > Subject: Re: [3/3] git commit: Merge branch &#

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 http://wik

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 the

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 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 test git repo

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 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 ever what I

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

2013-03-19 Thread Dasa Paddock
I stash if I want a clean working directory, but I use the SourceTree GUI since it also has a nice diff view builtin. --Dasa On Mar 19, 2013, at 3:41 PM, Gordon Smith wrote: > Is that what you do? > > - Gordon > > -Original Message----- > From: Dasa Paddock [mailto

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

2013-03-19 Thread Dasa Paddock
You could use the stash command: http://git-scm.com/book/en/Git-Tools-Stashing http://git-scm.com/docs/git-stash --Dasa On Mar 19, 2013, at 3:25 PM, Gordon Smith wrote: > I'm having a hard time with the fact that, although Git branches are cheap > and fast, you can work on only one of them a

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 wrote: > If you don;t use t

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
It partly depends our your personal workflow and the tools that you use. For example, I work in feature branches and I don't leave un-pushed commits sitting on my develop branch for long. I also use the SourceTree app which is doing a fetch on the remote automatically every 10 minutes and shows

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
n case of too much conflicts, to abord it, > reset --hard and pull (fecth/merge). > > Thanks for sharing, > -Fred > > -Message d'origine- From: Dasa Paddock > Sent: Tuesday, March 19, 2013 6:57 PM > To: > Subject: Re: [3/3] git commit: Merge branch 'd

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
This is the best explanation of when to merge vs. rebase that I've seen: http://blog.sourcetreeapp.com/2012/08/21/merge-or-rebase/ There's also now a public beta of SourceTree for Windows available: http://blog.sourcetreeapp.com/2013/03/19/introducing-sourcetree-for-windows-a-free-desktop-client-f

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 wrote: > Hi, > >> git fetch - prune > > Why

Re: nvie branch model

2013-03-18 Thread Dasa Paddock
; Feature branches typically exist in developer repos only, not in origin. > > Except if it needs collaboration indeed. > > Anyway, at the end, each one will do with it's own experience, collaborating > on a feature is the best way to learn Git but we do more bugfixes. > > Th

Re: nvie branch model

2013-03-18 Thread Dasa Paddock
The 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

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 mailto: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: 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 wrote: > > > > On 3/18/13 10:16 AM, "Gordon Smith" wrote: > >>> what can we put in JIRA to show exactly what changes that have occurred >> >> I r

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 th

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 th

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 Wind

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 wrote: > Hi Erik, > > I recommended you the

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 wrote: > I get an error though when I try to compile with

RE: Apache Flex 4.9 RC 2

2013-03-07 Thread Dasa Paddock
I get an error though when I try to compile with -locale=pt_PT using SDK 4.9.1 and I see that there is no textLayout_rb.swc in frameworks/locale/pt_PT. Error: Unable to resolve resource bundle "textLayout" for locale "pt_PT". Test App: http://ns.adobe.com/mxml/2009";

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 wrote: > Fix this. > > Author: cframpton > Date: Fri Dec

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 wrote: > Thanks. There may be a distinction between > > (1) bug fixes that were made between the time when new compiler was branched > for Apache and wh