Re: TextInput layout changes after SDK upgrade

2016-05-13 Thread Alex Harui
On 5/13/16, 5:41 PM, "Fréderic Cox" wrote: >It is a bit of a guess but I'd say from 13 to 26. I fixed it by setting >s|TextInput to fontSize:13 in my CSS. Just found it odd that the default >has changed and I can't find any references about that in release note >(maybe I'm overlooking it). If n

Re: TextInput layout changes after SDK upgrade

2016-05-13 Thread Fréderic Cox
It is a bit of a guess but I'd say from 13 to 26. I fixed it by setting s|TextInput to fontSize:13 in my CSS. Just found it odd that the default has changed and I can't find any references about that in release note (maybe I'm overlooking it). If nobody else reported this I think it's not that big

Re: [FLEXJS] Progress in building ASJS with maven

2016-05-13 Thread Alex Harui
On 5/13/16, 3:16 PM, "Christofer Dutz" wrote: >Hi, > > >I just wanted to report that I finally managed to build all of the >modules of the ASJS project with maven. In contrast to the Ant build, in >the Maven build however the parts aren't built separately but AS and JS >version are built togeth

[FLEXJS] Progress in building ASJS with maven

2016-05-13 Thread Christofer Dutz
Hi, I just wanted to report that I finally managed to build all of the modules of the ASJS project with maven. In contrast to the Ant build, in the Maven build however the parts aren't built separately but AS and JS version are built together. However there is one thing, that I would like to

AW: [FalconJX][FlexJS][Maven] Compiler Integration

2016-05-13 Thread Christofer Dutz
Hi Alex, Are you talking about piping the pom.xml into the compiler instead of the config-xml? I don't know if this is a better solution. After all the compiler has to be called by Maven sort of passing itself as an argument. It would definitely be possible, but the way I currently am doing it,

[GitHub] flex-flexunit pull request: updating README markdown formatting

2016-05-13 Thread haysclark
Github user haysclark commented on the pull request: https://github.com/apache/flex-flexunit/pull/1#issuecomment-219152148 Yes, I'll try to clean up the other as well. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[FalconJX][FlexJS][Maven] Compiler Integration

2016-05-13 Thread Alex Harui
@Chris (mostly) I was just fixing bugs in the compiler's -fb option. It reads a Flash Builder project file and figures out the configuration settings from that. AIUI, there is a separate plugin for Maven that translates the pom.xml options into command-line options for the compiler. Would it be

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-13 Thread Alex Harui
On 5/13/16, 11:15 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Fri, May 13, 2016 at 10:52 AM, Alex Harui wrote: > >> >> Hmm. Do you know if they are expecting js.swc to be in a known place? >> > >Please post a note here: http://bugs.powerflasher.com/jira/browse/FDT-3281

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-13 Thread OmPrakash Muppirala
On Fri, May 13, 2016 at 10:52 AM, Alex Harui wrote: > > > On 5/13/16, 12:43 AM, "Harbs" wrote: > > >Well, FDT has a “Use As Runtime Shared Code” checkbox which is enabled by > >default for playerglobal and js.swc. Those are the two swcs enabled by > >default if you start a AS project for FlexJS.

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-13 Thread Alex Harui
On 5/13/16, 12:43 AM, "Harbs" wrote: >Well, FDT has a “Use As Runtime Shared Code” checkbox which is enabled by >default for playerglobal and js.swc. Those are the two swcs enabled by >default if you start a AS project for FlexJS. I’m not sure how it >determines that under the hood. Presumably,

Re: TextInput layout changes after SDK upgrade

2016-05-13 Thread Alex Harui
Dramatically? How many pixels? On 5/13/16, 7:58 AM, "Fréderic Cox" wrote: >Hi, > >I upgraded an existing project from 4.10 to 4.15 and now without any code >adjustments the TextInput has a higher default height (I did not specify >any height in the code) and also the font size increased dramati

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-13 Thread Alex Harui
On 5/13/16, 7:16 AM, "jude" wrote: >Thanks. I'll look into it. I think what that's doing is working with an >existing instance and checking for changes to it. I think I have to parse >a >string into a new XML instance each time and then do a compare. Yes, that's correct. And I believe that tr

TextInput layout changes after SDK upgrade

2016-05-13 Thread Fréderic Cox
Hi, I upgraded an existing project from 4.10 to 4.15 and now without any code adjustments the TextInput has a higher default height (I did not specify any height in the code) and also the font size increased dramatically. I did set -includes=mx.utils.LegacyMobileThemeOverride but can anybody point

Re: [JIRA] FLEX-34701 regression

2016-05-13 Thread Fréderic Cox
Well I looked at it briefly and it seems the same issue. I do this.visible = true after the busyIndicator was added. So looks the same as the previous test case to me. On Fri, May 13, 2016 at 4:51 PM, Harbs wrote: > I re-opened it. > > I’m not sure if it needs a test case. > > Harbs > > On May 1

Re: [JIRA] FLEX-34701 regression

2016-05-13 Thread Harbs
I re-opened it. I’m not sure if it needs a test case. Harbs On May 13, 2016, at 5:23 PM, Fréderic Cox wrote: > https://issues.apache.org/jira/browse/FLEX-34701 > > It seems this one is back in 4.15. I am unable to reopen the JIRA issue .. > > Currently worked around it by calling busyIndicat

[JIRA] FLEX-34701 regression

2016-05-13 Thread Fréderic Cox
https://issues.apache.org/jira/browse/FLEX-34701 It seems this one is back in 4.15. I am unable to reopen the JIRA issue .. Currently worked around it by calling busyIndicator.currentState = "rotatingState";

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-13 Thread jude
Thanks. I'll look into it. I think what that's doing is working with an existing instance and checking for changes to it. I think I have to parse a string into a new XML instance each time and then do a compare. On Fri, May 13, 2016 at 2:52 AM, Harbs wrote: > Is this useful? > > http://help.adob

[GitHub] flex-flexunit pull request: updating README markdown formatting

2016-05-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-flexunit/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flex-flexunit pull request: updating README markdown formatting

2016-05-13 Thread Harbs
Github user Harbs commented on the pull request: https://github.com/apache/flex-flexunit/pull/1#issuecomment-219039792 This is great. Thanks for that! If you're so inclined to do this for the rest of the repos that would be awesome! --- If your project is set up for it, you

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-13 Thread Harbs
Is this useful? http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/utils/XMLNotifier.html#watchXML%28%29 On May 13, 2016, at 9:18 AM, jude wrote: > Is the MXMLLiveEditAgent.mxml the only place those methods are from? I > thought I read somewhere that you copied those methods f

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-13 Thread Harbs
Well, FDT has a “Use As Runtime Shared Code” checkbox which is enabled by default for playerglobal and js.swc. Those are the two swcs enabled by default if you start a AS project for FlexJS. I’m not sure how it determines that under the hood. Presumably, it’s hard coded. I know they have a mech

Re: Eventually some new contributors coming our way :-)

2016-05-13 Thread Carlos Rovira
Those are amazing news! Congratulations for such great number of attendees! :) 2016-05-13 1:02 GMT+02:00 Justin Mclean : > Hi, > > I also talked to a couple of people who had a monkey patched 4.14 SDK and > asked if thew were willing to donate the changes as patches. > > Thanks, > Justin --