Re: [OT] Log history

2013-03-20 Thread Frédéric THOMAS
Justin, Really, I tried to be as clear as possible, unfortunately, we can't do graph (except maybe in ASCII) on the list, but as an example of the commands I used to demonstrate thoses cases, please look at the "[3/3] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/as

Re: [OT] Log history

2013-03-20 Thread Frédéric THOMAS
And I may be being stupid here but the log looks fine to me. Everything is in the correct order as far as I can see. What exactly is the issue with the log? Other than perhaps the useless merge develop into develop comment?. As soon as you push after someone else, you work has to appear on top

Re: [OT] Log history

2013-03-20 Thread Justin Mclean
Hi, > You should always do a "git pull --rebase" before pushing except, AFAIK when > you have a "merged local banch not yet push", from the tests I did on my git > lab relative to the info Desa gave, I can't see an other situation where a > "git pull --rebase" rewrite/flattened your merged comm

Re: [OT] Log history

2013-03-20 Thread Frédéric THOMAS
You should always do a "git pull --rebase" before pushing except, AFAIK when you have a "merged local banch not yet push", from the tests I did on my git lab relative to the info Desa gave, I can't see an other situation where a "git pull --rebase" rewrite/flattened your merged commit (and shoul

Re: [OT] Log history

2013-03-20 Thread Justin Mclean
Hi, > I would like to bring to your attention that after 3 'git push', the log > history looks already exotic, nobody did branches but it looks like there are > [1]. And I may be being stupid here but the log looks fine to me. Everything is in the correct order as far as I can see. What exactl

Re: [OT] Log history

2013-03-20 Thread Justin Mclean
HI, IMO none of this is clearly documented and there's been conflicting info sent to the list about rebase, noff etc etc. I've asked several times but no one step forward to sort out. All of the basic Git usages docs don't use rebase and the official git doc warn against using it. Justin

Re: [OT] Log history

2013-03-20 Thread Alex Harui
OK, so we should always do a pull --rebase before pushing? Is there any time we should not do that? On 3/20/13 10:55 PM, "Frédéric THOMAS" wrote: > Hi guys, > > I would like to bring to your attention that after 3 'git push', the log > history looks already exotic, nobody did branches but it

[OT] Log history

2013-03-20 Thread Frédéric THOMAS
Hi guys, I would like to bring to your attention that after 3 'git push', the log history looks already exotic, nobody did branches but it looks like there are [1]. Given nobody worked on a branch and did a merge --no-ff, we should have a flat graph: eveything pushed on top of what the other

Re: [jira] [Created] (FLEX-33440) Make AIR optional

2013-03-20 Thread Alex Harui
On 3/20/13 10:37 PM, "Justin Mclean" wrote: >> Those scripts Justin wrote don't really have a windows equivalent. > They would be fairly simple to port to bat scripts. Anyone on windows want to > give it a go? I thought the problem with .bat (and the reason we wrote this installer) is because w

[jira] [Updated] (FLEX-33442) mxmlc ant compile issue when passing services argument

