Archive for July, 2010 (3)

Home > Blogging, Flex > Learning Flex development the 2.0 way (part 2)

Learning Flex development the 2.0 way (part 2)

July 17th, 2010 No comments

After having discussed the different type of Flex code samples that can be found on the web, let’s dive into Flex Custom Components.

Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (10 votes cast)
Categories: Blogging, Flex Tags: discussion, Flex Email This Post
Home > Flex, How To > Easy Flex ToolTip customization using HTML tags

Easy Flex ToolTip customization using HTML tags

July 14th, 2010 10 comments

Ever wanted to display fancy tooltips without spending too much time developing custom ToolTip classes?

Replace the default ToolTip class by the customized HTMLToolTip class and use HTML tags to style and format your tooltips.

Continue reading...

VN:F [1.9.8_1114]
Rating: 5.0/5 (15 votes cast)
Categories: Flex, How To Tags: Flex, howto, tooltip Email This Post
Home > Flex, Tutorial > Customizing Right Click Menu of Flex Applications

Customizing Right Click Menu of Flex Applications

July 3rd, 2010 3 comments

Right clicking on Flex Applications displays a menu: the Flex Context Menu.

Learn how to customize Flex Context Menus to:

  • add your own entries,
  • assign different menus to different elements of your application,
  • workaround some of the Flex Context Menu limitations.

If you prefer, check the sample application with source code enabled that illustrates all the points discussed here .

Continue reading...

VN:F [1.9.8_1114]
Rating: 4.8/5 (17 votes cast)
Categories: Flex, Tutorial Tags: ContextMenu, Flex, Tutorial Email This Post