• Home
  • Posts Tagged'Flex 3'

Posts Tagged ‘Flex 3’

List, ItemRenderer, toolTip… oh my!

On my latest project, I was going through several areas of the application adding toolTips to make some of the data that is clipped visible if desired. In doing so, I found out that I needed to use a combination of the different types of tips available.

Most components have a toolTip property that you …

Read more →
 

Flex 3.4 SDK Error – focusInHandler

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at mx.managers::FocusManager/focusInHandler [no source]

This is definitely an SDK bug. I was using the Flex 3.5 SDK and then downgraded to 3.4.1.10084. That is when this error magically appeared. Switched back to 3.5, all better.…

Read more →
 

Flex 3 AdvancedDataGrid Summary Divider

The AdvancedDataGrid (ADG) control in Adobe Flex 3 extends the capabilities of the standard DataGrid control to improve data visualization. You can:

  • Sort by multiple columns when you click in the column header
  • Use the styleFunction property to specify a function to apply styles to rows and columns of the control
  • Use an expandable navigation
Read more →
 
Rob Rusher :.: Building Engaging Experiences for the Browser, Desktop, Mobile and TV