2013-03-20 Thread Imtiaz Islam (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imtiaz Islam updated FLEX-33442: Attachment: flex-config.xml > mxmlc ant compile issue when passing services argument >

[jira] [Commented] (FLEX-33442) mxmlc ant compile issue when passing services argument

2013-03-20 Thread Imtiaz Islam (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13608669#comment-13608669 ] Imtiaz Islam commented on FLEX-33442: - I have attached the "flex-config.xml" file

Re: What happened to mx.controls in Flex 4.9.1

2013-03-20 Thread Justin Mclean
Hi, Added to the Adobe bug base - if you want to vote on it/add to it. https://bugbase.adobe.com/index.cfm?event=bug&id=3526506 Justin

[jira] [Commented] (FLEX-33442) mxmlc ant compile issue when passing services argument

2013-03-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13608662#comment-13608662 ] Justin Mclean commented on FLEX-33442: -- Has the SDK been correctly configured ie Flas

[jira] [Created] (FLEX-33442) mxmlc ant compile issue when passing services argument

2013-03-20 Thread Imtiaz Islam (JIRA)
Imtiaz Islam created FLEX-33442: --- Summary: mxmlc ant compile issue when passing services argument Key: FLEX-33442 URL: https://issues.apache.org/jira/browse/FLEX-33442 Project: Apache Flex Issu

Re: [jira] [Created] (FLEX-33440) Make AIR optional

2013-03-20 Thread Justin Mclean
Hi, > Bonus points if the installer can be re-run later to add in any version of > AIR SDK so folks don't get it wrong. Currently it needs an empty directory, would be nice if it could run in update mode for example if you decided you needed one of the optional bits. > Those scripts Justin wro

Re: [jira] [Created] (FLEX-33440) Make AIR optional

2013-03-20 Thread Alex Harui
Bonus points if the installer can be re-run later to add in any version of AIR SDK so folks don't get it wrong. Those scripts Justin wrote don't really have a windows equivalent. On 3/20/13 9:57 PM, "Om" wrote: > On Wed, Mar 20, 2013 at 9:44 PM, Justin Mclean > wrote: > >> Hi, >> >>> I am no

Re: Open source Flex maps components

2013-03-20 Thread Alex Harui
On 3/20/13 9:39 PM, "Om" wrote: > On Wed, Mar 20, 2013 at 9:13 PM, Alex Harui wrote: > >> Igor, >> >> First I need to check with our former mentors as to whether we need any >> sort >> of vote as to whether to accept this donation. >> >> > Igor is a committer/PMC member. Why cant he just

Re: [jira] [Created] (FLEX-33440) Make AIR optional

2013-03-20 Thread Justin Mclean
Hi, > Where folks overlay the wrong version of the AIR > sdk manually and it breaks everything. If they use the installer or the scripts in the ide directory there should be no issues. If they do it manually there always a chance it will break. > Moreover, having the AIR SDK allows folks to qui

Re: [jira] [Created] (FLEX-33440) Make AIR optional

2013-03-20 Thread Om
On Wed, Mar 20, 2013 at 9:44 PM, Justin Mclean wrote: > Hi, > > > I am not sure if this is a good idea. If we dont do it by default during > > the install, there is a good chance that folks will download the wrong > > version of the AIR SDK which would break a lot of functionality. > > Just make

Re: [jira] [Created] (FLEX-33440) Make AIR optional

2013-03-20 Thread Justin Mclean
Hi, > I am not sure if this is a good idea. If we dont do it by default during > the install, there is a good chance that folks will download the wrong > version of the AIR SDK which would break a lot of functionality. Just make the licence checkbox optional is all I think is required and perhap

Re: Open source Flex maps components

2013-03-20 Thread Om
On Wed, Mar 20, 2013 at 9:13 PM, Alex Harui wrote: > Igor, > > First I need to check with our former mentors as to whether we need any > sort > of vote as to whether to accept this donation. > > Igor is a committer/PMC member. Why cant he just commit the code into the repo? Just curious to know

Re: Open source Flex maps components

2013-03-20 Thread Alex Harui
Igor, First I need to check with our former mentors as to whether we need any sort of vote as to whether to accept this donation. Then, we should work with the Modest Map folks by having them sign up for this mailing list. -Alex On 3/20/13 7:25 PM, "Igor Costa" wrote: > Great news > > Guys

Re: [jira] [Created] (FLEX-33440) Make AIR optional

2013-03-20 Thread Om
I am not sure if this is a good idea. If we dont do it by default during the install, there is a good chance that folks will download the wrong version of the AIR SDK which would break a lot of functionality. What is the concern if AIR is also downloaded? Thanks, Om On Wed, Mar 20, 2013 at 5:17

Re: [Git] repos open?

2013-03-20 Thread Om
FYI, I have asked Infra to open up Falcon and ASJS. I will send out an update when it is done. Thanks, Om On Wed, Mar 20, 2013 at 3:51 PM, Om wrote: > On Wed, Mar 20, 2013 at 2:49 PM, Justin Mclean > wrote: > >> HI, >> >> > If you read that thread in its entirety, Justin had some serious >> o

Re: [Git] repos open?

2013-03-20 Thread Om
On Wed, Mar 20, 2013 at 5:02 PM, Gordon Smith wrote: > Why can't each developer's whiteboard for flex-sdk be a branch in the > flex-sdk repo? Is there some reason why dozens of branches are bad? > > I believe this is what you mean: https://git-wip-us.apache.org/docs/switching-to-git.html#user-nam

[jira] [Created] (FLEX-33441) Include Modest Map engine for Flex-Maps component

2013-03-20 Thread Igor Costa (JIRA)
Igor Costa created FLEX-33441: - Summary: Include Modest Map engine for Flex-Maps component Key: FLEX-33441 URL: https://issues.apache.org/jira/browse/FLEX-33441 Project: Apache Flex Issue Type: D

Re: Open source Flex maps components

2013-03-20 Thread Igor Costa
Great news Guys at modest map engine agreed to donate to Apache Flex project. Alex, can you help me with that? Igor Costa www.igorcosta.com www.igorcosta.org On Wed, Mar 20, 2013 at 11:09 PM, Paul Hastings wrote: > On 3/21/2013 4:02 AM, Igor Costa wrote: > >

Re: Open source Flex maps components

2013-03-20 Thread Paul Hastings
On 3/21/2013 4:02 AM, Igor Costa wrote: - Microsoft Bing Maps "free" version (requires key) has 125k transaction limit per year (1 transaction = 8 tiles--depending on the scale about 1 screen's worth). that's not a lot of views. on the bright side, ms's accounting is messy & confusing, e

[jira] [Assigned] (FLEX-33413) HTML wrapper ANT task fails to write playerProductInstall.swf to disk

2013-03-20 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra reassigned FLEX-33413: --- Assignee: Cyrill Zadra > HTML wrapper ANT task fails to write playerProductInstall.swf to

[jira] [Assigned] (FLEX-33397) Spark button skin doesn't exclude coloring icon.

2013-03-20 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra reassigned FLEX-33397: --- Assignee: Cyrill Zadra > Spark button skin doesn't exclude coloring icon. > -

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

2013-03-20 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13608461#comment-13608461 ] Cyrill Zadra commented on FLEX-33350: - Yeah sure.. that would be great.

[jira] [Created] (FLEX-33440) Make AIR optional

2013-03-20 Thread Justin Mclean (JIRA)
Justin Mclean created FLEX-33440: Summary: Make AIR optional Key: FLEX-33440 URL: https://issues.apache.org/jira/browse/FLEX-33440 Project: Apache Flex Issue Type: Bug Components: I

RE: [Git] repos open?

2013-03-20 Thread Gordon Smith
Why can't each developer's whiteboard for flex-sdk be a branch in the flex-sdk repo? Is there some reason why dozens of branches are bad? If there is a single whiteboard repo, is it for flex-sdk, flex-falcon, or what? - Gordon -Original Message- From: omup...@gmail.com [mailto:omup...@g

Re: Open source Flex maps components

2013-03-20 Thread Alex Harui
Modest maps looks like it is bsd license so they can be external dependency Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Igor Costa wrote: I'm in contact with them to approach the donation. Stay tunned! Igor Costa www.igorcosta.com www.igorcosta.o

Re: [Git] repos open?

2013-03-20 Thread Om
On Wed, Mar 20, 2013 at 2:49 PM, Justin Mclean wrote: > HI, > > > If you read that thread in its entirety, Justin had some serious > objections > > to moving forward. > I still have some objections and noone has stepped forward to help with > the documentation, but at this point I'd say we'll just

Re: Open source Flex maps components

2013-03-20 Thread Igor Costa
I'm in contact with them to approach the donation. Stay tunned! Igor Costa www.igorcosta.com www.igorcosta.org On Wed, Mar 20, 2013 at 7:34 PM, João Fernandes < joaopedromartinsfernan...@gmail.com> wrote: > Igor shouldn't be the guys from ModestMaps to donate the c

Re: Open source Flex maps components

2013-03-20 Thread João Fernandes
Igor shouldn't be the guys from ModestMaps to donate the code? Have they filled the proper docs for donation? On 20 March 2013 22:23, Igor Costa wrote: > @Joao. > > Flex component is based on Apache License, the Modest Map engine is the > base for the component but the idea in the component and

Re: Open source Flex maps components

2013-03-20 Thread Igor Costa
@Joao. Flex component is based on Apache License, the Modest Map engine is the base for the component but the idea in the component and most of them will be my own, Since I'm comitter of SDK it's a feature pending approval by community. I still pending approval by the guys at modest to approve don

Re: Open source Flex maps components

2013-03-20 Thread Marcus Fritze
Hi Igor, Nice! The questions is, are we allowed to build such a component and use the content from Google, Microsoft, etc.? A working maps component (especially with the good Google content quality) would be a great addition to the SDK. Marcus Am 20.03.2013 um 22:02 schrieb Igor Costa : > Hi

Re: [Git] repos open?

2013-03-20 Thread Justin Mclean
HI, > If you read that thread in its entirety, Justin had some serious objections > to moving forward. I still have some objections and noone has stepped forward to help with the documentation, but at this point I'd say we'll just have to work with it the best we can. It would of been better if

Re: Open source Flex maps components

2013-03-20 Thread Frédéric THOMAS
Hi Igor, What's the differences relative to this one [1] Thanks, -Fred [1] http://openscales.org/ -Message d'origine- From: Igor Costa Sent: Wednesday, March 20, 2013 10:02 PM To: dev@flex.apache.org Subject: Open source Flex maps components Hi there guys. I was busy theses da

Re: Open source Flex maps components

2013-03-20 Thread João Fernandes
Hi Igor, did you have the permission from the author to propose it for donation to the Apache Project? On 20 March 2013 21:02, Igor Costa wrote: > Hi there guys. > > > I was busy theses days working on maps for Flex, and turns out that we had > left so less, Google,yahoo drops support. > > And

Re: [Git] repos open?

2013-03-20 Thread Alex Harui
> No, 3.1 is not dependent on 3.3. Sparse checkout lets you use the > whiteboard git repo as it is today. No changes required. > Ah, sorry, didn't notice that 3.3 said GitHub and not just Git. OK, then I am voting for 3.1. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe

Re: [Git] repos open?

2013-03-20 Thread Frédéric THOMAS
IIRC, it wasn't horribly slow for Fred the second time he tried it It was the 1rst times where it took that time, 12 hours later or so, it was ok, less than 15mn. So, 3.1 -> +1 -Fred -Message d'origine- From: Alex Harui Sent: Wednesday, March 20, 2013 9:25 PM To: dev@flex.apache.o

Re: Open source Flex maps components

2013-03-20 Thread John Cunliffe
Awesome! :) On 20 Mar 2013 22:03, "Igor Costa" wrote: > Hi there guys. > > > I was busy theses days working on maps for Flex, and turns out that we had > left so less, Google,yahoo drops support. > > And I guess is time to create our very own component and integrate in the > current SDK, splitin

Re: [Git] repos open?

2013-03-20 Thread Om
On Wed, Mar 20, 2013 at 1:25 PM, Alex Harui wrote: > > > > On 3/20/13 12:26 PM, "Om" wrote: > > > Here is my proposal in the meantime: > > > > 1. We open up Falcon and ASJS repos first since there are no issues with > > that > +1. Peter and I probably have merge conflicts in ASJS which would b

Re: [Git] repos open?

2013-03-20 Thread Om
I am sorry, it is a bit confusing which 1 you are voting for. My bad for re-using numbers in a nested way. Can you be specific and vote for 3.1, etc. if you mean the options under 3? Thanks, Om On Wed, Mar 20, 2013 at 1:33 PM, Peter Ent wrote: > +1 for #1. Be good to figure out merge/conflict

Open source Flex maps components

2013-03-20 Thread Igor Costa
Hi there guys. I was busy theses days working on maps for Flex, and turns out that we had left so less, Google,yahoo drops support. And I guess is time to create our very own component and integrate in the current SDK, spliting overall problems on platform support. I'd like to introduce Flex-Ma

Re: [Git] repos open?

2013-03-20 Thread Peter Ent
+1 for #1. Be good to figure out merge/conflict early in the game. Peter Ent Flex SDK Team Adobe Systems On 3/20/13 4:25 PM, "Alex Harui" wrote: > > > >On 3/20/13 12:26 PM, "Om" wrote: > >> Here is my proposal in the meantime: >> >> 1. We open up Falcon and ASJS repos first since there are n

Re: [Git] repos open?

2013-03-20 Thread Alex Harui
On 3/20/13 12:26 PM, "Om" wrote: > Here is my proposal in the meantime: > > 1. We open up Falcon and ASJS repos first since there are no issues with > that +1. Peter and I probably have merge conflicts in ASJS which would be a good testing ground since there isn't critical history in there.

Re: [Git] repos open?

2013-03-20 Thread Om
On Wed, Mar 20, 2013 at 10:23 AM, Om wrote: > On Wed, Mar 20, 2013 at 9:41 AM, Erik de Bruin wrote: > >> Ah, I must've misunderstood: you called a LAZY consensus, which, if I >> understand voting rules correctly, means that when no-one objects, >> whatever you called it for passes... and besides

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 Frédéric THOMAS
Ok, effectively, if the branch which is merged hasn't been pushed yet, it might be a problem, in that special case the git pull --ff-only / git rebase --preserve-merges origin/develop makes sense. Thanks, -Fred -Message d'origine- From: Dasa Paddock Sent: Wednesday, March 20, 2013 7:

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
Try: Clone 1: 1- I checkout a new branch test1 2- I created a file test1.txt 3- I add/commit test1.txt 4- I checkout master 5- I merged --no-ff test1 Clone 2: 1- I created a file file1.txt 2- I add/commit file1.txt 3- I push Clone 1: 1- I pull --rebase Now Clone 1 would only have the commit to

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 Frédéric THOMAS
The problem would be if you had first pushed clone 2 and then did the pull --rebase in clone 1 But in this case 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 exa

Re: What happened to mx.controls in Flex 4.9.1

2013-03-20 Thread Terry Corbet
It may be useful to know that I have just tested a merge of the Lab's AIR SDK 4.7 with the Apache Flex SDK 4.9.1. My testing has not yet been exhaustive, but I think it works. I am running a 4.7 AIR application compiled with the 4.9.1 framework. My IDE, by the way, is FlashDevelop, which makes t

Re: TLF Markup to PDF

2013-03-20 Thread Leo Sapucaia
@Jarosław I think your sugestion will work for now and I´ll try that... but i´m making a document editor for a legal/juridic web application. I think my client will ask for a search feature soon. Thanks for reply! [ ]´s Leonardo Sapucaia -- Leonardo Sapucaia NUIX: Natural User Interface eXperien

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
The problem would be if you had first pushed clone 2 and then did the pull --rebase in clone 1. For more info see: http://notes.envato.com/developers/rebasing-merge-commits-in-git/ --Dasa On Mar 20, 2013, at 11:11 AM, Frédéric THOMAS wrote: > Hi Dasa, > >> You could use "git pull --rebase" in

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: [3/3] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop

2013-03-20 Thread Frédéric THOMAS
Hi Dasa, You could use "git pull --rebase" instead but this does not preserve merge commits I just did a test on my git lab, I've got a bare repo and 2 clones. Clone 1: 1- I checkout a new branch test1 2- I created a file test1.txt 2- I add/commit test1.txt 3- I checkout master 4- I merged --

Re: TLF Markup to PDF

2013-03-20 Thread Jarosław Szczepankiewicz
I'm not sure xsl:fo can handle all tlf requirements and it might be very difficult to translate that to xsl:fo, althrough xsl:fo is mature standard fop is not. The're still some quirks in fop. You will have to cope with two difficult standards. I suggest trying to render to bitmap in higher dpi and

TLF Markup to PDF

2013-03-20 Thread Leo Sapucaia
Hi all, I´m looking for a solution for TLF to PDF export. I´m thinking maybe transform the TLF markup in XLS:FO and this in PDF via Apache FOP... or maybe something more direct, like the purePDF api. Someone worked in something like that? Any ideas? Cheers, Leonardo Sapucaia -- Leonardo Sapuca

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread Om
On Wed, Mar 20, 2013 at 9:38 AM, Alex Harui wrote: > > > > On 3/20/13 9:15 AM, "jude" wrote: > > > On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: > >> > >> > >> Please go on with the rambling :-) Its nice to know that others are > >> thinking about things I am thinking as well - and that I am cra

Re: Git basics for SVN users

2013-03-20 Thread Peter Ent
+1 from me on a basics list (from Justin's email earlier in this thread). I've been watching and reading these threads as carefully as possible. I'm working with Alex on FlexJS and my git experience is minimal. I've found conflicting "best practices" in git information, so it would be good to have

Re: What happened to mx.controls in Flex 4.9.1

2013-03-20 Thread João Saleiro
That's it Alex! I downloaded the generic AIR SDK. My bad! Problem solved, thanks! JS On 20/03/2013 17:09, Alex Harui wrote: The default AIR SDK is not compatible as an overlay for Flex. Did you choose the Flex-specific download in the fine print on the downloads page? On 3/20/13 9:58 AM, "R

Re: [Git] repos open?

2013-03-20 Thread Om
On Wed, Mar 20, 2013 at 9:41 AM, Erik de Bruin wrote: > Ah, I must've misunderstood: you called a LAZY consensus, which, if I > understand voting rules correctly, means that when no-one objects, > whatever you called it for passes... and besides a minor - at least, I > think was the consensus - i

RE: Git basics for SVN users

2013-03-20 Thread Gordon Smith
> "git checkout" is not the same as "svn revert" If you have edited a file then doing git checkout restores its contents to those in the repo. So isn't that a "revert"? - Gordon -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Tuesday, March 19, 2013

Re: [OT] Flash Builder bugs

2013-03-20 Thread Nicholas Kwiatkowski
I heard that they took those back internal... I think there is still the generic Adobe "Wish-List"? -Nick On Wed, Mar 20, 2013 at 3:59 AM, Cosma Colanicchia wrote: > Nevermind, selecting "Flash Builder" in product list it redirects to the > JIRA, which is read only. > > > 2013/3/20 Cosma Colani

Re: What happened to mx.controls in Flex 4.9.1

2013-03-20 Thread Frédéric THOMAS
I just tried the ColorPicker and Alert, it works for me, could you provide a sample project ? Thanks, -Fred -Message d'origine- From: Roland Zwaga Sent: Wednesday, March 20, 2013 5:58 PM To: dev@flex.apache.org Subject: Re: What happened to mx.controls in Flex 4.9.1 hehe actually I r

Re: What happened to mx.controls in Flex 4.9.1

2013-03-20 Thread Alex Harui
The default AIR SDK is not compatible as an overlay for Flex. Did you choose the Flex-specific download in the fine print on the downloads page? On 3/20/13 9:58 AM, "Roland Zwaga" wrote: > hehe actually I ran into the exact same issue today, no idea what caused > it, any insight would be prett

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread Alex Harui
On 3/20/13 9:55 AM, "jude" wrote: > > Ha, yes. :) I was concerned that we may still need a drawing canvas at > runtime or that we should keep looking into it. What if you change the > color of a button? I was looking online and I think the HTML canvas has a > draw command. So we could mix an

Re: What happened to mx.controls in Flex 4.9.1

2013-03-20 Thread Roland Zwaga
hehe actually I ran into the exact same issue today, no idea what caused it, any insight would be pretty nice :) On 20 March 2013 17:56, João Saleiro wrote: > Hello, > > I am trying to compile an existing application with Flex 4.9.1 overlayed > with Air 3.6. I am getting errors in all mx.control

What happened to mx.controls in Flex 4.9.1

2013-03-20 Thread João Saleiro
Hello, I am trying to compile an existing application with Flex 4.9.1 overlayed with Air 3.6. I am getting errors in all mx.controls components, namely mx.controls.ColorPicker and mx.controls.Alert . I did the following: 1- Installed the installer 2- Downloaded all packages with the installer

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread jude
On Wed, Mar 20, 2013 at 11:38 AM, Alex Harui wrote: > > > > On 3/20/13 9:15 AM, "jude" wrote: > > > On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: > >> > >> > >> Please go on with the rambling :-) Its nice to know that others are > >> thinking about things I am thinking as well - and that I am cr

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread Harbs
Didn't they do away with GPU mode this past year? I think you need to use Stage3D… On Mar 20, 2013, at 6:15 PM, jude wrote: > On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: >> >> >> Please go on with the rambling :-) Its nice to know that others are >> thinking about things I am thinking as wel

