Search found 181 matches

by theimmersion
29 Nov 2017, 16:11
Forum: Ask for Help (v1)
Topic: Find a folder or file by name in explorer window Topic is solved
Replies: 19
Views: 5203

Re: Find a folder or file by name in explorer window Topic is solved

Yeah, no prob. All approaches will sooner or later come in handy for this or another script. :) Ok, jeeswg approach works awesomely for this because i can see it what it selects and i can either press enter or i can put Send {Enter} by default with a small delay to cancel on ESC if the selected item...
by theimmersion
29 Nov 2017, 15:28
Forum: Ask for Help (v1)
Topic: Find a folder or file by name in explorer window Topic is solved
Replies: 19
Views: 5203

Re: Find a folder or file by name in explorer window Topic is solved

Thanks to both of you. Both are very handy. Well, because the things are dynamic and i want my own kind of search. Win 10 search is sooo slow. AHK does it faster and more direct without much nig nags. So, a folder of many folders and files, i pull up ahk input box and enter any phrase and it will se...
by theimmersion
29 Nov 2017, 14:00
Forum: Ask for Help (v1)
Topic: Find a folder or file by name in explorer window Topic is solved
Replies: 19
Views: 5203

Re: Find a folder or file by name in explorer window Topic is solved

It wont open it in new window? That was my take of what would happen if i did it that way. Like with chrome, doing any Run, URL would open new tab even though sometimes i dont want a new tab.
by theimmersion
29 Nov 2017, 13:44
Forum: Ask for Help (v1)
Topic: Find a folder or file by name in explorer window Topic is solved
Replies: 19
Views: 5203

Re: Find a folder or file by name in explorer window Topic is solved

Because the folder and the sub folder or file are dynamic. I could loop through and than close that window and open with the new address but if theres a call to just select it, id rather do that. And in that folder that needs to be checked, it can have a folder or file. If you understand what I mean...
by theimmersion
29 Nov 2017, 13:33
Forum: Ask for Help (v1)
Topic: Find a folder or file by name in explorer window Topic is solved
Replies: 19
Views: 5203

Re: Find a folder or file by name in explorer window Topic is solved

Ill try that. I thought there was a more official way of doing it. xD
by theimmersion
29 Nov 2017, 13:17
Forum: Ask for Help (v1)
Topic: Find a folder or file by name in explorer window Topic is solved
Replies: 19
Views: 5203

Re: Find a folder or file by name in explorer window Topic is solved

How do I utilize the send, where do I send the target?
by theimmersion
29 Nov 2017, 09:08
Forum: Ask for Help (v1)
Topic: Find a folder or file by name in explorer window Topic is solved
Replies: 19
Views: 5203

Find a folder or file by name in explorer window Topic is solved

Im wondering if and how can a folder or file be selected in an explorer window by name. I wanted to loop through a specific folder and use If InStr of a name and if the loop finds the folder, it selects it and opens it, be it a folder or file. Anyone have an idea how to achieve that? Like: Path=C:\U...
by theimmersion
29 Nov 2017, 08:21
Forum: Ask for Help (v1)
Topic: Switch CTRL + ALT but still keep the ALT+TAB
Replies: 9
Views: 1796

Re: Switch CTRL + ALT but still keep the ALT+TAB

Im tho insterested how could we make the alt tab window keep on screen until we press left click,esc, enter or alt tab again. I just tried an experiment and i cant seem to make it work. One of the variations i tried: #MaxThreadsPerHotkey 1 ; Tried 1 and 2 #MaxHotkeysPerInterval, 250 ; For debug moni...
by theimmersion
29 Nov 2017, 07:47
Forum: Ask for Help (v1)
Topic: Switch CTRL + ALT but still keep the ALT+TAB
Replies: 9
Views: 1796

Re: Switch CTRL + ALT but still keep the ALT+TAB

LCtrl::Alt <- maybe thats why? LCtrl::LAlt
LAlt::Ctrl
<!Tab::AltTab
by theimmersion
26 Nov 2017, 21:45
Forum: Ask for Help (v1)
Topic: Stop a function by calling it again?
Replies: 9
Views: 3347

Re: Stop a function by calling it again?

Yes but it doesnt really stop the first function iteration but rather is stalling it. When you press any of the hotkeys, you just evaluate the second call to false which than finishes and than the first function call is resuming and evaluates to false as well and finishes. The idea is when i press F...
by theimmersion
26 Nov 2017, 21:22
Forum: Ask for Help (v1)
Topic: New to AHK: already need help!
Replies: 4
Views: 972

