Search found 38 matches

by Thenatan
26 Sep 2018, 23:55
Forum: Ask for Help (v1)
Topic: Working With Midi
Replies: 1
Views: 643

Re: Working With Midi

Any Help?
by Thenatan
25 Sep 2018, 20:42
Forum: Ask for Help (v1)
Topic: Working With Midi
Replies: 1
Views: 643

Working With Midi

Hello Mates , I Just Read The Whole Threads And I Can't Find An Up To Date / Simple Script Like This One That Scripted By Dannywarren https://github.com/dannywarren/AutoHotkey-Midi/ i Asked Him But I Guess The Danny Is'nt Around And Had Zero Chance To Get Help Directly From Himself. Any Of You Guys ...
by Thenatan
16 Sep 2018, 06:42
Forum: Ask for Help (v1)
Topic: File Install Directory
Replies: 1
Views: 774

File Install Directory

Hey Folks . I'm Trying To Make My Script Installation Path In Program Data , And Also Install Each File In Their Own Folder , Can You guys Give Me Some Examples? FileCreateDir,C:\ProgramData\My Script ;<<<< Parent Folder FileCreateDir,C:\ProgramData\Myscript\Resources ;<<<< New Folder Inside The Par...
by Thenatan
11 Sep 2018, 08:52
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

; GUI Gui, -MinimizeBox Gui, Add, DropDownList, xm w50 vDDL1 Choose%myNumber%, %Numbers% ; <<<<<<<<< xm Gui, Add, DropDownList, x+0 wp vDDL2 Choose%myLetter%, %Letters% Gui, Add, DropDownList, x+0 wp vDDL3 Choose%myLabel%, %Labels% Gui, Add, Button, x+0 yp-1 w20, ? Gui, Add, Button, xm w170, Submit...
by Thenatan
11 Sep 2018, 07:42
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

Hello Wolf_II

Facing With Some Troubles To Add The Script To My Other Gui Made.
I Tried To Put The code In A New Gui , But It Get Wierd Blanks , Is There Any Code In This Script That Can Get Errors With My Other Gui?
What You Think?
by Thenatan
10 Sep 2018, 11:22
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

;------------------------------------------------------------------------------- Button?: ; question mark button shows IniFile to view/edit ;------------------------------------------------------------------------------- Run, %IniFile% ; uses the default editor for ini-files Return easy peasy lemon...
by Thenatan
10 Sep 2018, 11:07
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

Ha Ha Thanks Man , You're Killin It With Awesome Features , It's All Good Now , No Need To NumPads Since I've Way More Than What I Need .
by Thenatan
10 Sep 2018, 10:54
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

And I Think This Should BE Okey For Me , To Simply Press F2 And MsgbOx Shows The Whole Config.INI With All Stored Shortcuts Which Is The Simplest Way IMO

Code: Select all

SetWorkingDir %A_ScriptDir%
FileRead,FileContents,config.ini
return

F2::
Msgbox,%FileContents%
Return
by Thenatan
10 Sep 2018, 10:41
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

wolf_II wrote:re: prev hotkeys You are right, I will look into changing the display
Thx for your compliments. :D
Looks Pretty Complex IMO :crazy:
But Do The Job
by Thenatan
10 Sep 2018, 10:22
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

There was an accident during posting. Script did not yet contain the newest code. Fixed. Thanks Wolf_II So " ? " Shows The Previous Hotkeys , Kinda A History Of What Command Selected Before , But The Destination Is'nt Clear , It Shows Numbers Plus Letters Not Labels Looks Very Nice Btw , Really Ama...
by Thenatan
10 Sep 2018, 10:06
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

Ha Ha , Man This Thing Works Really Great , Thanks MAn , Much Appreciated
by Thenatan
10 Sep 2018, 09:25
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

And One Thing , How I Cant Make A Drop Down List To Monitor The History Of The LKeystrokes That Made With Scrip?
Is It Posiblle If It Shows If In Real Time Or Something
by Thenatan
10 Sep 2018, 09:12
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

Sure Thing Man
Using A Combination Of Letters And Numbers Makes A Big Number Of Key Strokes Like 260 , Which Is More Than What I Need :)
Yes , Really Appreciated What You Did Today Man
God Bless You Man
by Thenatan
10 Sep 2018, 08:47
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

Yes Man , It Seems We Can't Use 3 Keystrokes In This Case , I'm Already Happy With The 2 Of Them :) I Can't Say It Is A Real Bug , But After Reload The Script With Commands That Stored In Config File , Had to Press Submit Button To Activate The Hotkey That Made With Script Before , Should Be Awesome...
by Thenatan
10 Sep 2018, 08:19
Forum: About This Community
Topic: Donation offered
Replies: 11
Views: 18050

Re: Donation offered

Hello Dear Moderators.
Would Be Great If We Have Some Infos Here , So We Can Donate To Community Happily : )
With Thanks
Natan
by Thenatan
10 Sep 2018, 07:34
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

Wolf_II Man i Really Appreciated :clap: Youre Rock
by Thenatan
10 Sep 2018, 05:35
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

I Find A Script Which Stores All Edit Box Contents In A Text File , When I Press Close , And Call It When I Open it Again. I don't understand the meaning of this sentence. Is this related to the current topic " Custom KeyStroke With Drop Down List " :?: how do you want to handle GuiClose? Should it...
by Thenatan
10 Sep 2018, 05:17
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

I Find A Script Which Stores All Edit Box Contents In A Text File , When I Press Close , And Call It When I Open it Again.
by Thenatan
10 Sep 2018, 05:00
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

wolf_II wrote:regarding Writing to a text file:
I recommend using IniWrite and IniRead.

I will prepare something for your needs and post again.
Wow That Sounds Awesome , Much Appreciated Wolf :thumbup:
by Thenatan
10 Sep 2018, 04:59
Forum: Ask for Help (v1)
Topic: Custom KeyStroke With Drop Down List Topic is solved
Replies: 35
Views: 5047

Re: Custom KeyStroke With Drop Down List Topic is solved

wolf_II wrote:regarding Writing to a text file:
I recommend using IniWrite and IniRead.
Thanks MAan , I've Some Examples To Store The Inputs In An INI File

Go to advanced search