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

2011-11-14 Thread Gary
lect Project->Clean... from the menu This does a complete build of everything from the latest source. Cheers Gary

[flexcoders] Re: Flex and AIR on Mobile Platforms

2011-11-14 Thread Gary
hout some radically positive moves. For career security I'm learning JS, but I hope to continue with building mobile AIR apps with confidence. Gary

[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

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 demo

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 tu

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: http://www.nabble.com/

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

2009-02-24 Thread Gary Wall
alA", colB: "valB", colC: "", colD: "" }, { colA: "valA", colB: "", colC: "valC", colD: "" }, { colA: "valA", colB: "", colC: "", colD: "valD" }, ] Then you can skip declaring and adding DataGridColumns seperately and just feed the ArrayCollection to the dataProvider. Hope this helps. Cheers, //gary

[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] Using Server Stored Images In An Air Application?

2010-03-21 Thread Gary Moorcroft
Cheers Tracy. How exactly would I go about doing that though? The reason I can't figure it out is the images folder is on the server and the app is on each user's desktop. Normally this wouldn't matter as both the app and the images folder would both be on the server in a regular flex app which

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 wrote: From: Tracy Spratt Subject: RE: [f

[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] 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 puts

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 obvious

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] Get selected tree node for dynamically created tree

2006-01-03 Thread Ault, Gary - BLS
2"); var node3 = root.addTreeNode("node 3","3"); node3.addTreeNode("node 3-0", "3-0"); node3.addTreeNode("node 3-1", "3-1"); Tree Control: nodeOpen="nodeOpenEvt(event);" > Thanks

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

[flexcoders] Generic VO methods

2006-02-21 Thread Ault, Gary - BLS
Title: Generic VO methods I would like to create generic clear and copy methods for a value object class. Will the following code work? I thought I read somewhere there is a problem with ObjectCopy. Thanks. Gary Ault Bureau of Labor Statistics class vo.UserVO {     import

[flexcoders] Custom dg validator

2006-04-12 Thread Ault, Gary - BLS
validation error to trigger for other conditions. Can anyone see a flaw or have another approach to share? Thanks.  Here is my custom TextInput with validator: http://www.macromedia.com/2003/mxml" >   {text} Gary Ault Bureau of Labor Statistics -- Flexcoders Mail