Re: New to AHK: already need help!

A very simple but neat thing i would add is some indicator like SoundBeep to know when i activated the spam and when i deactivated it. Toggle:=!Toggle if Toggle SoundBeep, 800, 100 else SoundBeep, 500, 100 ... SoundBeep [, Frequency, Duration] Many dont even know about SoundBeep or learn too late ab...
by theimmersion
26 Nov 2017, 20:57
Forum: Ask for Help (v1)
Topic: Stop a function by calling it again?
Replies: 9
Views: 3347

Re: Stop a function by calling it again?

Thanks A_AhkUser, tried that as well. No luck, still not getting the behavior i want. I settled on making the function a separate script and run with arguments. Unless some better way, ill have to use this workaround. Basically: main script.ahk -------------------> trigger.ahk --------------------> ...
by theimmersion
25 Nov 2017, 17:43
Forum: Ask for Help (v1)
Topic: Stop a function by calling it again?
Replies: 9
Views: 3347

Re: Stop a function by calling it again?

Thats a lot of code for you? lol. Also, you could have than given me a short and simple and crispy example :P Dont get me wrong tho. xD Ok, now i summarized. Now, how da h**l can i get it to stop? xD Edit: its like the global within the while loop never gets recognized in the already running functio...
by theimmersion
25 Nov 2017, 17:10
Forum: Ask for Help (v1)
Topic: Stop a function by calling it again?
Replies: 9
Views: 3347

Re: Stop a function by calling it again?

I think that it depends on how you want to interrupt it. Well, i just said it the OP, by calling the function again. But essentially, i dont care how to interrupt it as long as i can interrupt it. :D You could do it by pressing a hotkey. A timer might be able to do it, too. Did you even read the my...
by theimmersion
25 Nov 2017, 16:37
Forum: Ask for Help (v1)
Topic: Stop a function by calling it again?
Replies: 9
Views: 3347

Stop a function by calling it again?

Can a function be interrupted by calling it again? Im really in a jam, trying to make some windows animate but i need to be able to interrupt the animation. Trying a Winamp always on top, hidden behind screen with hover over movement animation. Still experimenting so no nice looking code yet. #NoEnv...
by theimmersion
22 Nov 2017, 10:43
Forum: Ask for Help (v1)
Topic: WinMove Winamp doesnt work on all skins
Replies: 0
Views: 428

WinMove Winamp doesnt work on all skins

I wrote a script to center winamp on screen but it only works on classic skin and classic based custom skins which is very odd. I tried many combos to achieve this non worked. Any ideas? This is the last snippet of the code i tried, should have saved the others. Will try to add a few i remember tryi...
by theimmersion
15 Nov 2017, 07:02
Forum: Ask for Help (v1)
Topic: IniRead not working with foreign language Topic is solved
Replies: 3
Views: 754

Re: IniRead not working with foreign language Topic is solved

Ok, creating a UTF-16 file worked. Thank you both! :)
by theimmersion
14 Nov 2017, 22:18
Forum: Ask for Help (v1)
Topic: IniRead not working with foreign language Topic is solved
Replies: 3
Views: 754

IniRead not working with foreign language Topic is solved

Im trying to use IniRead to read Language.txt and use it as a means to change language in my gui while at same time giving easy access to others to translate to different languages. The issue is, the foreign characters are being showed as symbols. The letters in question are cyrilic letters. For ins...
by theimmersion
14 Nov 2017, 14:54
Forum: Ask for Help (v1)
Topic: Cursor Set installer
Replies: 2
Views: 751

Re: Cursor Set installer

Thanks! Ill look into it. This isnt a dynamic approach tho, is it? The deal here is to show the user a few cursor types and every type has a few dufferent cursor looks. User selects which ones he wants and script installs. My original idea was to write a new inf file when user presses install button...
by theimmersion
14 Nov 2017, 09:12
Forum: Gaming Help (v1)
Topic: Could anybody make modes for my script please.
Replies: 9
Views: 1453

Re: Could anybody make modes for my script please.

Hm... *headscratching* I dont use AHK for games that often. I did delete those before the hotkeys $~*. Maybe thats why? Try this: #SingleInstance, Force F11:: ModeToggle:=!ModeToggle if ModeToggle SoundBeep, 1000, 500 else SoundBeep, 800, 500 Return #IF !ModeToggle $~*lbutton:: while (getKeyState("l...

Go to advanced search