Re: [Git] repos open?

2013-03-20 Thread Erik de Bruin
Ah, I must've misunderstood: you called a LAZY consensus, which, if I understand voting rules correctly, means that when no-one objects, whatever you called it for passes... and besides a minor - at least, I think was the consensus - issue on missing history on deleted files, no-one objected. Actua

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread jude
On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: > > To make this work we'd have to create our own graphics api class in JS > that > > was included. It could be really basic and allow use to use Flex skins, > > graphics calls and skins. The downside might be it sacrifices > > accessibility. But if it w

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread Alex Harui
On 3/20/13 9:15 AM, "jude" wrote: > On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: >> >> >> Please go on with the rambling :-) Its nice to know that others are >> thinking about things I am thinking as well - and that I am crazy! >> >> BTW, I have a nice little carefully crafted XSLT that co

Re: [Git] repos open?

2013-03-20 Thread Frédéric THOMAS
Hi, As I said before: "That's ok for me, I see no points for not going forward :)" -Fred -Message d'origine- From: Om Sent: Wednesday, March 20, 2013 5:12 PM To: dev@flex.apache.org Subject: Re: [Git] repos open? On Mar 20, 2013 9:06 AM, "Erik de Bruin" wrote: Hi, I know they a

Re: Rendering layer in Flex <-> HTML5/JS solution

