LDEV-2480 Author progressAdded utitlity to LamsFlexCommon that allows you to make a synchronous ajax call by using Flex's inbuild javascipt running engine.
LDEV-2480 Author progress- Added minimise/maximise functionality to propertyInspector (Added to lamscommon components for re-use- The layout size greatly reduced for propertyInspector
LDEV-2480 Author progressAdded group activities, random activities completesWork on the property inspector, now when you click on a random group activity, it populates the property inspector for you
LDEV-2480 Author progressFixed a little bug that arose because the activity state wasnt returned to normal for the source activity after a transition is completed
LDEV-2480 Author progress- Added optional fallback language file to the dictionary library. Now if there is a key that isnt translated, it will fallback to the the file specified to find the label. If it still cant be found "??" + key + "??" is returned as with the java languages file implementation.