Calendar

March 2010
S M T W T F S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  

Tag Cloud

Categories

Archives

Recent Posts

Recent Comments

Components

« Previous Entries Next Entries »

Interactive Calendar

Wednesday, October 18th, 2006

Many of you already know that the Adobe Consulting team has been working on a calander component.  They have yet to release this component (maybe at Max next week)?  In the mean time Ely Greenfield has posted a prooof of concept calendar component that is very cool.  He has not yet posted the source code [...]

CustomRowColorDataGrid Component

Wednesday, October 4th, 2006

Mike Nimer has posted this new component which extends datagrid and gives the ability to set the datagrid rows background color based on the contents of the data in the row.

Mike has posted the source for download. Thank you Mike for making this freely available.
Visit his post here.
Rich

ImageToolTip

Friday, September 29th, 2006

This example shows how to create a custom tooltip that holds an image file and also allows you to edit the ToolTip properties. Enter your own image url and or adjust the properties. Roll over the binoculars icon to see the new tooltip.

Right Click on application to view & download Source Code.
Run This Code
Rich

Uploader

Monday, July 31st, 2006

Although this has been a part of Flash 8 previously, one of the coolest new features of Flex 2 is the ability to upload images and files. Here is a quick little component that allows set the max file size allowed, set the types of files allowed, automatically show the upload progress, and then [...]

DataGrid Row Colors

Thursday, July 27th, 2006

Tim Hoff has posted a new datagrid component that can be used to conditionally change rowColors through CSS.  Here is the link: http://www.iepl.net/DataGridRowColorSample/DataGridRowColorSample.html

UPDATE: AS BOB STATED, THE LINK NO LONGER GOES TO THE FLEX SOURCE CODE, I WAS ABLE TO PULL THE ORIGINAL SOURCE FROM GOOGLE CACHE AND HAVE PROVIDED IT BELOW.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" [...]

« Previous Entries Next Entries »