Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 15 of 34
  1. #1
    Join Date
    May 2006
    Posts
    1,443

    FREE : Login Dialog Action Plugin

    hi to all
    i made a new plugin for you
    it has a simle login dialog only
    i made it because most of the forum members asked it

    it has only one function

    Code:
    Table Login.RequestUserPass(WindowTitle, (string) 
                                GroupBoxTitle,(string)
                                UserText,(string)
                                PasswordText,(string)
                                RememberText, (string)
                                CancelText, (string)
                                OkText, (string)
                                CheckMarkVisible (boolean)
                                          );
    descriptions of arguments:
    Code:
    WindowTitle : Specifies The Window Title
    GroupBoxTitle: Text Of The Group Box That Encloses Edit Fields And Labels
    UserText: Text Of The UserName Field Label
    PasswordText: Text Of The Password Field Label
    RememberText: Text Of The Rememeber Me CheckMark
    CancelText: Text Of The Cancel Button
    OkText: Text Of The OK Button
    CheckMarkVisible: Specifies The Remember Me CheckMark Will Be Showed Or Not
    rerurn values:

    Code:
    When User Clicked Ok Button
    
    Table.Result = "IDOK";
    Table.UserName = "";
    Table.Password = "";
    Table.Remember = user's choose;
    
    When User Clicked Cancel Button , Close Button Or Pressed ESC
    Table.Result = "IDCANCEL";
    Version : 1.0.0.0

    Help File : no help file was included

    Installition : Manual

    Example Project : An AMS 6 example project was included

    Licence : Freeware; Do what ever you want with it

    System Requirements : Requires Win 98 or above


    Note :
    please always check my last post For the attachments
    i may update this plugin at the future and i would not edit this post again
    when i update this plugin i will delete attachments of the old versions
    Last edited by reteset; 05-04-2008 at 01:09 PM.

  2. #2
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476
    sweet reteset thanks m8

  3. #3
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    This.

    Is.

    AWESOME.

    Yet another great addition to my action plugin collection, It would be great if you added more.

  4. #4
    Join Date
    May 2006
    Posts
    1,443
    thank you guys

    i am here for you

  5. #5
    Join Date
    Nov 2006
    Location
    Quebec, Canada.
    Posts
    432
    Nice, thanks!

  6. #6
    Join Date
    Sep 2007
    Posts
    63

    Smile

    Very nice reteset, Good Job and Thanks for sharing...


    yhb

  7. #7
    Join Date
    May 2006
    Posts
    5,380
    very nice


    you know, it would be very handy to have a dialog plugin that we could config like my AMSPrettyDialogs, but set back and fore color and add it to AMS like a normal plugin....wink ..wink ...nudge ..nugde, lol

    i did start updateing PrettyDialogs but got sidetracked trying to make it into a lmd and eventuly gave up on the whole thing, ill get back round to it soon tho i hope
    Open your eyes to Narcissism, Don't let her destroy your life!!

  8. #8
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Mirrored on amsuser.com:

    http://www.amsuser.com/ams/examples/Login.rar

    Thanks.
    Intrigued

  9. #9
    Join Date
    Dec 2004
    Location
    Texas
    Posts
    239
    Thank you reteset, works great.

  10. #10
    Join Date
    Jul 2007
    Posts
    1,512
    not had time to test this but looks bloody kool
    thaks will look at it later

  11. #11
    Join Date
    Jul 2007
    Posts
    287
    very nice thx

  12. #12
    Join Date
    Mar 2005
    Posts
    222
    very nice dll
    Thank you.

  13. #13
    Join Date
    May 2006
    Posts
    1,443
    hi new update available
    i have added a new dialog to this plugin
    for create new accounts


    Code:
    Table Login.NewAccount(
                                WindowTitle, (string) 
                                GroupBoxTitle1,(string)
                                Information,(string)
                                GroupBoxTitle2,(string)
                                UserText,(string)
                                PasswordText,(string)
                                PasswordText2, (string)
                                CancelText, (string)
                                OkText, (string)
                                          );
    descriptions of arguments:

    Code:
    WindowTitle : Specifies The Window Title
    GroupBoxTitle1: Text Of The Group Box That Encloses Info Field
    Information: Text Of The Information Field
    GroupBoxTitle2: Text Of The Group Box That Encloses Edit Fields And Labels
    UserText: Text Of The UserName Field Label
    PasswordText: Text Of The Password Field Label
    PasswordText2: Text Of The Second Password Field Label
    CancelText: Text Of The Cancel Button
    OkText: Text Of The OK Button
    rerurn values:

    Code:
    When User Clicked Ok Button
    
    Table.Result = "IDOK";
    Table.UserName = "";
    Table.Password = "";
    Table.Password2 = "";
    
    When User Clicked Cancel Button , Close Button Or Pressed ESC
    Table.Result = "IDCANCEL";
    Version : 1.2.0.0

    Help File : no help file was included

    Installition : Manual

    Example Project : An AMS 6 example project was included

    Licence : Freeware; Do what ever you want with it

    System Requirements : Requires Win 98 or above


    Screenshots Of Dialogs And Example Project :
    Attached Images
    Attached Files

  14. #14
    Join Date
    May 2006
    Posts
    1,443
    And also i accept your donations for my free plugins
    Donate And Get A Cool Object Plugin For Free



    thanks

  15. #15
    Join Date
    Nov 2006
    Location
    Quebec, Canada.
    Posts
    432
    Any ideas of what those bonus plugins are?

Similar Threads

  1. Free WindowEx Action Plugin
    By reteset in forum AutoPlay Media Studio 7.5
    Replies: 88
    Last Post: 01-30-2011, 10:40 AM
  2. FREE WinApi Action Plugin
    By reteset in forum AutoPlay Media Studio 7.5 Plugins
    Replies: 40
    Last Post: 02-11-2010, 10:43 AM
  3. FREE ACTION PLUGIN: Assert
    By ShadowUK in forum AutoPlay Media Studio 7.5
    Replies: 17
    Last Post: 02-22-2009, 05:36 AM
  4. FREE ACTION PLUGIN: Timer
    By ShadowUK in forum AutoPlay Media Studio 7.5
    Replies: 3
    Last Post: 03-28-2008, 08:57 AM
  5. SUF6.0.0.2 -- installer hangs.
    By jassing in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-19-2001, 11:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts