Indigo Rose Software

Professional Software Development Tools

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

    FREE: KeyLock action plugin

    After about fifteen hours of creating, rewriting and testing my brain is mush. I believe that this version is stable as I have tested every aspect of it that I could think of. If, however, you find a bug, please report it to me and I will attempt to fix it promptly.

    What does this plugin do?
    This plugin is based on (and uses) sside's DisableKeys.dll. This plugin allows the programmer to enable/disable most keys (excluding F10) and many key combinations (Excluding Ctrl+Alt+Dlt).

    Can't I do the same exact thing with the dll?
    Frankly, No. I have streamlined the operations and converted the input to use key code numbers and the output to return tables, strings and booleans.

    The versatility of this plugin is demonstrated in the fact that the programmer can return disabled keys as either a table or a string. All returned strings are converted to reflect the key names listed in the AMS help file for ease of use. I hope you guys get some use out of this one.

    sside was quick to respond when I asked him a couple questions about his dll, expediting the process. Thanks, sside, your help is appreciated.

    Enjoy!
    Last edited by Centauri Soldier; 09-07-2009 at 04:16 PM.
    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
    Apr 2009
    Posts
    277
    nice work

    you should also note that this needs .NET 2+ (sside's DisableKeys.dll)

  3. #3
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Thank you.

    I'm not sure what you mean by .NET 2+ as I'm not sure how to integrate that into my project.

    Or are you simply saying that I need to reference the fact that the plugin needs .net framework 2.0 (or higher) in the plugin's readme?
    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
    May 2007
    Location
    Sydney, Australia
    Posts
    1,546
    Very nice! ... many thanks for your hard work, man.

  5. #5
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by Centauri Soldier View Post
    Thank you.

    I'm not sure what you mean by .NET 2+ as I'm not sure how to integrate that into my project.

    Or are you simply saying that I need to reference the fact that the plugin needs .net framework 2.0 (or higher) in the plugin's readme?
    Reference it, because AMS apps are big enough as it is, Adding 20mb wouldn't help.

  6. #6
    Join Date
    May 2006
    Posts
    1,443
    Quote Originally Posted by Centauri Soldier View Post
    Thank you.

    I'm not sure what you mean by .NET 2+ as I'm not sure how to integrate that into my project.

    Or are you simply saying that I need to reference the fact that the plugin needs .net framework 2.0 (or higher) in the plugin's readme?
    make a function that checks whether or not .NET framework installed
    if installed then go , else tell user that this plugin requires .NET framework to work properly

    Quote Originally Posted by Centauri Soldier View Post
    I need to reference the fact that the plugin needs .net framework 2.0 (or higher) in the plugin's readme?
    yes it would be good

  7. #7
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by reteset View Post
    make a function that checks whether or not .NET framework installed
    if installed then go , else tell user that this plugin requires .NET framework to work properly
    He1l, make a dependecy module! Would be nice to have one of those for .NET framework.

  8. #8
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Quote Originally Posted by ShadowUK View Post
    He1l, make a dependecy module! Would be nice to have one of those for .NET framework.
    I'm not really up on making those although having on for .net would be a good idea.
    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