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
No Comments » |
Components, Flex 2 |
Permalink
Posted by everythingflex
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
No Comments » |
Components, Flex 2, Tutorials |
Permalink
Posted by everythingflex
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 display the image when the upload is completed. The syntax is simple:
<eFlexComponents:Uploader uploadButtonLabel=”Browse for New Image”
uploadToURL=”http://www.yourdomain.com/uploads/uploader.cfm”
imagesFilter=”*.jpg;*.gif;*.png”
displayNewImage=”true”
displayImagePath=”http://www.yourdomain.coms/uploads”
maxUploadSize=”100000″/>
Here is a ColdFusion (uploader.cfm) sample script to catch the file:
<cffile action=”upload” filefield=”Filedata” destination=”#ExpandPath(’./’)#” nameconflict=”OVERWRITE” />

Right Click on application to view & download Source Code.
Run This Code
6 Comments |
Components, Flex 2, Tutorials |
Permalink
Posted by everythingflex
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

No Comments » |
Components, Flex 2 |
Permalink
Posted by everythingflex
July 27th, 2006
Vasiliy Nuzha has posted a very slick color picker component. Here is the link:
http://kss.korax.ru/flex/cp/index.html

2 Comments |
Components, Flex 2 |
Permalink
Posted by everythingflex