Re: CheckBox with includeInLayout="false"

2018-02-20 Thread Kyle McKnight
xmlns:base="*" > xmlns:fx="http://ns.adobe.com/mxml/2009; > xmlns:s="library://ns.adobe.com/flex/spark"> > > > > > > > > > > > > Kyle McKnight > Senior UI Engineer - Accesso > 321.347.7318 (M) > >

CheckBox with includeInLayout="false"

2018-02-20 Thread Kyle McKnight
in the latest 4.16.1 Anyone else run into this or know the cause? http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark"> Kyle McKnight Senior UI Engineer - Accesso 321.347.7318 (M)

Re: looking to hand off existing project

2018-01-30 Thread Kyle McKnight
I would be interested in hearing any more info you can give about it Kyle On Jan 29, 2018 4:16 PM, "Justin Myers" wrote: > Looking to see if anyone would be interested in inheriting a Flex 4 > project of mine. I am unavailable to meet my client’s timeline. It is an > Adobe AIR

Spark CurrencyFormatter doesn't honor symbol alignment

2018-01-25 Thread Kyle McKnight
separator and a space for the grouping separator. Is this just not supported? Or is there further action required on the OS settings to get this to work? Thanks! Kyle McKnight Senior UI Engineer - Accesso 321.347.7318 (M)

Re: Event when app regains focus

2018-01-02 Thread Kyle McKnight
1) I believe you can listen to the Event.ACTIVATE event on your NativeApplication instance to listen for when it comes back into focus. 2) Unsure on this one. Kyle Kyle McKnight Senior UI Engineer - Accesso 321.347.7318 (M) On Tue, Jan 2, 2018 at 8:59 PM, bilbosax <waspenc...@comcast.

Re: ModuleLoader vs SWFLoader

2017-12-05 Thread Kyle McKnight
collected if you set the instance of the module to null and there are no references to it. I don't think switching to using SWFLoader will inherently cause less leaks. Have you been able to profile your application using a tool like Scout? Kyle McKnight Senior UI Engineer - Accesso

Re: 4.16.1 source

2017-11-27 Thread Kyle McKnight
Perfect! There now, thank you! Kyle Kyle McKnight Senior UI Engineer - Accesso 321.347.7318 (M) On Mon, Nov 27, 2017 at 12:45 PM, Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote: > Hi Kyle, > > I'm sorry about that. I thought I have pushed it. Fetch now and let me > know.

4.16.1 source

2017-11-27 Thread Kyle McKnight
! Kyle McKnight Senior UI Engineer - Accesso 321.347.7318 (M)

StageWebView on 4.16.0

2017-11-25 Thread Kyle McKnight
. However, I will be working on doing that and just wanted to put feelers out. Note that I have not yet tried Flex 4.16.1 Kyle McKnight Senior UI Engineer - Accesso 321.347.7318 (M)

RE: AIR

2017-08-26 Thread Kyle McKnight
t; result.data : [{rows:result.rowsAffected}]; > var listResult:ArrayCollection = new > ArrayCollection(temp); > _myResults.removeAll(); > _myResults.addAll(listResult); > > } > > > > --

Re: AIR

2017-08-26 Thread Kyle McKnight
class, don't need to set it every single time the drop down changes. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Sat, Aug 26, 2017 at 7:24 PM, Kyle McKnight <kamck...@gmail.com> wrote: > From the limited code you've posted what looks like is happeing is that > you

Re: AIR

2017-08-26 Thread Kyle McKnight
tem on _myResults. (also making sure to call removeAll before doing so each time) Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Sat, Aug 26, 2017 at 7:20 PM, Trevor Holman <trev...@mchsi.com> wrote: > I've tried this in the resultHandler function and when I trace tha

Re: AIR

2017-08-26 Thread Kyle McKnight
are received. Then use the getter in you data grid using curly bracket bindkng. Then when the even is fired the getter would get triggered and the data grid would be updated On Aug 26, 2017 6:42 PM, "Kyle McKnight" <kamck...@gmail.com> wrote: > Or just declare and define your

Re: AIR

