Search found 91 matches

by TheBeginner
15 Nov 2018, 04:46
Forum: Ask for Help (v1)
Topic: Is there a way to put an icon outside the hidden tray icons by default?
Replies: 56
Views: 11728

Re: Is there a way to put an icon outside the hidden tray icons by default?

Thanks Gwarble, but it's over my skill level. I'm going to drop it for the time being.
by TheBeginner
11 Nov 2018, 07:04
Forum: Ask for Help (v1)
Topic: Is there a way to put an icon outside the hidden tray icons by default?
Replies: 56
Views: 11728

Re: Is there a way to put an icon outside the hidden tray icons by default?

Thanks for the reply, the thing is I'm looking to do it with a script, I don't want to go around the office dragging icons to the tray
I'm looking for a way to set it up to be external by default
by TheBeginner
11 Nov 2018, 04:17
Forum: Ask for Help (v1)
Topic: Is there a way to put an icon outside the hidden tray icons by default?
Replies: 56
Views: 11728

Is there a way to put an icon outside the hidden tray icons by default?

Running a compiled script creates a tray icon, what I'm trying to do is put the icon outside the "hidden tray icons" area by default using AHK
Putting it outside by default, is that possible?
by TheBeginner
04 Nov 2018, 05:18
Forum: Ask for Help (v1)
Topic: is there a way to suspend the script while typing?
Replies: 5
Views: 1538

Re: is there a way to suspend the script while typing?

Couldn't make it work, same as A_CaretX, the ControlGet also returns blank, it doesn't identify If a field is in focus/what the field text or id is in that program.
Going to drop it for now, when I have time again I'll try Autohotkey v2 maybe it's detection and handling is better
by TheBeginner
31 Oct 2018, 16:51
Forum: Ask for Help (v1)
Topic: is there a way to suspend the script while typing?
Replies: 5
Views: 1538

Re: is there a way to suspend the script while typing?

thanks for the reply, I'll play around with the first approach tomorrow, I think it's more what I need
by TheBeginner
31 Oct 2018, 12:22
Forum: Ask for Help (v1)
Topic: is there a way to suspend the script while typing?
Replies: 5
Views: 1538

Re: is there a way to suspend the script while typing?

thanks for the reply Hope this would make what I want to accomplish clearer, I want all script hotkey to suspend when I enter any text field, so I can write without hotkeys being triggered this is the code I used, works okay if the application sends the caret position (hence I am in a text field). u...
by TheBeginner
31 Oct 2018, 05:00
Forum: Ask for Help (v1)
Topic: is there a way to suspend the script while typing?
Replies: 5
Views: 1538

is there a way to suspend the script while typing?

I'm trying to suspend a script while in an input field in a program, and haven't found a way to do that

I've tried to do

Code: Select all

#if (!A_CaretX)
the problem is that in this program it returns blank even if a caret exists, any solution for that, or an alternative approach?
by TheBeginner
20 Oct 2018, 16:12
Forum: Ask for Help (v1)
Topic: Minimizing windows on the minor under the mouse Topic is solved
Replies: 5
Views: 860

Re: Minimizing windows on the minor under the mouse Topic is solved

Worked on it for hours, finally succeeded. the script was an awesome starting point, Still don't know what all these "NumGet" are. thanks for all your great help!! if (monitorHandle := DllCall("MonitorFromWindow", "uint", windowHandle, "uint", 0x2)) && DllCall("GetMonitorInfo", "uint", monitorHandle...
by TheBeginner
20 Oct 2018, 11:15
Forum: Ask for Help (v1)
Topic: Minimizing windows on the minor under the mouse Topic is solved
Replies: 5
Views: 860

Re: Minimizing windows on the minor under the mouse Topic is solved

It definitely works, But I don't get why.
The entire "GetMonitorIndexFromWindow" function why is it necessary? What does it do?
all the NumGet
by TheBeginner
19 Oct 2018, 14:37
Forum: Ask for Help (v1)
Topic: Minimizing windows on the minor under the mouse Topic is solved
Replies: 5
Views: 860

Re: Minimizing windows on the minor under the mouse Topic is solved

Thanks for posting a reply, I went through the script it took me a while to understand exactly what it does. I was trying to do something else, I wanted to minimize all windows in the monitor where the mouse is. This script minimizes all windows underneath the mouse, which is cool, but not what I wa...
by TheBeginner
19 Oct 2018, 12:59
Forum: Ask for Help (v1)
Topic: Minimizing windows on the minor under the mouse Topic is solved
Replies: 5
Views: 860

Minimizing windows on the minor under the mouse Topic is solved

I tried to create a script that minimizes all windows in the monitor under the mouse, unfortunately I can't make it work it just minimizes all windows and I can't seem to find the problem, any help will be appreciated ^d:: CoordMode, Mouse, Screen MouseGetPos, x, y SysGet, Mon2, Monitor, 1 Mon1 := M...

Go to advanced search