2013-03-20 Thread jude
On Tue, Mar 19, 2013 at 8:08 PM, Om wrote: > > > Please go on with the rambling :-) Its nice to know that others are > thinking about things I am thinking as well - and that I am crazy! > > BTW, I have a nice little carefully crafted XSLT that converts a basic FXG > node with just the Rect eleme

Re: [Git] repos open?

2013-03-20 Thread Om
On Mar 20, 2013 9:06 AM, "Erik de Bruin" wrote: > > Hi, > > I know they aren't, and I know we can't "pressure" INFRA, but come on. > It's nearly two weeks now, and all projects but the SDK are still on > hold. What are we waiting file INFRA to do? It is up to us to ask them to open up the repos

[Git] repos open?

2013-03-20 Thread Erik de Bruin
Hi, I know they aren't, and I know we can't "pressure" INFRA, but come on. It's nearly two weeks now, and all projects but the SDK are still on hold. This way the move to git is causing the project to lose contributors, instead of gaining them, as the proponents promised. Is there anything (but

[jira] [Created] (FLEX-33439) copylocale utility not working for locales other than english

2013-03-20 Thread Keith Lee (JIRA)
Keith Lee created FLEX-33439: Summary: copylocale utility not working for locales other than english Key: FLEX-33439 URL: https://issues.apache.org/jira/browse/FLEX-33439 Project: Apache Flex Is

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

