Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 15 of 15
  1. #1
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534

    FREE TOOL: AMS Options

    AMS Options
    I decided to revamp this little tool and make it a little more user-friendly. For those of you who have never used AMS Options before, here's the run-down.

    Purpose and Features
    Give the user easy, simple and risk-free access to the AMS core files.
    Give quick access to the Action File Editor, Action Plugin Compiler and AMS Script Editor from the main menu.
    Allow the user to add custom tools to the main menu.

    How is it Risk-free?
    Incorrect editing of the AMS core files can inhibit AMS or cause it fail altogether. With AMS Options, you can restore the default files at any time from the main menu.

    Currently Supported Core Files
    _code_templates.xml
    _globalvars.xml
    _res_types.xml

    Additions
    This is a community tool so if you think of features you want added, then please let me know.
    If you would like AMS Options to be able to edit more core files then, also, let me know.
    I will attempt to accommodate any reasonable requests regarding this tool.

    Enjoy!


    Download
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

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

  3. #3
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Sorry, I posted while it was uploading. You must have tried to download it at that exact time. It's up there now.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  4. #4
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Tested it and me likes. Be sure to terminate the program On Shutdown or you'll get the Vista close bug. (Which I just got. Windows 7 RTM Build 7600)

  5. #5
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Glad you like.

    As far as the terminate on shutdown, do you mean...

    On Shutdown

    Code:
    Application.Exit(0);
    If so, then all is well. I just uploaded the new build with the above code added.

    EDIT: Not good, that causes the program to freeze on WinXP (x64);

    Does that work on your machine Shadow?

    If so I'll put a script in the code to make it adapt to the user's OS.
    Last edited by Centauri Soldier; 08-09-2009 at 03:35 PM.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  6. #6
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    I'll work this out but for now, Windows 7 is not supported by AMS Options. I reuploaded the old version that is compatible with XP. I will post again when AMS Options becomes compatible with Windows Vista and Windows 7.

    If anyone has any tips on making this happen I'm all hears btw.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  7. #7
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Now it also freezes on WinXP Pro 32

    He meant

    On Shutdown
    Code:
    Window.Close(Application.GetWndHandle(),CLOSEWND_TERMINATE);
    I like this new version, custom tools yay

    Remove your post above this one! haha nice timing mate
    Last edited by Imagine Programming; 08-09-2009 at 04:02 PM.
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  8. #8
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Ok, thank you. Issue resolved. AMS Options should now be compatible with Windows 7. New version has been uploaded.

    Now that I know about that Windows 7 issue I can prevent this confusion in the future. Thank you very much Shadow and Imagine.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  9. #9
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by Centauri Soldier View Post
    Ok, thank you. Issue resolved. AMS Options should now be compatible with Windows 7. New version has been uploaded.

    Now that I know about that Windows 7 issue I can prevent this confusion in the future. Thank you very much Shadow and Imagine.
    Since I started using this method of terminating the application, I've made a function in _notification_messages.lua called Application.Terminate();

    It comes in very handy hehe
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  10. #10
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Good idea...I'll follow suit.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  11. #11
    Join Date
    Jul 2007
    Posts
    1,512
    Much cleaner i like the new version 10++ i like it

    I woulder if you would ever let the apz out not for me to nick but to redesign
    i like redoing apps designs when i am out of ideas lol.

    But ya you have made this way better then before

  12. #12
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Thank you rexzooly, I'm glad you are getting some use out of it. Also, if you any specific ideas as to the design of the UI, please feel free to post them for consideration.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  13. #13
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by Centauri Soldier View Post
    Thank you rexzooly, I'm glad you are getting some use out of it. Also, if you any specific ideas as to the design of the UI, please feel free to post them for consideration.
    IMO the design is clear, smooth and it looks great
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  14. #14
    Join Date
    May 2007
    Location
    Sydney, Australia
    Posts
    1,546
    This is freakin' fantastic ... just what a bonehead like me, needs! Nice job, man.

    PS.
    Some free-time on your hands there Centauri, what?
    Last edited by mystica; 08-12-2009 at 08:11 PM.

  15. #15
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Quote Originally Posted by mystica View Post
    ... just what a bonehead like me, needs! Nice job, man.
    Me too....that's why I built it lol.... It's nice to have little digital slave programs doing all the code work that I don't want to do.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

Posting Permissions

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