Re: Jenkins builds

2015-09-24 Thread kevin.godell
Alex, I am willing to contribute my share of the costs. Also, I have a spare server that I would be willing to setup as a backup or mirror for the Jenkins builds. I was thinking about another way to get money, if there is not enough people willing to contribute cash. I think there is a products we

Re: SDK Installer trouble

2015-09-11 Thread kevin.godell
How much does it cost? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/SDK-Installer-trouble-tp48962p49107.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: SDK Installer trouble

2015-09-11 Thread kevin.godell
I am not sure if this is related, but I have been unable to install the flex nightly using the installer for a while. The error message happens as soon as I press the "next" button. I can install the other versions of flex, but not the nightly. I reinstalled the installer and have the cache off. I

IntelliJ external tool to kill iOS Simulator when debugging on Mac

2015-06-13 Thread kevin.godell
When debugging a regular flex mobile app on IntelliJ, I have been targeting the iOS Simulator, instead of the Emulator(adl). I think the iOS Simulator is only an option when on Mac. The problem I run across quite often, is that I press the debug button without remembering to quit the iOS Simulator.

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-30 Thread kevin.godell
I was a little stumped with the instructions here[1] because it did not explicitly state that you had to $ cd into the directory of the local git repos before running the command: $ git config user.email myusern...@apache.org That simply gave me an error because I did not first navigate to that rep

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread kevin.godell
@Mike Schmalle How did you do a username change for git? I was looking in the fisheye[1] and saw that you made commits under 2 different usernames. Where did you go to make that change? [1]https://fisheye6.atlassian.com/browse/flex-sdk/GIT-TEST.txt -- View this message in context: http://apac

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread kevin.godell
Thanks guys. I think that I was able to push a commit to the develop branch. After making the edit, and then looking at the mirror on gitHub, the change was accredited to my original gitHub account. Somehow, the apache creds and my original gitGub account are linked? I hate to sound like I am pim

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-29 Thread kevin.godell
Thanks for giving me the opportunity. I am almost setup, except for git write access to the flex-sdk. I am a little unsure about at least 1 thing. Do I use my original github account, or do I setup a new one with @ apache.org? From the flex-sdk repo on github.com, I clicked on the link to clone i

Re: IntelliJ as SVN client for modifying flex.apache.org

2015-05-29 Thread kevin.godell
I must say that I am relieved that it worked. I was sure that I was going to crash the site somehow. But anyways, Intellij made it very easy. At the Intellij launch screen, there is an option for "check out from version control." Just click that, add a repo, click the checkout button, find the file

IntelliJ as SVN client for modifying flex.apache.org

2015-05-29 Thread kevin.godell
I am trying to learn SVN right now and I am still very new to the Mac environment. I have been trying to find a good SVN/VCS client with a nice GUI. It turns out that IntelliJ has SVN/VCS built in. I was going to post here reporting trouble when trying to access via https[1] with an error of "hands

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread kevin.godell
I just had another thought. You will have to take into account for the inaccuracy reading reported by the device. The best reading that I ever get from my iPhone is plus/minus 16 feet, and that is on a good day with no clouds or rain, standing outside of my vehicle with direct line of sight to the

Geo-fence in Flex/Action Script

2015-05-29 Thread kevin.godell
By modified, I meant that I stripped out the conversion to feet and miles and just left it as meters, using a separate formatting class to convert to feet and miles as needed. Some might say that the formula is not accurate because the earth is not a perfect sphere, but for my purposes I found it t

Re: Geo-fence in Flex/Action Script

2015-05-29 Thread kevin.godell
There is a nice piece of code[1] that you can utilize to measure distances between coordinates. I used a modified version in my app and it seems to be pretty accurate. If you are just basing your distances from the center point of your office, using the radius of the circle should be pretty straigh

Need ideas for spare server

2015-05-27 Thread kevin.godell
I want to do something with a server that is running in my basement. It has been online for just over 7 years and it has served me well. I want to do something Flex or FlexJS related and I am looking for ideas. I was thinking about possibly using it for testing, maybe setting up some php scripts fo

Re: Apache Flex Website thought

2015-05-27 Thread kevin.godell
I don't mean to pile on, but the user groups section[1] needs a little attention. Some of the links go to dead websites or groups that no longer exist. From my perspective, which is that of an amateur at best, I had found the website and wiki difficult to navigate. And when I had tried to visit so

Re: It seems the hash of the SWFObject 2.2 zip file from GitHub has been changed, which has caused the installation failure of Flex SDK Installer

2015-05-25 Thread kevin.godell
I was able to install the Flex nightly with air 17 and flash player 17 without any trouble. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/It-seems-the-hash-of-the-SWFObject-2-2-zip-file-from-GitHub-has-been-changed-which-has-caused-the-inr-tp46856p46858

Re: [FlexJS] Is it possible write code in js?

2015-05-23 Thread kevin.godell
Hi Piotr, I had a similar thought pertaining to the interaction with Cordova/PhoneGap plugins. I think that someone, probably Alex, had mentioned the benefits of creating a SWF from the AS would allow for faster and easier debugging before sending it off to become html/js/css, which makes sense. Bu

Re: FlexJS /bin/mxmlc executable permissions on mac

2015-05-21 Thread kevin.godell
I made the change. It seems that it was added as a child of my existing pull request[0]. I am still trying to get to know git, using the online interface vs the gitHub app. Hopefully I am doing it correctly. Thanks. [0]https://github.com/apache/flex-asjs/pull/2 -- View this message in context:

RE: AW: [FlexJS] IntelliJ Integration

2015-05-21 Thread kevin.godell
Frédéric THOMAS wrote > Ah ok, thanks, I got it now. > > So, I tried, I've been able to compile and but not really to debug, the > debugger seems to hang and can't get any variable details in IntelliJ, > same for you ? > But except of the fx:Script the rest of the code is recognized, same as it >

Re: FlexJS /bin/mxmlc executable permissions on mac

2015-05-21 Thread kevin.godell
Do you want me to edit that and make a pull request? Or is there somebody with write access who will do it? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-bin-mxmlc-executable-permissions-on-mac-tp46805p46807.html Sent from the Apache Flex Developme

FlexJS /bin/mxmlc executable permissions on mac

2015-05-21 Thread kevin.godell
Does anybody know how the permissions of a file are set, or which file does the setting, when using the installer? The issue I have is when installing FlexJS nightly. The mxmlc file in /bin does not have executable privileges. When using it as an external tool in IntelliJ on mac, I get a warning ab

Re: [GitHub] flex-asjs pull request: SCRIPT_HOME not getting defined if FALCON_...

2015-05-21 Thread kevin.godell
Can anybody commit this, please? This is needed to fix an issue created on the previous change I made that broke the /js/bin/mxmlc file on mac if env vars for FLEX_HOME and FALCON_HOME are not set. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/GitHub-flex

Re: FlexJS nightly install fails on Google Closure Library download using installer

2015-05-21 Thread kevin.godell
Thanks Alex. It works for me now. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-nightly-install-fails-on-Google-Closure-Library-download-using-installer-tp46776p46803.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: FlexJS nightly install fails on Google Closure Library download using installer

2015-05-21 Thread kevin.godell
area are you in? Can you find the GCL download in the > “in” folder and post it somewhere so I can see if it matches what I get in > the US west coast? > > Thanks, > -Alex > > On 5/21/15, 6:04 AM, "kevin.godell" <[hidden email] > <http:///user/SendEmail.jtp?type=

Re: FlexJS nightly install fails on Google Closure Library download using installer

2015-05-21 Thread kevin.godell
t;http://search.maven.org/remotecontent?filepath= > >Downloading project/jburg/jburg-1.10.1.tar.gz from: > >http://downloads.sourceforge.net > >no failure message provided > > > > > >2015-05-21 8:29 GMT+02:00 Alex Harui <[hidden email] > <http:///user/Se

Re: FlexJS nightly install fails on Google Closure Library download using installer

2015-05-20 Thread kevin.godell
I tried it about 7 times a few hours ago. Rebooted my computer and tried it again right now several times with the same failure. -- View this message in context: http://apache-flex-development.2

FlexJS nightly install fails on Google Closure Library download using installer

2015-05-20 Thread kevin.godell
Version 3.1.0 (mac) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. AIR version 17.0 Flash Player version 17.0 Creating Apache FlexJS home Creating temporary directory Downloading Apache FlexJS from:http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/art

Re: Problems with TabbedViewNavigatorApplication?

2015-05-20 Thread kevin.godell
I had a similar issue when making a simple tabbed navigator app and trying to use the keep actionscript arg on flash builder. Whenever I tried to compile, warnings popped up and I had to tell it to ignore the errors. The app still compiled and the actionscript was generated, but FB thought there wa

RE: AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread kevin.godell
Actually, I use the flexjs as a lib AND as the assigned Sdk. I no longer point to the flex Sdk for debugging since I have copied the 3 files from flex to flexjs and edited the version number. Sorry that I cannot post any screenshots for clarification since I am not at home with my computer for mayb

Re: AW: [FlexJS] IntelliJ Integration

2015-05-20 Thread kevin.godell
Sorry for not being specific. The changes that I tried only helped me to use the debugger in the flexjs Sdk after copying those files from the flex Sdk and editing the version number. It did not help with code completion or hinting. I still had to add flexjs as an external library for that to parti

Re: [FlexJS] IntelliJ Integration

2015-05-20 Thread kevin.godell
TeotiGraphix wrote > Kevin, BTW I DID read your answer of why you are testing FlexJS and I > think > that is great, your story sounds a lot like mine over the past years. > > Just didn't want to think your reply went unanswered. :) > > So what you have found out here, what does it mean? You can u

Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "Revert "SCRIPT_HOME path had extra slash""

2015-05-19 Thread kevin.godell
The pull request was submitted per your suggestion[0]. I was looking at the permission of the mxmlc file in /compiler/commandline/ in the flex-falcon repo and found that it was executable when running ls -l on its directory. It's weird that when it gets copied to the nightly flexjs sdk via the in

Re: [FlexJS] IntelliJ Integration

2015-05-19 Thread kevin.godell
Alex, you were right! I can't find your original comment, but I remember you telling me that I should try changing the version in the flex-sdk-description.xml to a higher number, for the FlexJS sdk. I had reported back to you that it did not make a difference. I was wrong, kinda. It turns out that

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-17 Thread kevin.godell
I made a screencast video showing the settings used for the external tools, and then ran them all in a row by hitting the debug button. https://youtu.be/X7LqexU8TkQ https://www.youtube.com/embed/X7LqexU8TkQ"; frameborder="0" allowfullscreen> -- View this message in context: http://apache-flex

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-16 Thread kevin.godell
Ok, got it figured out. -warnings=false Adding -warnings=false to the parameters of the external tool that calls /js/bin/mxmlc will allow it to finish with exit code 0, and thus, continue to its next step I pushed it to see how many things I could link together when pressing the debug button: 1.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-16 Thread kevin.godell
I was trying out some other external tools settings to create a workflow, but I have been stopped by: "Process finished with exit code 2." Pertaining to the run/debug configurations, when adding an external tool to run /bin/mxmlc in the "before launch" section, it finishes with exit code 0, and the

FlexJS to Android Device using IntelliJ and PhoneGap Build

2015-05-16 Thread kevin.godell
I was messing around with FlexJS using IntelliJ and decided to try out the online PhoneGap build service. On the website, there was an option to upload a zip file. So, I zipped the contents of js-release and uploaded it. PhoneGap build complained a little. Something about not having the latest vers

Re: [FlexJS] IntelliJ Integration

2015-05-15 Thread kevin.godell
TeotiGraphix wrote > Kevin, I am curious what are some of your motivations for trying out and > testing FlexJS? > > Mike Mike, thanks for asking, although you may regret the long boring answer. Short answer: I have some guys at work with windows phones and tablets and I would like them to use m

Re: [FlexJS] IntelliJ Integration

2015-05-15 Thread kevin.godell
Thanks. The output arg worked. I added this little bit to the parameters of the custom external tool: -output=$ModuleFileDir$/bin/$ModuleName$.swf It puts the swf in the bin folder. It even creates the bin folder if it doesn't already exist. I was also testing to see if Adobe Scout could pick up

Re: [FlexJS] IntelliJ Integration

2015-05-14 Thread kevin.godell
Is there any arg that can be passed to /bin/mxmlc to have the swf output into a different directory? Its not really a big deal, but when I run the external tool and create the swf, it is output into the src directory, along side with the mxml file that was passed to /bin/mxmlc. Ideally, I would lik

Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "Revert "SCRIPT_HOME path had extra slash""