2013-03-20 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607592#comment-13607592 ] Marcus Fritze edited comment on FLEX-33350 at 3/20/13 1:22 PM: -

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

2013-03-20 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607592#comment-13607592 ] Marcus Fritze commented on FLEX-33350: -- Over the weeks, I made some enhancements on t

Re: Spark Accordion

2013-03-20 Thread Cyrill Zadra
Tinks components are now in experimental project. Cyrill On Tue, Mar 19, 2013 at 4:16 PM, Cyrill Zadra wrote: > just fyi.. I have my local experimental project updated with tink's > components. As soon I've a stable internet connection I'll clone the > git repository and push my changes. > > cyr

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

2013-03-20 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra resolved FLEX-33350. - Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Added new component to experimental pr

RE: [jira] [Resolved] (FLEX-33190) GridEvent.GRID_DOUBLE_CLICK is dispatched even when two different cells are clicked

2013-03-20 Thread Kessler CTR Mark J
BTW thanks Justin. -Original Message- From: Justin Mclean (JIRA) [mailto:j...@apache.org] Sent: Tuesday, March 19, 2013 8:45 AM To: dev@flex.apache.org Subject: [jira] [Resolved] (FLEX-33190) GridEvent.GRID_DOUBLE_CLICK is dispatched even when two different cells are clicked [ ht

Re: [OT] Flash Builder bugs

2013-03-20 Thread Cosma Colanicchia
Nevermind, selecting "Flash Builder" in product list it redirects to the JIRA, which is read only. 2013/3/20 Cosma Colanicchia > I think here: > https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&promoid=EWQQL > > Cosma > > > 2013/3/20 Justin Mclean > >> Hi, >> >> Anyone know how to

Re: [OT] Flash Builder bugs

2013-03-20 Thread Cosma Colanicchia
I think here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&promoid=EWQQL Cosma 2013/3/20 Justin Mclean > Hi, > > Anyone know how to submit Flash Builder bugs? > > This link: > https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform > > Just redirects you to here: > http://

[jira] [Commented] (FLEX-33436) Improved descriptions in TextFlow class

2013-03-20 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607376#comment-13607376 ] Justin Mclean commented on FLEX-33436: -- No need I'll apply and commit it

Re: [OT] twitter accounts

2013-03-20 Thread Om
I just sent the credentials to priv...@flex.apache.org. Any PMC member can tweet as @ApacheFlex. Thanks, Om On Tue, Mar 19, 2013 at 11:39 PM, Justin Mclean wrote: > Hi, > > > Do you have the ability to tweet that from ApacheFlex? > Don't think I do. > > Justin >