Revisiting the Flex whiteBox issue in Flex 3
Posted on May 24, 2008 | Filed Under Adobe Flex
I expected the Container.whiteBox issue (discussed here and here) to be resolved with the release of Flex 3, but readers have pointed out that the issue still exists. With this in mind, I decided to offer another solution to the problem. The technique used in this solution is referred to as Monkey Patching. I first saw the technique described by my fabulously talented UM coworker, Doug McCune.
Read more
About this Post
Permalink | Trackback |
|
Print This Article | 2 Comments
One Mind, Now Universal
Posted on January 16, 2008 | Filed Under Adobe Flex, Software Engineering
I have decided to take on an exciting new challenge in 2008. I’ve joined the ranks of Universal Mind, the preeminent Adobe technologies consultancy in the RIA development arena.
UM has some very exciting things going for them, including being added to Inc. Magazine’s 500 Fastest Growing Privately Held Companies list in 2007, seeing multiple prominent Flex developers come onboard in recent months, and work on several prominent projects underway in 2008. The Universal Mind slogan, “High Impact Consulting”, says it all.
I believe that an incredible success story is going to be written for this company. I am both thrilled and humbled to be joining such a dynamic, knowledgeable team. Wish me luck!
About this Post
Permalink | Trackback |
|
Print This Article | 4 Comments
Proceed With Caution: Adobe Flex Inline Functions in Loops
Posted on October 21, 2007 | Filed Under Adobe Flex, Software Engineering
I recently ran into a problem with Adobe Flex inline functions that I want to share with you. I spent a good part of a day trying to find the problem in my code only to discover an unexpected ECMAScript-spec’d behavior was to blame. Take heed of this if you use inline functions inside a loop.
About this Post
Permalink | Trackback |
|
Print This Article | 5 Comments
Revisiting the Flex whiteBox issue
Posted on April 29, 2007 | Filed Under Adobe Flex, Software Engineering
A few months back, I posted about a hardcoded whiteBox display object in the mx:Container object. I ran into a problem with my workaround after posting about it, but I forgot to post an update on how to deal with it.
About this Post
Permalink | Trackback |
|
Print This Article | 7 Comments
Now syndicated on Flex.org aggregator
Posted on December 7, 2006 | Filed Under Adobe Flex
My blog has been added to Adobe’s Flex.org blog aggregator. If you haven’t visited my site before, come take a look. I’ve documented multiple Flex bugs (verified by Adobe) including workarounds where available, app skinning issues and workarounds, Flex and RoR integration and other RIA goodness. Welcome, one and all!
About this Post
Permalink | Trackback |
|
Print This Article | Leave a Comment
Serious about Adobe Flex development? If so, you need AEDS
Posted on November 30, 2006 | Filed Under Adobe Flex
I’ve been working with Adobe Flex for about six months now. Prior to that, I had done some occasional work with Flash for the past few years. I believe in investing time in training to learn the “right” way to do things, so I started off by subcribing to lynda.com and watching their Flex training videos. We also purchased a copy of Total Training’s Flex series as well.
These resources were great starting points, but it didn’t take long before I found myself diving into things that went beyond the topics covered by the training courses. For the past couple of months in particular, I’ve done countless web searches trying to find answers on the flexcoders list and Adobe user-to-user discussion forums. I’ve also posted a few messages, many of which received no replies. It’s understandable with a new technology like Flex 2. The users with questions far outnumber the users with answers.
This week, we decided to look into the paid support programs offered by Adobe. They offer the Adobe Enterprise Developer Support program for $1,495 per year. If you are trying to develop a commercial offering, are under a tight deadline or can justify it by any other means, the value of this program FAR outweighs its cost!
I’ve already had a few rounds of correspondence with my Adobe Support Engineer and gotten answers to questions like he was sitting in the office next to me. I’ve been really enjoying working with Flex now that I have a direct line to the answers to my questions. So, take my advice…if you’re trying to get up to speed on Flex quickly, get with the program!
About this Post
Permalink | Trackback |
|
Print This Article | Leave a Comment
Flex: Using custom scrollbar skins? You’ll run into this problem!
Posted on November 30, 2006 | Filed Under Adobe Flex
I’m working on a custom look for an Adobe Flex app and ran into a hard-coded annoyance. The mx:Container class has a hard-coded “whiteBox” shape that is used to (wait for it!) display a white box in the bottom-right corner of the container’s content area if both horizontal and vertical scroll bars are being displayed, as seen below. Keep reading if you want to know how to fix this…
About this Post
Permalink | Trackback |
|
Print This Article | 2 Comments
mx:Panel-derived MXML component problem confirmed by Adobe
Posted on November 22, 2006 | Filed Under Adobe Flex
Adobe Q&A confirmed that the problem I described in my previous post still exists in their latest Flex build:
Thanks for filing this bug. I’ve reproduced it internally in our latest builds. It’s pretty late in the game for our next release, so the fix won’t make it into our next update of Flex, but, it might get into 3.0. The bug has been logged internally.
In the meantime, you can use the workaround demonstrated here.
About this Post
Permalink | Trackback |
|
Print This Article | Leave a Comment
Another Flex bug: mx:Panel-derived MXML component problems
Posted on November 20, 2006 | Filed Under Adobe Flex
Before I get into this one, please read my recent follow-up on the last Adobe-verified Flex bug I found. The Adobe Flex team was outstanding in their handling of that one. Let’s see how they do on this one.
The problem I’ve found this time involves creating a new MXML component that is derived from the mx:Panel container. You can’t assign visual effects to controls in the new container. Well, technically you can, but they won’t work.
Check out the example and the workaround here. Don’t forget to right click and select “View Source” if you want to see what’s going on.
About this Post
Permalink | Trackback |
|
Print This Article | Leave a Comment
Flexible Rails
Posted on November 20, 2006 | Filed Under Adobe Flex, Ruby on Rails
For anyone that reads my blog looking for Flex info, I’d like to kindly point you toward FlexibleRails. Peter Armstrong is writing a book on combining Flex and RoR.
I haven’t ordered my copy just yet as I haven’t had time to fully review the sample. Still, it’s something for your consideration if you’re interested in combining these web development platforms.
About this Post
Permalink | Trackback |
|
Print This Article | Leave a Comment