2015-05-14 Thread kevin.godell
I will do that in about 5 hours when I get home. On Thursday, May 14, 2015, Alex Harui [via Apache Flex Development] < ml-node+s247n46550...@n4.nabble.com> wrote: > OK, can you generate a pull request for this change? > > Thanks, > -Alex > > On 5/14/15, 4:01 AM, "

Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "Revert "SCRIPT_HOME path had extra slash""

2015-05-14 Thread kevin.godell
Alex Harui wrote > Hi Kevin, > > Yes, shell scripts are a whole different language. I’m no expert either. > > I think there is a fourth scenario, where FALCON_HOME is set to a folder > in a flex-falcon repo, so I’m not sure you can use FALCON_HOME instead of > SCRIPT_HOME. > > To me, the issue

Re: [FlexJS] IntelliJ Integration

2015-05-14 Thread kevin.godell
Alex Harui wrote > On 5/13/15, 10:10 PM, "piotrz" < > piotrzarzycki21@ > > wrote: > >>Mike, >> >>Great idea to reach someone from Jetbrains we really need some help from >>that point from them. Thank you! > > Alexander Doroshko is still subscribed as of April so maybe he just hasn’t > noticed t

Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "Revert "SCRIPT_HOME path had extra slash""

2015-05-13 Thread kevin.godell
I tried to post earlier, but it seems to have been lost. Hopefully this will not be a double post. Leaving the mxmlc as it was before the patch, this was my results calling it from command line taking intellij out of the picture for the moment. env var FLEX_HOME and FALCON_HOME set to /Users/kevi

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread kevin.godell
I tried changing it to 4.15.0, which is what was in the flex nightly, but no luck. In the flexJS nightly, I found no /lib/fdb.jar file. I copied it from the other sdk, but still no luck. It just complained a little differently when trying to debug with flexjs: /System/Library/Java/JavaVirtualMachi

Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "Revert "SCRIPT_HOME path had extra slash""

2015-05-13 Thread kevin.godell
Sorry. please revert that change. For some reason that I cant remember right now, I thought that I had to setup the environment variables for FLEX_HOME and FALCON_HOME. Having those set, it causes that SCRIPT_HOME part to end up with that error. When I removed the env vars, and put the mxmlc back t

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread kevin.godell
Sorry for the late reply, just got home. Yeah, the video wasnt great because it was late and I was rushing through. But, I do use the flexjs sdk in Project Structure -> Modules -> Dependencies -> Flex / AIR SDK = flexjs nightly. In the Run/Debugger settings, I set the "Use debugger from SDK" = fle

Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "Revert "SCRIPT_HOME path had extra slash""

2015-05-13 Thread kevin.godell
out, > -Alex > > On 5/13/15, 7:43 AM, "kevin.godell" <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=46467&i=0>> wrote: > > >I will try to put in some echo statements and see whst scripthome is > being > >defined as when I get h

Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "Revert "SCRIPT_HOME path had extra slash""

2015-05-13 Thread kevin.godell
make mxmlc work using env vars. On Wednesday, May 13, 2015, Alex Harui [via Apache Flex Development] < ml-node+s247n46461...@n4.nabble.com> wrote: > > > On 5/13/15, 4:35 AM, "kevin.godell" <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=46461&a