2017-08-26 Thread Kyle McKnight
ArrayCollection to add each item to it Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Sat, Aug 26, 2017 at 6:40 PM, Kyle McKnight <kamck...@gmail.com> wrote: > There are many ways you could do it. > > Try dispatching a custom event, something like "itemCategor

Re: AIR

2017-08-26 Thread Kyle McKnight
Or you can also just make sure to set it as the data provider after the results are received rather than before. Kyle Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Sat, Aug 26, 2017 at 12:35 PM, Kyle McKnight <kamck...@gmail.com> wrote: > Don't set _myResults to a

Re: Reg Exp help

2017-07-25 Thread Kyle McKnight
That's strange, I copied and pasted your code into FlashDevelop and ran it and traced out cText and it came out properly to "3600" Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Jul 25, 2017 at 10:16 AM, jfb <j.ballada...@verizon.net> wrote: > Hi

Re: Can I control the parameter order in an HTTPService Post?

2017-07-11 Thread Kyle McKnight
Good job! Glad you got it to work. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Jul 11, 2017 at 9:44 AM, Jeffry Houser <jef...@dot-com-it.com> wrote: > Thanks Kyle and Javier for their thoughts. > > I was eventually able to do this using the l

Re: Can I control the parameter order in an HTTPService Post?

2017-07-05 Thread Kyle McKnight
When iterating over properties in ActionScript there is no guarantee of the order unfortunately. I can't think of a front-end solution that would solve this problem. I believe the only solution would be on the server's side. Kyle Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M

Re: unable to transcode font

2017-06-21 Thread Kyle McKnight
After getting those files, it worked, thanks guys! Kyle Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Mon, Jun 19, 2017 at 7:39 PM, Kyle McKnight <kamck...@gmail.com> wrote: > Nevermind, the workaround worked. I had to go through this same workaround > in the

Re: iOS Touch ID integration in Flex

2017-06-20 Thread Kyle McKnight
There's an ANE for Android there might be one for iOS. I didn't have much time, but I didn't see one right away in a quick search :/ Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Jun 20, 2017 at 7:08 PM, Erik J. Thomas <e...@linqto.com> wrote: > Anybody know

Re: unable to transcode font

2017-06-19 Thread Kyle McKnight
Nevermind, the workaround worked. I had to go through this same workaround in the past when we added encryption to our app a while back. Totally forgot about it. Thanks! Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Mon, Jun 19, 2017 at 7:20 PM, kamcknig <kamck...@gmail.

Re: unable to transcode font

2017-06-19 Thread Kyle McKnight
If I remove the osmf download by removing the target in the thirdparty-downloads depends attribute just to skip it for now it then fails on the next asf.jar item. Same results, if I put the URL in the browser it can download just fine. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M

unable to transcode font

2017-06-17 Thread Kyle McKnight
g? Or at all with 4.16? Anyone know what I might be able to do to get it working again? Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M)

Re: Modal background is not centered if modal is shown while minimized

2017-06-06 Thread Kyle McKnight
Perfect, thanks! On Jun 6, 2017 1:52 PM, "Nemi" wrote: > Great that I helped. No need to delve into SDK source. > > I found the bug: https://issues.apache.org/jira/browse/FLEX-16946 > > Some notes: > More performant way to move popups is popupitem.move(x,y) > > To get

Modal background is not centered if modal is shown while minimized

2017-06-06 Thread Kyle McKnight
background is centered around the top-left corner rather than being centered in the application. If I use PopUpManager I can center the modal itself, but the background is still off-center. Anyone know how to get that centered? Should I just hide and reshow the modal? [image: Inline image 1] Kyle McKnight

Re: Skinning the spark navigator buttons

2017-05-04 Thread Kyle McKnight
As long as it works, I don't mind, thanks, I shall take a look! Kyle Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, May 4, 2017 at 2:17 AM, OK <p...@olafkrueger.net> wrote: > kamcknig wrote > > I'm trying to use the experimental spark accordion. &

Skinning the spark navigator buttons

2017-05-03 Thread Kyle McKnight
I'm trying to use the experimental spark accordion. I have some data showing in it properly. Now I'd like to change the look of the navigator button that displays the content for that section. I'm unsure how to go about doing so. Anyone have any examples? Thanks! Kyle McKnight Senior UI Engineer

