PureMVC Architects Lounge

PureMVC Manifold => Demos and Utils => Topic started by: puremvc on February 17, 2008, 09:46:07



Title: DesktopCitizen - A PureMVC AS3 / AIR Utility
Post by: puremvc on February 17, 2008, 09:46:07
This utility provides the ability for PureMVC-based AIR applications remember their window size, position and maximized state each time it is launched.

The utility has historically been located here: http://trac.puremvc.org/Utility_AS3_AIR_DesktopCitizen
The project has been moved here: https://github.com/PureMVC/puremvc-as3-util-air-desktopcitizen/wiki

The author is Cliff Hall.


Title: Re: DesktopCitizen - A PureMVC AS3 / AIR Utility
Post by: puremvc on December 02, 2008, 07:49:52
1.2 of this utility has been released, and requires 1.2 of the XMLDatabaseCitizen utility to operate. There is no need to upgrade existing Standard Version apps, as the only change was to add support for MultiCore.

-=Cliff>


Title: Re: DesktopCitizen - A PureMVC AS3 / AIR Utility
Post by: puremvc on December 02, 2008, 10:30:03
If you happened to download 1.2 for the MultiCore version, download 1.2.1 and use that instead.

Sorry for the inconvenience,
-=Cliff>


Title: Re: DesktopCitizen - A PureMVC AS3 / AIR Utility
Post by: mrichard1 on February 26, 2009, 06:57:42
Hi,

I found a possible error in the WindowCloseCommand, the NAME constant have this value :

"public class WindowCloseCommand extends SimpleCommand
   {
      public static const NAME:String = 'DestopCitizenWindowOpenCommand';"

I think this is an error and the NAME constant must be 'DestopCitizenWindowCloseCommand'

Best regards,
Marc


Title: Re: DesktopCitizen - A PureMVC AS3 / AIR Utility
Post by: puremvc on February 26, 2009, 06:10:14
This isn't actually being used, but thanks, I'll remove it.

-=Cliff>