Re: [3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert "Revert "SCRIPT_HOME path had extra slash""

2015-05-13 Thread kevin.godell
I hope that the patch wasn't the cause of the build failing! Quick question for you, I need to change the file permissions on the /bin/mxmlc so that it is user executable. Every time I download the flexjs nightly, I have to chmod 744 mxmlc so that IntelliJ wont complain about the permission to exe

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-13 Thread kevin.godell
Piotr, I had to tweak a few settings. I recorded a screen video from start to finish of me creating a project ->module->external tool->changing others settings. When I tried to upload to youtube last night, youtube complained about the format after it hanged for a while. I am trying to upload it on

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
It created the index.html this time, and I was able to view the js app there. Cool. What is the difference between the release and the debug version? They appeared identical in the browser. /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
I had a little success getting the swf to connect to the debugging console in intellij, I think. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Rea

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml Using Falcon codebase: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17 Using Flex SDK: /Users/kevinGodell/Documents/flexJS-nightly_air-17_fp

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-12 Thread kevin.godell
ave additional output about which SWCs it is looking > for. Maybe that will give us a clue why it can’t find these .js files > > -Alex > > On 5/11/15, 10:52 PM, "kevin.godell" <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=46422&i=0>>

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
I did have to tweak the mxmlc file in /js/bin because the build would immediately fail with the Error: Unable to access jarfile /../lib/mxmlc.jar. I changed SCRIPT_HOME and removed the "/". Maybe that broke something? All of the files I have were installed using the flex sdk installer with the flex

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
@Piotrz, I found the FilePath when I was playing with the insert macros button. @Alex, the new message is slightly different, now complaining about a different file: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/Dat

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
I changed it to /js/bin/mxmlc and got this response: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/js/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml Using Falcon codebase: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17 Using Flex SDK: /

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
And about the intellij external tools settings, you can use $FilePath$ in the parameters box instead of hard coding the individual app's .mxml file. Just make sure you have the main .mxml file open and it is focused, so that the tool will target it's FilePath when launching. That way you can reuse

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-11 Thread kevin.godell
I was able to get the external tool setup on mac/intellij and got a .swf using the DataBindingTest example with only 1 warning: /Users/kevinGodell/Documents/flexjs-0.0.3nightly_air-17/bin/mxmlc /Users/kevinGodell/IdeaProjects/flexJS/DataBindingTest/src/DataBindingTest.mxml Loading configuration: /

Re: Falcon/FalconJX installation broken

2015-05-11 Thread kevin.godell
Thanks Alex. I had already installed the flexjs nightly and was trying to setup external tools on intellij. I was trying to mimic the launch config settings found in /ide/flashbuilder which was targeting sdk/js/bin/mxmlc. When running the external tool on intellij(after updating to java 1.7) there

Re: Falcon/FalconJX installation broken

2015-05-10 Thread kevin.godell
I have been trying to get falcon installed using the apache flex sdk installer, but it fails with the same error message about FLEX_HOME not being set. I have set it in terminal with the following command: launchctl setenv FLEX_HOME "/Users/kevinGodell/Documents/flexjs0.0.3N-air17" and I can verify

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-10 Thread kevin.godell
@Piotr Shouldn’t you target the mxmlc and compc that are in /js/bin? It seems like you are in /bin. I am stuck at this point on intellij trying to use compc or mxmlc with the following message: /Users/kevinGodell/Documents/flexjs0.0.3N-air17/js/bin/mxmlc Using Falcon codebase: /Users/kevinGod

Re: Custom ToggleSwitch in code

2015-04-28 Thread kevin.godell
One problem you have in your script is that you are not actually creating a toggleSwitch in your code. It should be something like var tog:ToggleSwitch = new ToggleSwitch; You have some options for assigning the skin. If you are creating a class reference in the style section, such as s|Tog

Re: [Flex Mobile] Flash Builder instructions

2015-03-26 Thread kevin.godell
Have you added anything extra to the infoadditions or entitlements in the app descriptor file? On Thursday, March 26, 2015, Peter Ent [via Apache Flex Development] < ml-node+s247n4581...@n4.nabble.com> wrote: > I have a provisioning profile with my device registered. > Thanks, > Peter > > On

Re: ios geolocation always muted with air 16

2015-03-23 Thread kevin.godell
Did it work before taking the 8.2 upgrade? Can you check to see if the gps works for any other apps on your ipad, such as the built-in apple navigation app, just to rule out that there wasnt a bug introduced in the OS? I see from your entitlements that you may be using testflight? This prevents y

Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-03-23 Thread kevin.godell
I was testing out the new "padding" property yesterday on a VGroup and found it to be a convenient shortcut. One thing I noticed is that when using this new property along with any of the other padding properties, such as paddingLeft, that it is a situation of "last one in wins." http://apache-fle

Re: flex/air does not resize app when "call in use" statusbar showing on iphone

2015-03-22 Thread kevin.godell
The Kohler Generators app(found in the apache flex community showcase) handles the statusbar size change perfectly. I looked inside their .ipa and found that they had gpu, along with using flex 4.14 and air 16. I set the rendermode to gpu in my TabbedViewNavigatorApplication and now the statusba

Re: ios geolocation always muted with air 16

2015-03-22 Thread kevin.godell
I just downloaded the latest RC with air 17 a few minutes ago and can confirm that the gps still works on my iphone 5c running 8.2. an excerpt from the infoadditions in the app descriptor file of my working app: UIRequiredDeviceCapabilities location-services gps NSLo

Re: [4.14.1] no help, no release

2015-03-17 Thread kevin.godell
When the 4.14.1 RC became available, I noticed that the 4.15 nightly is no longer available in the windows apache flex installer. Is that the way it is supposed to work? Is 4.14.1 made from the nightly? Forgive my ignorance, but I am trying to follow along and stay up to date with the latest develo

Re: Spark Label get Truncated after + symbol even it have enough width to render.

2015-03-12 Thread kevin.godell
Have you tried using the unicode for plus sign, \u002B? This may be a temp workaround for you. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Spark-Label-get-Truncated-after-symbol-even-it-have-enough-width-to-render-tp45508p45510.html Sent from the Apache

Re: flex/air does not resize app when "call in use" statusbar showing on iphone

2015-03-10 Thread kevin.godell
I wish it was just my app, but alas, I created a new app and had the same results: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160" backgroundColor="0x00">

Re: [GitHub] flex-sdk pull request: deleted "removed = source.splice(index, 1)[...

2015-03-08 Thread kevin.godell
ArrayList.as was broken recently due to an improvement. Can somebody with write access merge this pull request [1] to remove line 532 from [2] The problem created is that 2 items get removed when using removeItemAt(index) due to line 532. [1] https://github.com/apache/flex-sdk/pull/17 [2] https:/

Re: flex/air does not resize app when "call in use" statusbar showing on iphone

2015-03-08 Thread kevin.godell
Looking into this further, it is not just the "phone in use" or "wifi hotspot" statusbars that cause this situation, but any other app that manipulates the height of the native ios statusbar, such as google maps and the built-in ios map program. While it not only creates a bad looking gap at the

Re: Setup for patching

2015-03-05 Thread kevin.godell
for this excellent tip. Why do you have to copy the directory > structure? Is it to preserve the package line in the class file? > > I'll start experimenting with these tips as soon as I feel comfortable > enough with the repo :) > Dany > > Op 5 mar 2015 om 02:09 uur uur sc

Re: flex/air does not resize app when "call in use" statusbar showing on iphone

2015-03-05 Thread kevin.godell
first scenario: app is launched before making phone call image 1 shows app normal, completely using the available space image 2 follows image 1 chronologically showing phone in use after app was already launched, a

Re: flex/air does not resize app when "call in use" statusbar showing on iphone

2015-03-04 Thread kevin.godell
I was testing this again, and found something a little off. On the viewnavigatorapplication addedToStage handler, I added some trace statements to get the sizes of height: trace(this.height); trace(this.stage.height); trace(this.stage.stageHeight); trace(Capabilities.screenResolutionY); each had

Re: Setup for patching

2015-03-04 Thread kevin.godell
@Dany I wanted to elaborate further on what Alex mentioned about adding a source path for working on patches. For example, I just found a problem and wanted to make some quick edits to see if I could fix ArrayList.as. So, I found the file in the sdk, making note of the directory structure. I copi

flex/air does not resize app when "call in use" statusbar showing on iphone

2015-03-03 Thread kevin.godell
I just noticed that if I launch my app, minimize it to make a call, and then maximize it while staying on the call, that the enlarged "call in use" statusbar of iOS pans my app content downward, making some of my buttons difficult to interact with because they are at the bottom of my view. I tested

Re: [4.14] Adobe Embedded Font Libs and Utils required for FlatSpark skins

2015-02-08 Thread kevin.godell
As an update to my complaint about the roboto warnings when debugging to an Android 4 device, I fixed it by copying the font-face from the default.css and changing the embed-as-cff option to true: /*Roboto Fonts*/ @font-face { src: url("spark/skins/android4/assets/fonts/Roboto-Regular.ttf"

Re: ios geolocation always muted with air 16

2015-01-31 Thread kevin.godell
Thanks for the tip. I added the following to the InfoAdditions: NSLocationWhenInUseUsageDescription Powered by Flex 4.14.0 It works! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ios-geolocation-always-muted-with-air-16-tp44796p44809.html Sent from the

ios geolocation always muted with air 16

2015-01-31 Thread kevin.godell
I just compiled my app to try on my iphone 5c with ios 8.1 using flex 4.14.0 and air 16.0. The geolocation.muted is always true. The ios system settings menu no longer shows location as an option for my app. Compiling the same app with flex 4.14.0 and air 15.0 allows the gps to work. System settin

Re: [4.14] Adobe Embedded Font Libs and Utils required for FlatSpark skins

2015-01-31 Thread kevin.godell
I suppose that I am one of the users who did not read the instructions(can't find them at the moment). How can I get rid of the warnings: "warning: incompatible embedded font 'RobotoRegular' specified for spark.components::Label (Label73) . This component requires that the embedded font be declared

Re: Can somebody verify my code fix for bug FLEX-34712?

2015-01-13 Thread kevin.godell
I just had a chance to run tests using an iphone 5c. The bug does not show itself and the callout positions itself correctly when rotating device. I can only produce trouble on every android device tested (2 tablets, 2 phones). On the bright side, my patch does not negatively affect the performance

Re: Can somebody verify my code fix for bug FLEX-34712?

2015-01-10 Thread kevin.godell
I moved the code to the newly created function, per your suggestion. https://github.com/kevinGodell/flex-sdk/commit/ba0144f5f9d97d02246dfa4b89b21188ae060199#diff-0a74af61d4412a0cf5a0b5b00b2ccad3 If you think it looks right, I can submit a pull request. -- View this message in context: http://a

Re: Can somebody verify my code fix for bug FLEX-34712?

2015-01-09 Thread kevin.godell
The problem: when systemManager_resizeHandler is called, calculatePopUpPosition()'s x and y may not be correct yet. If waiting a moment later by using callLater(), then the x and y are correct, and now would be a good time to call invalidatePosition(). I propose to wrap the code called in systemMan

Re: Can somebody verify my code fix for bug FLEX-34712?

2015-01-09 Thread kevin.godell
Actually, I did try your suggestion. Even if removing the flag var and just calling invalidatePosition on stage resize, it still gets called too soon. The alternative to my posted code is just to add the stage resize listener, and call the invalidatePosition via callLater() in that listener. I will

Can somebody verify my code fix for bug FLEX-34712?

2015-01-07 Thread kevin.godell
I came across a little bug using the calloutButton. I can duplicate the bug everytime. When the callout of the calloutButton is open during a device screen rotatation, the popup repositions incorrectly. The bug does not show up on the simulator, but only on each of the 3 android devices that I used

RE: Best way to modify and test possible bug in Callout.as ?

2015-01-06 Thread kevin.godell
I tested it and verified that the callout loses its position to the calloutbutton when rotating device, while testing on 3 different android devices. It works fine on the simulator. I created a bug report https://issues.apache.org/jira/browse/FLEX-34712 -- View this message in context: http://a

Re: Best way to modify and test possible bug in Callout.as ?

2015-01-05 Thread kevin.godell
Ok, I have monkey patching setup. My problem was that when I copied the Callout.as, I did not include the folder structures spark/components/Callout.as into my folder that I added to my project's source path. Sorry to bother everyone. -- View this message in context: http://apache-flex-developm

Re: Best way to modify and test possible bug in Callout.as ?

2015-01-05 Thread kevin.godell
Thanks for the response. I think that my question was missed due to the long post. I do not want to hide the callout, that is just a workaround. I want to fix the source code so that the callout gets positioned properly when resizing. I need my edited version of Callout.as to be used, instead of th

Best way to modify and test possible bug in Callout.as ?

2015-01-05 Thread kevin.godell
I have an issue with the positioning of a callout that is created from the calloutbutton's calloutContent. In the simulator, the callout positions itself correctly to the calloutbutton when rotating the screen. On both of my android tablets(sony and samsung), the callout loses its position and ends

Flex Development Workflow involving jira, git, and jenkins

2015-01-01 Thread kevin.godell
I am trying to have a better understanding of the overall process of how bugs are fixed, files are updated, and releases are made. This has left me with several questions that I hope to have answered. Does a jira ticket need to be made for a bug to be fixed, or can I submit a patch without a jira