Component: Expire your Flex Application

Filed under 3.0, Actionscript, Flex, Flex Components, General announcements, Labs, Open Source Stuffs

One of the thing that is very handy useful is make a Flex Application expire in a certain period of time after 30 days or a specify counter for access and application.

Today I was reading at Flex-Brasil mail-list where a user request a kind of situation, how to limit for a certain time of period an execution of Flex application.

Than after that he gives to me idea to develop kind of component with no existing before in the Flex community.

It’s pretty simple enough the component and works like a charm, you define how much of time this application will be used, than choose your own message to alert the user the application request already take too much time to be executed.

Download and Installation.
First download the .swc . Then put inside the lib folder of your Flex Builder 3.

How to usage?

1
<custom:Expire PrintText="Application Expired!"/>

Available properties:

TimeToUse:int – represents the quantity of views that SWF will works.

ContactInfoForSupport:String – represents the contact information after the expiration shows up.

PrintText:String – The message you want to display to the user.

Requirements

I’ve tested only in Flex 3 beta 3. Don’t know if is compatible with Flex 2 or earlier versions.

Bug and questions?

Please reply with comments. Also if you want do donate I much appreciate.

6 Comments

  1. Just me
    Posted January 7, 2008 at 4:19 am | Permalink

    Link to SWC doesn’t work :(

    Thanks for sharing!

  2. Posted January 7, 2008 at 1:47 pm | Permalink

    Really, very functional!
    Regards.
    Jr.

  3. Ralph Krausse
    Posted January 9, 2008 at 3:31 pm | Permalink

    Any chance you would make the source available?

    thanks

    Ralph

  4. gembin
    Posted September 18, 2008 at 3:41 am | Permalink

    Could you share the source code?

  5. handoyo
    Posted August 20, 2009 at 11:53 pm | Permalink

    Thanks for the library…

  6. Posted September 28, 2009 at 10:25 am | Permalink

    Hi Igor

    Nice comp you haev here.

    Could you show a quick example of how to use a popUp box with this component, i.e after expire -> PopUp box to enter details -> name : password -> send to server?

    Let me know, I will try to figure it out, just thgouht I might ask forst because you are the developer of the comp and you would know best

    Thanks in advance Igor

    Cheers

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*