• Home
  • Posts Tagged'development'
  • Page 2

Posts Tagged ‘development’

Dynamically adding to a Model

One limitation of the Model tag is that if you supply one instance of a child tag in an <mx:Model> tag, there is no way for Flex to know if you intend it to be an array or a single …

Read more →
 

Creating your own Flex component

Adobe Flex is composed of two distinct pieces; a set of pre-built components known as the client-side framework, and a set of runtime services that allow Flex applications to integrate with back-end systems. The client-side framework is a series of …

Read more →
 

Dynamically Add Components to a Container

There are many reasons why you might want to add components to containers dynamically. The most common reasons are for performance or flexibility. Either way, having a good understanding of how it works is essential.

First a little background information about what these methods are from
The addChild and addChildAt methods come from the DisplayObjectContainer …

Read more →
 

CFSWITCH Performance Issue in CFMX 7

You will find this on a couple blogs, but since I”ve given presentations on ColdFusion performance since the Allaire days, I thought I should share.

My friends at webapper discovered an issue with CFSWITCH under load where the expression was a string.

In my presentations, I often encouraged the use of CFSWITCH over using if/elseif …

Read more →
 

Flex Custom Validation

In Flex, you use a validator to ensure the values in the fields of an object meet certain criteria. You can assign each field of an object to a single validator. I”ve used the mx.validators.Validator class, which is an ActionScript …

Read more →
 

Flex 1.5 htmlText Property

In Macromedia Flex 1.5, there is a bit of fun to be had with htmlText in the <mx:Text> component. I was recently building an application in which I was displaying some content from a datasource when, for the strangest reason, …

Read more →
 
  • Page 2 of 2
  • 1
  • 2
Rob Rusher :.: Building Engaging Experiences for the Browser, Desktop, Mobile and TV