Re: Spark GridItemRenderer not rendering

2017-02-16 Thread Kyle McKnight
Awesome! Glad it worked! Kyle Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, Feb 16, 2017 at 8:51 AM, Paul Hardiman <c...@hardiman.com> wrote: > You guys rock! > > Here is the new and WORKING GridItemRenderer with the Label object > formally added

Re: Spark GridItemRenderer not rendering

2017-02-16 Thread Kyle McKnight
I believe you should technically override createChildren of UIComponent and create any children in there. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/core/UIComponent.html#createChildren() Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, Feb 16

Re: Spark TextArea desktop and flash.text.TextField

2017-02-09 Thread Kyle McKnight
I don't think so. The skin calls for an IEditableText which is not implemented by the flash TextField On Feb 9, 2017 8:32 PM, "pol2095" wrote: > Hello, > > is-it possible to use flash.text.TextField in a desktop spark TextArea ? > > Thanks. > > > > -- > View this message in

Re: FDB in INtellij

2017-02-03 Thread Kyle McKnight
Yeah here it is in Flashdevelop Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Feb 3, 2017 at 9:52 AM, scott matheson <sc...@matheson.it> wrote: > > in was told this may be a memory problem, due to to deep > > > > > On 3 Feb 2017, at 14:34, k

Re: FDB in INtellij

2017-02-03 Thread Kyle McKnight
(The FDB debugging tool in the Flex SDK to be clear) Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Feb 3, 2017 at 9:34 AM, kamcknig <kamck...@gmail.com> wrote: > Hey everyone, currently using the Flex 4.15 and Intellij 2016.3, during > debugging, it can't

Re: FDB in INtellij

2017-02-03 Thread Kyle McKnight
Though that seems weird as I'm pretty sure FlashDevelop can do it just fine. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Feb 3, 2017 at 9:50 AM, Kyle McKnight <kamck...@gmail.com> wrote: > (The FDB debugging tool in the Flex SDK to be clear) > > > Kyle

Re: TextInput in a DataGrid

2017-01-31 Thread Kyle McKnight
jus tweird. But it is working th is way. So I suppose that's ok haha Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Jan 31, 2017 at 10:44 AM, Josh Tynjala <joshtynj...@gmail.com> wrote: > That sounds like the correct way to do it to me. I'm not sure that >

Re: TextInput in a DataGrid

2017-01-31 Thread Kyle McKnight
. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 <(602)%20515-1444> (M) On Tue, Jan 31, 2017 at 8:50 AM, kamcknig <kamck...@gmail.com> wrote: Hey everyone, I'm using a sp

Re: Styling Spark Alert

2017-01-24 Thread Kyle McKnight
Never mind, it's subclasses from Panel. So I use Panel's title styling Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Jan 24, 2017 at 5:50 AM, Kyle McKnight <kamck...@gmail.com> wrote: > I know that the spark Alert is experimental. But I see that the > "ti

Styling Spark Alert

2017-01-24 Thread Kyle McKnight
I know that the spark Alert is experimental. But I see that the "titleStyleName" has been removed. I don't see a style that replaces it either. Is there a way to style the title of a spark Alert? Thanks! Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M)

Re: Intellij and ADL command

2017-01-18 Thread Kyle McKnight
As an update, it worked, thanks a lot! Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Wed, Jan 18, 2017 at 5:34 PM, Kyle McKnight <kamck...@gmail.com> wrote: > Oh! Thank you! Perfect! I will get that a shot.RTFM. And I love going > through the API docs too :

Re: Intellij and ADL command

