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

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.

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.

IntelliJ external tool to kill iOS Simulator when debugging on Mac

2015-06-14 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

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-30 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

Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-30 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:

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

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

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

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

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 user @ apache.org? From the flex-sdk repo on github.com, I clicked on the link to

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

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

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

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

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:

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.

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

2015-05-21 Thread kevin.godell
, kevin.godell [hidden email] http:///user/SendEmail.jtp?type=nodenode=46787i=2 wrote: 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. http://apache-flex-development.247.n4.nabble.com/file/n46778

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
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=nodenode=46789i=0 wrote: I tried it again this morning and it failed

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:

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 sdk/bin does not have executable privileges. When using it as an external tool in IntelliJ on mac, I get a

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 was

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

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: [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 use

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

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. http://apache-flex-development.247.n4.nabble.com/file/n46778/Screen_Shot_2015-05-20_at_9.png -- View this message in context:

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

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

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 iframe width=420 height=315 src=https://www.youtube.com/embed/X7LqexU8TkQ; frameborder=0 allowfullscreen/iframe -- View this

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

2015-05-17 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:

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

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 then

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

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 my

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, kevin.godell [hidden email] http

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 appears

Re: [FlexJS] IntelliJ Integration

2015-05-14 Thread kevin.godell
Alex Harui wrote On 5/13/15, 10:10 PM, piotrz lt; piotrzarzycki21@ gt; 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 this thread.

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

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 once

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

2015-05-13 Thread kevin.godell
use relative paths from there to find other things. I’d prefer not to require environment variables as I think there are similar scripts in the Flex SDK that don’t require environment variables, but I could be wrong about that. Thanks for helping out, -Alex On 5/13/15, 7:43 AM, kevin.godell

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

2015-05-13 Thread kevin.godell
to 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=nodenode=46461i=0 wrote: I hope that the patch wasn't the cause

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 =

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

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:

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

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

2015-05-12 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-12 Thread kevin.godell
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=nodenode=46422i=0 wrote: I did have to tweak the mxmlc file in /js/bin because the build would immediately

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:

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. http://apache-flex-development.247.n4.nabble.com/file/n46448/Screen_Shot_2015-05-12_at_9.png -- View this message in context:

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

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

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

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

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

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. VGroup paddingLeft=5

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: keyUIRequiredDeviceCapabilities/key array stringlocation-services/string

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

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: ?xml version=1.0 encoding=utf-8? s:Application xmlns:fx=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]

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: 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 http://apache-flex-development.247.n4.nabble.com/file/n45412/IMG_0175.jpg image 2 follows image 1 chronologically showing phone in use after app was already launched,

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 schreef kevin.godell [hidden email] http:///user

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

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:

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

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

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: keyNSLocationWhenInUseUsageDescription/key stringPowered by Flex 4.14.0/string It works! -- View this message in context:

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

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

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:

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

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