This is a simple example, how to use either an inline or custom component item renderer with a data grid control. The example shows the various ways that a data grid column can be rendered using dataField, labelFunction, itemRenderer and headerRenderer. MXML and AS examples are included. The example also shows a method to communicate [...]
Archive for October, 2006
[Tim Hoff] DataGrid ItemRenderer Example
Posted in ActionScript, Flex on October 31, 2006 | 12 Comments »
[Andrew Trice] Gantt Charts in Flex DataGrids
Posted in Adobe, Demo, Flex, Flex Components, Scriptlet on October 31, 2006 | 1 Comment »
Here is an example of how you can use an item renderer in a mx:DataGrid to create a basic Gantt Chart. Source Code available for this example.
[ Read More | Demo ]
[Cynergy Systems] MortgEdge – A Good Example of RIA
Posted in Demo, Flex on October 31, 2006 | Leave a Comment »
Cynergy Systems have been developing RIA solutions for some of today’s most progressive companies. One of their best product is Online Mortgage Broker Information Management System(MortgEdge). MortgEdge was a model and design engagement to build a suite of software products that would dynamically synergize a mortage, it branches, loan officers, employees, borrowers and referrals to [...]
Flex 3D Charts
Posted in Demo, Flex, Flex Components on October 26, 2006 | 6 Comments »
3D Charts allow display of multiple attributes of a given data in the same graph. 2D charts are already available in Flex. With same data, a 3D graph can be displayed. The graph can be rotated around in 360 degrees by dragging mouse on the screen. Its perspective can also be increased/decreased by using Mouse [...]
Get URL query-string variables within Flex application
Posted in ActionScript, Adobe, Demo, Flex, Scriptlet on October 25, 2006 | 9 Comments »
[Abdul Qabiz's Blog - India] On flexcoders, someone asked, how to get the URL parameters in a Flex 2.0 application? By URL parameter, I mean the query-string variables, as shown below.
http://yourserver/yourapp.swf?name=Joe&age=22 or http://yourserver/yourapp.mxml?name=Joe&age=22 (requires server in place)
name and age are the query-string variables.
You can get the values of the params using from mx.core.Application.application.parameters object, which [...]
Apollo to use WebKit(Safari) HTML engine
Posted in Adobe, Apollo on October 25, 2006 | Leave a Comment »
It’s now official. Apollo will use the Webkit HTML engine for supporting HTML/AJAX based applications.
WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that’s used by Safari, Dashboard, Mail, and many other OS X applications.
[ Read more... ]
[ Quietly Scheming ] Interactive Calendar Component
Posted in Adobe, Demo, Flex, Flex Components, GUI, Generic on October 19, 2006 | Leave a Comment »
Many of you already know that Adobe Consulting team has been working on a calendar component. They have yet to release this component. In the mean time, Ely Greenfield (Quietly Scheming) has posted a proof of concept calendar component in his blog. Source code is not yet released but he does intend to make it [...]
[Quietly Scheming] Interactive Bubble Chart
Posted in Demo, Flex, Flex Components, GUI, Scriptlet on October 17, 2006 | 2 Comments »
Interested in building customized, interactive charts? See the demo and browse the source here.
Some of the noteworthy concepts demonstrated by this example include:
Custom Bubble Item Renderer
Custom interactive Pan/Zoom chart element
Custom Axis Renderer
[ Read More | Demo ]
Flex Gauges
Posted in ActionScript, Demo, Flex, Flex Components, Scriptlet on October 12, 2006 | Leave a Comment »
[Peter Ent: Writing Flex 2 Components]: Being part of the Flex framework insures that the component is created properly and receives events at the right time. For example, when the component is created its constructor is called, but that’s not the time to make any children (the skins – needle, frame, and cover). When it [...]
[XML/SWF Gauge] Flash Gauges/Charting
Posted in GUI, Javascript, Scriptlet on October 12, 2006 | 1 Comment »
XML/SWF Gauge
XML/SWF Gauge is a simple, yet powerful tool to create attractive web gauges and dials from dynamic data.
Create an XML source to describe a gauge, then pass it to this tool’s flash file to generate the gauge. Type the XML source manually, or use any scripting language (PHP, Perl, ASP, CFML, etc.) to generate [...]