2017-01-18 Thread Kyle McKnight
Oh! Thank you! Perfect! I will get that a shot.RTFM. And I love going through the API docs too :( Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Wed, Jan 18, 2017 at 5:32 PM, Josh Tynjala <joshtynj...@gmail.com> wrote: > I assume that you start your first app is star

Re: Intellij and ADL command

2017-01-18 Thread Kyle McKnight
works fine in release, but depending on the IDE I use and how the IDE starts up adl, it is harder during debugging since I have to do a bunch of scripting of a batch to start the adl, and the IDE to start the batch rather than using any of the IDEs built-in build methods Kyle McKnight Senior UI

adl working directory

2017-01-18 Thread Kyle McKnight
Is there a way to set the working directory for an application run using the adl command-line? By default, whatever directory you are in when you run the adl command is the working directory of the app being debugged. Very frustrating not to be able to set it Kyle McKnight Senior UI Engineer

Intellij and ADL command

2017-01-18 Thread Kyle McKnight
have to do. So my options are to pass in the path from my app to the executable i'm starting, or to figure out how to manipulate intellij. Anyone run into this or know how I might fix it? Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M)

Re: Trying to compile runtime resource modules

2017-01-01 Thread Kyle McKnight
gger everything >should still be intact. I'm never updating the locale in any other spot. > > >Kyle McKnight >Senior UI Engineer - Accesso >602.515.1444 (M) > >On Mon, Jan 2, 2017 at 12:51 AM, Alex Harui [via Apache Flex Users] < >ml-node+s246n14397...@n4.nabble.co

Re: Is this a bug in the framework?

2017-01-01 Thread Kyle McKnight
Thanks, sorry, its version 4.15 and AIR 20 On Jan 1, 2017 1:43 PM, "piotrz" wrote: > Hi Kyle, > > It would be helpful if you provide what version of SDK are you using? > > Thanks, > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this

Trying to compile runtime resource modules

2017-01-01 Thread Kyle McKnight
. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M)

Is this a bug in the framework?

2017-01-01 Thread Kyle McKnight
I'm trying to get some locales to work in my validators. But the error messages keep coming back null. I have compiled my locales into runtime loaded SWFs, and I load the proper one at runtime. When the locale module is loaded I can call the resoureManager.getString(, ) and the proper string comes

Re: Listen for the Originator of an Event

2016-12-06 Thread Kyle McKnight
Does that rule apply with reusable item renderer's though or do you need to be more careful with them? Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Dec 6, 2016 at 1:40 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 12/6/16, 10:21 AM, "bilbosax"

Re: Listen for the Originator of an Event

2016-12-06 Thread Kyle McKnight
to get the selection index. So in your custom event handler, you would do var selectedIndex:int = dataGrid.dataProvider.getItemIndex(event.target.data) Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Dec 6, 2016 at 7:54 AM, bilbosax <waspenc...@comcast.net> wrote: >

Re: Listen for the Originator of an Event

2016-12-06 Thread Kyle McKnight
the selectionChange would normally happen. And you can fire another custom event when the radio is selected. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Dec 6, 2016 at 1:16 AM, bilbosax <waspenc...@comcast.net> wrote: > But I actually NEED to react programmatically if the select

Re: Listen for the Originator of an Event

2016-12-05 Thread Kyle McKnight
You could always use a custom event dispatchex from the renderer instead of the grid selection event. The renderer with the radio button then could dispatch the event if it was clicked but wasnt a radio buttton click On Dec 6, 2016 12:38 AM, "bilbosax" wrote: > I have a

Re: Error compiling stylesheets

2016-12-02 Thread Kyle McKnight
I believe Flash Builder does a LOT of behind the scenes magic that wont work if you're using the normal command line without extra steps. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Dec 2, 2016 at 4:50 PM, Kyle McKnight <kamck...@gmail.com> wrote: > I know th

Re: Error compiling stylesheets

2016-12-02 Thread Kyle McKnight
of the project. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Dec 2, 2016 at 4:43 PM, mark goldin <markzolo...@gmail.com> wrote: > Yes, because it works fine when I run it from from FBas my code shows. > > On Fri, Dec 2, 2016 at 3:28 PM Kyle McKnight <kamck..

Re: Error compiling stylesheets

2016-12-02 Thread Kyle McKnight
Without a starting slash it's relative to the file that contains the embed. Is the svg in the right location? Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Dec 2, 2016 at 4:22 PM, mark goldin <markzolo...@gmail.com> wrote: > I am getting the following error: &g

Re: will event handlers in mxml be removed automatically?

