[flexcoders] Re: Creating strongly typed objects from HTTPService results

2008-03-24 Thread Brett Adam
used out there in AS3 space, of moving to JSON over the wire, takes me away from my goal of using XML. Regards, Brett. --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: On Thu, Mar 20, 2008 at 03:55:28AM -, Brett Adam wrote: Has anyone done any work in this area? Is there some

Re: [flexcoders] Flex on Mac

2007-05-16 Thread Brett
Depending on when you were checking the Mac you may be able to get that Mac even cheaper since they bumped up the specs that morning. I'm not sure about the games, I haven't played a PC game for years, but if they would work OK with the integrated 950 chipset then it should be fine.

Re: [flexcoders] Flex on Mac

2007-05-13 Thread Brett
Definitely, I switched from Windows to Macs for about 5 years and have been extremely happy(although I do have to use windows everyday at work still). I think Macs basically make a perfect development platform, OS X is very solid and secure and runs well, a Flex, Apollo, Flash all run

[flexcoders] Detect component visible

2007-05-08 Thread Brett Levine
Is it possible to determine when an object goes off-screen? The visible property does not change, and I've also tried to detect the parenting for example if(!stage.contains(this)) but even though my component is nested inside a ViewStack when the stack changes the above statement always returns

[flexcoders] Setting properties on AS-created components

2007-03-26 Thread Brett Walker
with such a complicated framework, when most of the documentation uses MXML to teach concepts. thanks, -brett

Re: [flexcoders] Setting properties on AS-created components

2007-03-26 Thread Brett Walker
a child's width property? I will try moving the event listener to something earlier than creationComplete -- I was just happy that I got it to work at all! -brett On 3/26/07, Alex Harui [EMAIL PROTECTED] wrote: We can always use more documentation. Books are coming out left and right these days which

Re: [flexcoders] Relative paths in CSS embeds?

2007-03-22 Thread Brett Levine
)'. brett On Mar 22, 2007, at 8:52 AM, Tom Chiverton wrote: On Wednesday 21 Mar 2007, Brett Levine wrote: I've built a theme swc in a library project using Flex Builder 2.0.1. But I just can't figure out how to get Embeds in my theme's CSS file to use relative paths

Re: [flexcoders] Relative paths in CSS embeds?

2007-03-22 Thread Brett Levine
if the embeds are actually contained in the theme swc, then I would guess the path would be relative to the css location. Maybe if I follow your example mine will work too. brett On Mar 22, 2007, at 11:25 AM, Michael Schmalle wrote: Hi, Use a url like; source = ../../MyThemProject

[flexcoders] Relative paths in CSS embeds?

2007-03-21 Thread Brett Levine
src folder: .main { backgroundImage: Embed(source=/Users/brett/Documents/dev/ repository/projects/flex/BlueTheme/src/images/bg_main.gif); } From application.mxml in main application src folder: mx:Style source=application.css / I've tried: ../theme/src/images /theme/src/images

Re: [flexcoders] My First Apollo App...fubar

2007-03-19 Thread Brett
Andrew, Going smoothly now. Having lots of fun ^_^ My work tomorrow...err today probably won't be so fun though. haha Ahh I also notice that Apollo apps now seem to work with vertical mouse scrolling on Mac! Awesome! *puts on cranky Mac guy hat* But still not horizontal scrolling

[flexcoders] My First Apollo App...fubar

2007-03-18 Thread Brett
OK, So i grabbed the Apollo alpha runtime, and installed the Apollo extension for FB 2.0.1 on my Mac and went to try out the spiffy article on labs: http://labs.adobe.com/wiki/index.php/ Apollo:Articles:Building_Your_First_Flex-based_Apollo_Application But it seems something is fubar'd at

Re: [flexcoders] My First Apollo App...fubar

2007-03-18 Thread Brett
Andrew, Ahh thanks for the reply, works great now. I can continue on your article now, even though its 1am :)

[flexcoders] Re: Scroll wheel doesn't work on Mac

2007-01-17 Thread Brett
I have noticed this as well. It would be really great if Adobe could get the scroll wheels / Scrolling Trackpad working on OS X especially if we can get both Horizontal and Vertical Scrolling. I've been meaning to submit a bug report / wish on it but haven't done so yet. Maybe if we can

Re: [flexcoders] How to install multiple Flash Player versions?

2005-08-17 Thread Brett Palmer
For our development needs we need to evaluate the plugin for IE and Firefox. We also need to evaluate these Windows and Linux. For final testing we would like to evaluate on Mac as well. Brett On 8/16/05, John Dowdell [EMAIL PROTECTED] wrote: Brett Palmer wrote: I'm trying to profile

[flexcoders] How to install multiple Flash Player versions?

2005-08-16 Thread Brett Palmer
I'm trying to profile a flex application. What is the easiest way to run and install multiple Flash player versions? I'm interested in running Flash 7, Flash 7 debug, and Flash 8. Thanks, Brett Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] Compiling Flex files with Ant and mxmlc.jar

2005-05-25 Thread Brett Palmer
? Thanks in advance for your help. Brett Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info

Re: [flexcoders] Compiling Flex files with Ant and mxmlc.jar

2005-05-25 Thread Brett Palmer
to the root directory of my web application. If you have further information on the above questions I would appreciate it. Thanks again, Brett On 5/25/05, Joe Berkovitz [EMAIL PROTECTED] wrote: Here's a working Ant script(this is run in an exploded web application dir, but that's easy to change

Re: [flexcoders] Available Backend Frameworks

2005-05-19 Thread Brett Palmer
. For our applications we replace the presentation tier with Flex and everything else work great. Brett On 5/18/05, Devers, Ilya [EMAIL PROTECTED] wrote: missing many. read up on the serverside.com JDO, EJB, spring, etc. From

[flexcoders] Displaying dynamic HTML file in a Flex Window

2005-05-17 Thread Brett Palmer
an HTML page from another web application? The applications reside on the same server so this should not break any browser security policies. Thanks in advance for your help. Brett Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders

[flexcoders] Centering Titles in Panels

2005-03-31 Thread Brett Hitzel
this before or have any ideas? Thanks! -Brett Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to: http://docs.yahoo.com

[flexcoders] Re: Centering Titles in Panels

2005-03-31 Thread Brett Hitzel
Worked perfectly! Thanks! -Brett --- In flexcoders@yahoogroups.com, Lin Lin [EMAIL PROTECTED] wrote: Brett, This seams to work for me. Can you try and let me know if it works for you? ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml