Re: [AFFUG Discuss] Mate event maps

2009-07-13 Thread Brandon Alexander
I've been looking for a reason to use/learn Mate and I finally got a new project to start on. Otherwise, I've used Cairngorm and things like Cairngorm in the past. Brandon On Jul 13, 2009, at 3:53 PM, John Mason wrote: +1 There are probably several of us. Cairngorm will always be around,

Re: [AFFUG Discuss] ItemRenderer causing null error issues

2009-05-20 Thread Brandon Alexander
Yeah, the dataChange event is the proper one to use. Item renderers don't necessarily get re-created when a list changes. Relying on initialize, creationComplete or any of the other creation events is not a good idea for item renderers. -B On Tue, May 19, 2009 at 5:59 PM, Scott Talsma

[AFFUG Discuss] Text component issues

2008-10-29 Thread Brandon Alexander
I've about given up trying to solve this so I need help. I have an mx:Text component and I need to have it truncate. Sounds easy right? WRONG! The truncateToFit property, when set to true, does not append ... to the end of the string. I need the ... at the end. Any ideas? I'm also in kind of

Re: [AFFUG Discuss] Ant and AIR

2008-08-14 Thread Brandon Alexander
I'll be doing this in the near future...but it looks a little hairy from first glance. Brandon On Thu, Aug 14, 2008 at 2:51 PM, Douglas Knudsen [EMAIL PROTECTED]wrote: Anyone successfully packaged a signed AIR app up with Ant here? GOing to wait on this answer before posting a ugly

Re: [AFFUG Discuss] Files for July 2008 meeting

2008-07-24 Thread Brandon Alexander
What is the best way to RSVP for these meetings? Brandon On Thu, Jul 24, 2008 at 4:18 PM, [EMAIL PROTECTED] wrote: Thank you Doug for the great presentation and providing the files for all of us. It was an impressive turn out and very informative. BIG THANK YOU to John Mason at FusionLink

Re: [AFFUG Discuss] New to the list

2008-04-25 Thread Brandon Alexander
As a student who uses the free version, it is exactly the same as the paid for version. I love it! And when I decide to do something that will make me money, I'll buy it. Brandon On Fri, Apr 25, 2008 at 4:56 PM, John Waggener [EMAIL PROTECTED] wrote: Sweet. I think that should work.

Re: [AFFUG Discuss] Development vs Production

2008-04-09 Thread Brandon Alexander
-config.xml and other server side data services config files? Are these parsed when creating an AIR release build? Maybe I should just RTFM. ;) -Cameron On Tue, Apr 8, 2008 at 5:28 PM, Brandon Alexander [EMAIL PROTECTED] wrote: For projects I've been on we've had different configuration files

Re: [AFFUG Discuss] Development vs Production

2008-04-08 Thread Brandon Alexander
For projects I've been on we've had different configuration files with the proper values (think the Data Services config files). We would have an ant script that would switch the config files before compiling the app. Then we would switch them back afterwards to be back in development mode.