Adobe Flex 3 Nested Radio Buttons

Posted by Brent on Thursday, May 28, 2009 8:55 PM

NestedRadioButtons I’ve been working on a Flex radio button component that will allow users to select nested options.  The control accepts an XMLList as the data source for the button options, and expands to show nested buttons beneath selected options according the data passed in to it. The nest level of radio buttons is essentially infinite.

The best way to understand it is to take a look.

Live Example     View Source

For the moment, this is only a proof-of-concept version of the control. The control has 2 values to indicate selected values. One is bottomValue which holds only the value of the bottom-most selected radio button. The other is fullValue which holds a comma separated list of values beginning with the top-most value and ending with the bottom-most value.

With this version of the component, you can also pass in an initial bottomValue and the control will select all of the parent radio buttons recursively and accurately fill in the fullValue field.

Flex developers: Check out the control and let me know what you think! If there is significant interest, I’ll work on revising the component to feel more like a native Flex Framework control and add some additional features to it. It’s usable as is, but needs work to polish it up before it can used efficiently and reliably in a live Flex application.

Mint.com Hates Feed The Children

Posted by Brent on Friday, February 20, 2009 12:14 PM

Mint.com just informed me that my monthly donation to Feed The Children was deducted from my checking account and that they "..hate those!"   Check out the screen capture of the email:

U Comment I Follow

Posted by Brent on Tuesday, February 17, 2009 10:30 PM

SayNotoNoFollow I finally got around to upgrading to the latest release of BlogEngine.NET a few weeks ago . The upgrade forced me to use a new theme that was compatible with the drag n' drop widget aspect of version 1.4.5.  When I changed my theme, I inadvertently forgot to check and see if the new theme we set up for do-follow comments. I checked tonight and It wasn't!Doh

So tonight I took a few minutes to change my code so all URLs submitted in the comments are now do-follow links (which was the case before I upgraded). This also includes links in the "Most Comments" section. If you are among the top 5 commenter's (in terms of quantity) over the last 60 days, your do-follow link will now show on nearly every page of this site.

So comment away and get a little link juice! It's just my way of saying thanks for checking out my blog! Cool