[flexcoders] Re: code out of sync with flash builder

2011-11-14 Thread Gary
a complete build of everything from the latest source. Cheers Gary

[flexcoders] Re: Flex and AIR on Mobile Platforms

2011-11-14 Thread Gary
to continue with building mobile AIR apps with confidence. Gary

Re: [flexcoders] Re: Problems With my XML Created Array Collection

2010-04-21 Thread Gary Moorcroft
Actually the whole app was previously made entirely using shared objects with no web based dynamic data where the user could save all of the links to their local machine. The problem was of course my client wanted to add new links and update the existing links as time went on which means

Re: [flexcoders] Re: Problems With my XML Created Array Collection

2010-04-19 Thread Gary Moorcroft
Thanks a lot for your time Robert. You've been brilliant. I've just managed to find a similar solution somehwhere else but it's pretty much exactly the same as what you've suggested. I probably should use e4x too but t's the very fact that it needs to be implemented in a different way which

[flexcoders] +Re%3A%20Flex%203%20Eclipse%20and%20Java

2010-04-02 Thread Gary Trakhman
Our team has good results with FlashDevelop for the flex side, and eclipse for the java side, and maven scripting to tie it all together.

RE: [flexcoders] Using Server Stored Images In An Air Application?

2010-03-23 Thread Gary Moorcroft
Thanks a lot Tracy. It may sound silly but I'd never noticed that you can set a url as the source of an image and always thought the image had to be placed in a folder with the application.   That works great Cheers. --- On Mon, 22/3/10, Tracy Spratt tr...@nts3rd.com wrote: From: Tracy Spratt

[flexcoders] Re: Using Flex Builder 3 With PHP and MYSQL

2010-03-01 Thread Gary Moorcroft
Cheers Amy and valdhor. I've found some other solutions since then but I'll check WebOrb and Amy's blog out.   Thanks friends.

Re: [flexcoders] Re: Creating a DataProvider by dynamic loading

2009-02-24 Thread Gary Wall
}, ] Then you can skip declaring and adding DataGridColumns seperately and just feed the ArrayCollection to the dataProvider. Hope this helps. Cheers, //gary

Re: [flexcoders] Dynamic DataGrid + slow horizontal scrolling

2008-01-20 Thread Gary Smith
After more testing I have now reported this as a bug, you can follow and vote for this bug to be fixed, it seems that it was a cell rendering problem, so please all vote for this to be fixed http://bugs.adobe.com/jira/browse/SDK-14361 -- View this message in context:

Re: [flexcoders] Dynamic DataGrid + slow horizontal scrolling

2008-01-15 Thread Gary Smith
Thanks Scott you've been a great help, this is a great improvement over the last test example demo: http://www.smithkjaer.dk/flex/tst3/ArrayCollectionDemo4.html source: http://www.smithkjaer.dk/flex/tst3/srcview/index.html What has surprised me the most from this exercise is that alot of the

Re: [flexcoders] Dynamic DataGrid + slow horizontal scrolling

2008-01-14 Thread Gary Smith
Thanks for the quick reply Am I missing something, I have stripped the previous dynamic column generation out of the source and just concentrated on the test xml file which is delivered by our ERP system. The purpose of this code is to test the performance of the datagrid Here is the new

[flexcoders] Dynamic DataGrid + slow horizontal scrolling

2008-01-11 Thread Gary Smith
Can anyone explain why this datagrid is so slow at horizontal scrolling: source and demo here: it takes a few seconds to start over the internet due to large number of columns being generated dynamically out from the xml source http://www.smithkjaer.dk/flex/TestComp.html Note: If I disable the

[flexcoders] Custom dg validator

2006-04-12 Thread Ault, Gary - BLS
) //validator.validationError( null, Value must be an arithmetic operator, null ); //this does not work if (colName ==rptPricesOper value != test) validator.validationError( null, Value must be an arithmetic operator, null ); } // end customValidate ]] /mx:Script /mx:TextInput Gary

RE: [flexcoders] Flex2 Debugging

2006-01-23 Thread Geiser, Gary
I just posted a message and received my own message in e-mail. Getting replies, now that is another issue. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda Sent: Monday, January 23, 2006 10:17 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] RE: Get selected tree node for dynamically created tree

2006-01-09 Thread Ault, Gary - BLS
Thanks, Matt, for your answer, which saved me a lot of time. I see the answer is in the MM flexfaq, but somehow I missed it. Gary Message: 13 Date: Wed, 4 Jan 2006 20:56:08 -0800 From: Matt Chotin [EMAIL PROTECTED] Subject: RE: Get selected tree node for dynamically created tree

[flexcoders] Get selected tree node for dynamically created tree

2006-01-03 Thread Ault, Gary - BLS
); Tree Control: mx:Tree id=indTree dataProvider={treeDP} height=100% change=treeSelected( event ); nodeOpen=nodeOpenEvt(event); /mx:Tree Thanks for any help you can provide, Gary Ault Bureau of Labor Statistics -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group