Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: DesktopCitizen - A PureMVC AS3 / AIR Utility  (Read 16096 times)
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« 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.
« Last Edit: September 23, 2012, 03:01:33 by puremvc » Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #2 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>
Logged
mrichard1
Newbie
*
Posts: 5


View Profile Email
« Reply #3 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
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #4 on: February 26, 2009, 06:10:14 »

This isn't actually being used, but thanks, I'll remove it.

-=Cliff>
Logged
Pages: [1]
Print