2016-11-25 Thread Kyle McKnight
It's always good practice to remove them yes. You can also look into weakly referenced listeners, but it's still better to remove them yourself Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Nov 25, 2016 at 10:39 AM, Frank Dahmen <fr...@dahmenia.de> wrote: > grea

Re: will event handlers in mxml be removed automatically?

2016-11-25 Thread Kyle McKnight
I know that you can not remove them manually by calling removeEventListener. There is documentation somewhere stating that. I do not know if they are removed internally by the framework Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Nov 25, 2016 at 10:27 AM, Alex Harui <

Re: Do ItemRenderer's get reused across different components?

2016-10-26 Thread Kyle McKnight
since general practice is to use virtual layouts. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Wed, Oct 26, 2016 at 2:56 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 10/26/16, 4:33 AM, "kamcknig" <kamck...@gmail.com> wrote: > > >Test

Re: Do ItemRenderer's get reused across different components?

2016-10-25 Thread Kyle McKnight
I only set the explicitWidth. Where would I store the columnWidth once it's attained? Since the parents of the child are also reused, if I stored them in the parent renderer then those values might not be right for the next time they are reused. Lol. What a mess! :) Kyle McKnight Senior UI

Re: Do ItemRenderer's get reused across different components?

2016-10-25 Thread Kyle McKnight
Hmm, sorry. Couldn't quite figure it out. At the end of the set data override of my ChildList renderer I added a listener for the update event. Then in the handler, if the explicitWidth hadn't been set yet, I set it. But they still resized. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444

Re: Do ItemRenderer's get reused across different components?

2016-10-25 Thread Kyle McKnight
Great! Thanks so much On Oct 25, 2016 5:05 PM, "Alex Harui" wrote: > > > On 10/25/16, 1:42 PM, "kamcknig" wrote: > > >I'll try that out, is there an event I can listen for when a layout has > >completed all of it's measurements and positionings? > > It

Do ItemRenderer's get reused across different components?

2016-10-25 Thread Kyle McKnight
if renderers are reused even if they are contained withing different components as long as they use the same Class of renderer? Is this happening because when the data is set on the ChildList renderer's I'm not resetting everything to some default state? Kyle McKnight Senior UI Engineer - Accesso

Re: Updating data for List refreshes entire List and scrolls to the top

2016-10-25 Thread Kyle McKnight
nagers\LayoutManager.as:1188 Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Mon, Oct 24, 2016 at 3:58 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Calling refresh on the dataprovider is probably what is causing this. > > Have you tried using the i

Re: Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread Kyle McKnight
because I am required to for who I'm writing it for :) So I need a way to tell the item renderer that it needs to update and the only way I originally knew how was to refresh the entire list rather than just the one. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Mon, Oct 24, 2016 at 4

Re: Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread Kyle McKnight
I was looking for something like that. Will get back to you tomorrow with whether it works for me or not! Thanks! Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Mon, Oct 24, 2016 at 3:58 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Callin

Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread Kyle McKnight
and causes it to scroll back up to the top. Is there a way to only update the single ItemRenderer whose data changed? Or is there some other way around this? Thanks! Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M)

Re: Clearing List Control

2016-09-29 Thread Kyle McKnight
Nevermind. I'm silly. I just realized what I sent lol. If it's null it'll set it to a new empty Vector. Ignore me please :) Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, Sep 29, 2016 at 4:52 PM, Kyle McKnight <kamck...@gmail.com> wrote: > Did you try list.select

Re: Clearing List Control

2016-09-29 Thread Kyle McKnight
_proposedSelectedIndices = new Vector.(); Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, Sep 29, 2016 at 4:47 PM, Matthew Weir <mattcomm...@yahoo.com.invalid > wrote: > Apparently this works, But I don't understand why you just can't say the > selectedIndic

Re: flex unit test can't install

2016-09-29 Thread Kyle McKnight
Thanks! Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, Sep 29, 2016 at 1:03 PM, Kyle McKnight <kamck...@gmail.com> wrote: > I just found teh git repo though after you say that https://github.com/ > apache/flex-flexunit and I do see the downloads.xml is ther

Re: flex unit test can't install

