Archive for August, 2006

Thursday, August 17th, 2006

Flex 2 / ActionScript 3: Extension of Tree that enforces stricter hierarchy for drag & drop.

This is an extension of Tree that doesn’t allow items to be dropped at a different depth then they were originally. E.g. if an item is at a depth of 4 it can be moved behind or in front of other items at depth 4. It can even be moved from its parent item into […]

2 Comments » - Posted in Flex 2 / ActionScript 3 by mad00000

Tuesday, August 15th, 2006

Launching flex applications in the stand alone player.

By default flex builder launches its applications through the system default browser. This can easily be changed to launch projects in the stand alone player. This of course assumes that you have the stand alone player installed.
To change these settings go to the ‘Run’ menu and select ‘Run…’. This will bring up a dialog box […]

No Comments » - Posted in Flex Builder by mad00000