Jump to content

Mcky

Active Members
  • Posts

    72
  • Joined

  • Last visited

Everything posted by Mcky

  1. AppKey is now updated. Some major improvements: 1024 Application profiles limit removed. Now supports Unlimited Application Profiles! Delete Button in Profiles Center! New setting: Ignore the application title when sending the hotkeys. New Favorites Manager. Mark your favorites profile so you can load it some other time. Supports up to 8 Favorites! Favorites Manager in action: NOTE: To access favorites manager, select "Load Application Profile..." from the traymenu and follow the instructions from there. Download link at first post. Please comment and report bugs. Thanks!
  2. 135 views and only 4 replies? This is sad. Please, I need suggestions and bug reports. I invested a lot of my free time into this project
  3. Do you think it would be better to have an option to load your own preferred application profile hotkeys automatically at startup without loading it manually? OK! Implemented new option to load your favorite profiles at startup!!!!!!! Enjoy!! Option to activate it at the "Load Application Profile..." dialog box. New download link at first post.
  4. Actually, It can run in 800x600. I am suggesting 1024X768 as a minimum. Thanks for all the good comments guys. I will continue to improve it bit by bit.
  5. Please, comments or suggestions? I need motivation if I want to improve it. And submit your created profiles!
  6. Mcky's Appkey Version 1.0 (testing) Requirements: 1024X768 Resolution (suggested) Windows 2000,XP or Vista AutoIT 3.2.4.9 Major Improvements! 1. 1024 Application Profiles limit removed! 2. Extra button in profiles center! 3. New Favorites Manager in Application Center dialog! Supports up to 8 Favorites! Contribute your application profiles created with Mcky's Appkey into this post! Thanks. And please post comments and bug reports before I release it to the public. THANKS!! What is it Do you ever have trouble remembering hotkeys combination for various applications? Well, Mcky's Appkey is here to solve this! Simply fire up the application, load your application profile from the tray menu and to list the hotkeys, just view the hotkeys from the tray menu. You can click the hotkey to trigger its effect on the application too! It's so simple to use and advanced users will appreciate its many features. Features * You are free to copy any part of the source code into your scripts/applications. * Large Icon size Windows Vista style (256x256) * 100% Freeware and Open-Source in AU3 format! * Hotkey-listing for Windows / 3rd party applications! * Easily lists the hotkeys for your favorite applications with minimal disruption! * Supports up to 60 hotkeys combination in an application profile! * Supports 1024 application profiles! <--- Now UNLIMITED! * Comes with some popular applications hotkeys profile! * Easily transfer hotkey profiles to another pc using the built-in backup solution! * Various settings you can adjust. You can disable checking online for latest versions. * Load your favorite profiles at startup automatically! * Export Hotkeys list to HTML! - SAMPLE HTML File:Notepad.htm * Profiles Center that lets you share and download new profiles and many other tasks!! * What's more, you even can activate Multi-User Settings, that keep settings and profiles for each Appkey user!!!! * Manage your favorite profiles with the new Favorites Manager! (In Application Selector dialog) How to use: 1. Open the exe or AU3 in AutoIT 3.2.4.9 or above. 2. Tray icon will appear. You can right click on it and access the many functions. 3. Load profile "Microsoft Notepad" from "Load Application Profile..." option. Notifications will appear. 4. Open up Notepad. 5. Right click on the tray menu,select "Hotkeys List:" and it displays the hotkeys for Notepad. You can click one of the listed hotkeys to trigger its effects in Notepad! 6. To add more profiles, select "Hotkey Editor" and click "New Profile" button. Then click any Hotkey box to set up a hotkey and the action performed. NOTE: You can't edit hotkeys for profiles that are in use! 7. Enter the title text of the application and press "Save Title Text". (Note: Title text is the application title bar text) 8. You can access more functions by selecting "Profiles Center". You can even export the hotkey lists to HTML Webpage! Screenshots: Profiles Center Hotkeys Editor Tray Menu with hotkey profile loaded Settings New Favorites Profiles Manager Download: (EXE+AU3) NOTE: Please help by creating your own Application Profile and submitting in this post. Example: Dreamweaver. Thanks!! Download Appkey 1.0 [test] Download Appkey 1.0 [test] - Alternative site Main download---> appkey1.zip
  7. Or I can use AutoIT to use windows xp internal zip compressor? Thanks
  8. Siao. Thanks!!!!!!! It worked. 5 stars for you!
  9. Thanks. I will just StringInStr. What about my GUI problem?
  10. 1. How to check if a given filename contains the illegal characters? (<>|?."') I have created a input box and let the user enter the filename and wants to check for illegal filename 2. I need urgent help on my GUI update. Please see here: http://www.autoitscript.com/forum/index.php?showtopic=47500. No responds so far Thanks.
  11. Problem: 1. Press the button and an input box pops up. The GUI is freezed. Once data is entered, press OK 2. Input box is closed and GUI is enabled but the button default status updates a few milliseconds later. Why the delay? Anything wrong with my code? Thanks #include <GUIConstants.au3> $frm_cgkey = GUICreate("Configurator", 636, 477, 216, 144, -1, 0) GUISetFont(10, 800, 0, "MS Sans Serif") $mngrp = GUICtrlCreateGroup("Application", 16, 8, 601, 457, -1, $WS_EX_TRANSPARENT) GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif") $Label1 = GUICtrlCreateLabel("Select !", 24, 48, 156, 20) $btn_newapp = GUICtrlCreateButton("New Application", 192, 85, 121, 41, 0) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $btn_newapp CHECKNEWAPP() EndSwitch WEnd Func CHECKNEWAPP() GUISetState (@SW_DISABLE,$frm_cgkey) $newprofname=InputBox ("Create New ", "Enter a new application name for this setting. Max 32 letters and no using of \/:*?<>¦") GUISetState (@SW_ENABLE,$frm_cgkey) WinActivate ($frm_cgkey) EndFunc
  12. posionkiller. I salute you! It finally works.
  13. Thanks both of you. Sorry for troubling. Now trying, hopefully it works
  14. Unfortunately it still doesn't work. Basically i got 60 input boxes and have been trying to read the data from them using the code stated above. $num is 1 to 60.
  15. $num=1 $input_hot1 = GUICtrlCreateInput("", 53, 245, 97, 24, BitOR($ES_CENTER,$ES_AUTOHSCROLL,$ES_READONLY)) MsgBox(0,"a",GUICTRLREAD($input_hot&$num)) Still won't work.
  16. Please help. Tis is a bit difficult for me.
  17. Sorry. I think it didn't worked Error says uninitialized variable.
  18. WOW!!!!!!!!!!!! That was fast!! Thanks!
  19. I assign $num=1 $input1=GuiCtrlCreateInput... However, when i set Msgbox(0,"test",GuiCtrlRead($input&$num)) script error. help ?
  20. Thanks kandieman! So far I dont have any intentions of selling the source code of my programs, just curious.
  21. I am a freeware programmer and have been programming freeware with the great AutoIT 2/3 tool for years. I have some questions: 1. Is it OK for me to compile the program script into EXE and distribute them as freeware? 2. Am I allowed to charge money if people wants to download the source code in AutoIT3 format for my programs? 3. Does the perfomance of the scripts decrease once they are compiled to EXEs? Thank you!
  22. My newest script:Mcky's CalEntry,flickers when I close like say the "Creating New task dialog box" or most of dialog boxes. Is there any way to avoid the flicker?
×
×
  • Create New...