2016-09-29 Thread Kyle McKnight
I just found teh git repo though after you say that https://github.com/apache/flex-flexunit and I do see the downloads.xml is there Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, Sep 29, 2016 at 1:02 PM, Kyle McKnight <kamck...@gmail.com> wrote: > I downloaded t

Re: flex unit test can't install

2016-09-29 Thread Kyle McKnight
I downloaded the source from the website https://flex.apache.org/download-flexunit.html. Would these not have the updated links? Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, Sep 29, 2016 at 12:59 PM, Alex Harui <aha...@adobe.com> wrote: > How did you get the co

flex unit test can't install

2016-09-29 Thread Kyle McKnight
I'm trying to build the FlexUnit 4 project. The thirdparty-downloads target fails because there is no downloads.xml in the base directory. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M)

Re: Rookie ArrayCollection Question

2016-09-29 Thread Kyle McKnight
/questions/7918194/how-can-i-copy-an-arraycollection-of-transfer-objects-in-actionscript Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, Sep 29, 2016 at 6:19 AM, Kyle McKnight <kamck...@gmail.com> wrote: > ArrayCollections are a complex data type meaning they a

Re: Rookie ArrayCollection Question

2016-09-29 Thread Kyle McKnight
ArrayCollections are a complex data type meaning they are passed around by reference. You are actually passing a pointer to the array. The pointer points to the memory location. You'll have to make a copy of the array. Try Comps.dataProvider = compArrayCollection.source.concat(); Google

Re: Rookie ArrayCollection Question

2016-09-28 Thread Kyle McKnight
You can only add new properties to a class if it is declared as dynamic. You can also add new properties to generic Objects. You might have to give more info as to what "CustomDatatype" is and how it's created. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Wed, Se

Re: Rookie ArrayCollection Question

2016-09-28 Thread Kyle McKnight
Are you meaning you have an array of arrays? As far as I know you'd just create a loop to go through them and add it. Because of the number of items in the array and the size of the data you're working with you might have to do it in chunks. Pass a start and end index into a function to run

Re: Custom skin based on SDK version

2016-09-28 Thread Kyle McKnight
Thanks I'll take a look at themes! On Sep 28, 2016 1:26 PM, "Alex Harui" <aha...@adobe.com> wrote: > > > On 9/28/16, 10:07 AM, "Kyle McKnight" <kamck...@gmail.com> wrote: > > >So I'd like to conditionally create the skin based on which

Re: Custom skin based on SDK version

2016-09-28 Thread Kyle McKnight
requires different components in the skin. So I'd like to conditionally create the skin based on which SDK is being used to compile. Is that possible? Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Wed, Sep 28, 2016 at 12:58 PM, OK <p...@olafkrueger.net> wrote: > kamck

Re: Custom skin based on SDK version

2016-09-28 Thread Kyle McKnight
Isn't that what I'm asking how to do? Design a skin that acts differently based on SDK version. Or has different elements based on SDK version. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Wed, Sep 28, 2016 at 9:24 AM, Scott Mathewson <sc...@matheson.it> wrote: >

Custom skin based on SDK version

2016-09-28 Thread Kyle McKnight
Is there a standard way to edit a skin based upon the SDK version? I want to change the MXML in the skin file based upon whether we are working in the old adobe 4.6 or the new apache 4.15. Is this possible and if so can someone point me in the right direction? Kyle McKnight Senior UI Engineer

Re: dragEnabled on a button

2016-09-04 Thread Kyle McKnight
I believe dragEnabled is defined on list based controls. You will probably have to use DragManager to do something like dragging a button On Sep 4, 2016 4:50 PM, "scott matheson" wrote: > Hi >i am making my own draggable switch, I was expectin g to set the > dragEnabled

Re: DataGrid in 4.10.0 is blank

2016-08-27 Thread Kyle McKnight
Ah! I guess I just didnt' read far enough. Thanks :) Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Sat, Aug 27, 2016 at 11:17 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 8/27/16, 8:10 AM, "Kyle McKnight" <kamck...@gmail.com> wrote: >

Re: DataGrid in 4.10.0 is blank

2016-08-27 Thread Kyle McKnight
Oh my gosh! You did it! Did you just know it, or do you have any documentation which maybe shows how you figured it out? Very much appreciated! Kyle Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Sat, Aug 27, 2016 at 11:02 AM, Alex Harui <aha...@adobe.com> wrote: >

Re: Hot to get smooth transitions in a flex mobile app

2016-08-27 Thread Kyle McKnight
I believe mobile AIR might support workers? I'm unsure, haven't really looked at them. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Sat, Aug 27, 2016 at 8:53 AM, Clint M <cmod...@gmail.com> wrote: > If you run Adobe Scout and set -advanced-telemetry in your compile

Re: DataGrid in 4.10.0 is blank

2016-08-27 Thread Kyle McKnight
Not sure how this will look in email. Here is the skin, though removing it didn't help :/ http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:fb="http://ns.adobe.com/flashbuilder/2009; alpha.disabled="0.5" minWidth="89"

Re: Downloading Large Amounts of Data from Database

2016-08-26 Thread Kyle McKnight
can get the next set of data. Then as each set comes in add it to your "global" array/collection. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Aug 26, 2016 at 9:42 PM, bilbosax <waspenc...@comcast.net> wrote: > Yes, unfortunately I do need all of the r

Re: DataGrid in 4.10.0 is blank

2016-08-26 Thread Kyle McKnight
I also found this which looked promising http://apache-flex-development.247.n4.nabble.com/4-10-spark-datagrid-td30705.html because this is using a custome skin but I removed the custom skin and it still did the same thing :( Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M

Re: DataGrid in 4.10.0 is blank

2016-08-26 Thread Kyle McKnight
ttp://mail-archives.apache.org/mod_mbox/flex-dev/201310.mbox/%3c52568dfe.2090...@leeburrows.com%3E Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Aug 26, 2016 at 1:55 PM, Alex Harui <aha...@adobe.com> wrote: > The stack trace indicates that centerGridColumnHeaderView is null.

Re: DataGrid in 4.10.0 is blank

2016-08-26 Thread Kyle McKnight
O course it works fine in my test of it by itself. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Aug 26, 2016 at 9:26 AM, Kyle McKnight <kamck...@gmail.com> wrote: > Yes it does, from 4.10.0 up to 4.15.0. I'll try to recreate what is > happening in a st

Re: DataGrid in 4.10.0 is blank

2016-08-26 Thread Kyle McKnight
Yes it does, from 4.10.0 up to 4.15.0. I'll try to recreate what is happening in a standalone app, and send a link if I can recreate it but it'll be hard since there are so many moving parts. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Aug 26, 2016 at 9:21 AM, Tom

Re: DataGrid in 4.10.0 is blank

2016-08-26 Thread Kyle McKnight
/system_mouseMoveHandler at /Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/src/spark/components/supportClasses/ScrollBarBase.as:810 Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Fri, Aug 26, 2016 at 9:01 AM, Tom Chiverton <t...@extravision.com> wrote: &g

DataGrid in 4.10.0 is blank

2016-08-26 Thread Kyle McKnight
from 4.9.1 to 4.10.0 Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M)

Re: TitleWindow close button is flickering after update

2016-08-23 Thread Kyle McKnight
I found the problem! Ugh. It was a skin that was causing the problem, nothing internal to flex. Thanks so much, Kyle Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Aug 23, 2016 at 5:14 AM, piotrz <piotrzarzyck...@gmail.com> wrote: > Hi Kyle, > > In such sce

Re: TitleWindow close button is flickering after update

2016-08-22 Thread Kyle McKnight
I mean the one that comes specifically from the TitleWindow class/skin. I'll check if there is a skin applied but I believe it is the one that is supplied by default. Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Mon, Aug 22, 2016 at 7:02 PM, bilbosax <waspenc...@comcast.

TitleWindow close button is flickering after update

2016-08-22 Thread Kyle McKnight
work. Any help would be appreciated. Thanks Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M)

Getting values of custom datagridcolumn renderers

2015-07-21 Thread Kyle McKnight
and CustomComboBox. What is the easiest way to get those values? Thanks! Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M)