Search found 22 matches

by Gregorian
24 Oct 2020, 14:46
Forum: Ask for Help (v1)
Topic: A bigger tooltip
Replies: 20
Views: 3381

Re: A bigger tooltip

So, the the tooltip (GUI) works great now, just as I want it. But the AHK script suspension doesn't work. I just inserted the script suspension commands where you wrote that I should write the code. But they don't do anything. Could you please tell me how to make this script work? SendMode Input tip...
by Gregorian
24 Oct 2020, 09:49
Forum: Ask for Help (v1)
Topic: A bigger tooltip
Replies: 20
Views: 3381

Re: A bigger tooltip

Sorry to bother you once more, but you are already so experienced with autohotkey that I have trouble to understand your code. I need the tooltip to stay there when it says "HOTKEYS: DISABLED". When it says "HOTKEYS: ENABLED" it should only stay there for 2 seconds, and then disappear. Could you ple...
by Gregorian
23 Oct 2020, 23:05
Forum: Ask for Help (v1)
Topic: A bigger tooltip
Replies: 20
Views: 3381

Re: A bigger tooltip

Sorry I neglected to explain how the function works! If you want to hide the tip, use tip() . Alternatively, you can specify the duration as a parameter. CoordMode has no effect on the function. Gui uses absolute coordinates. Read about #If . It is used only for hotkeys and hotstrings, not running ...
by Gregorian
23 Oct 2020, 02:01
Forum: Ask for Help (v1)
Topic: A bigger tooltip
Replies: 20
Views: 3381

Re: A bigger tooltip

No problem. If needed, Gui can be positioned where you want, and also set to on-top. I tried your code. It works fine on its own. But when I combine it with my other autohotkey script, not only does it stop working, it also makes my other AHK script not work anymore. Here is my script that doesn't ...
by Gregorian
22 Oct 2020, 17:46
Forum: Ask for Help (v1)
Topic: A bigger tooltip
Replies: 20
Views: 3381

Re: A bigger tooltip

Unfortunately that is no use to me, because it goes into the background as soon as I click anywhere in my program. Also, I need the tooltip to be in the top left corner... like a tooltip.
I would like to have a real tooltip, just bigger.
by Gregorian
22 Oct 2020, 17:03
Forum: Ask for Help (v1)
Topic: A bigger tooltip
Replies: 20
Views: 3381

A bigger tooltip

All I want is a tooltip that is bigger. That's it. Now, I got many recommendations, like Fnt Library v3.0. I am totally overwhelmed by the functionality of it, and I have no idea how to use it. I'm not a programmer. And I don't need anything fancy. I really just want a bigger tooltip... Can someone ...
by Gregorian
07 Oct 2020, 00:01
Forum: Ask for Help (v1)
Topic: ToolTipFont / ToolTipColor deactivates the rest of my script
Replies: 11
Views: 575

Re: ToolTipFont / ToolTipColor deactivates the rest of my script

One thing I noticed is that your first variable assignment occurs after #If.. That is a no-no: #If.. statements are used to create context-sensitive hotkeys and hotstrings. They are not for running other forms of code. Read about auto-execute . Could you please tell me how I could write it better? ...
by Gregorian
07 Oct 2020, 00:00
Forum: Ask for Help (v1)
Topic: ToolTipFont / ToolTipColor deactivates the rest of my script
Replies: 11
Views: 575

Re: ToolTipFont / ToolTipColor deactivates the rest of my script

rommmcek wrote:
06 Oct 2020, 23:10
lexikos wrote:
05 Oct 2014, 00:47
Caution: Hooking messages which can interrupt AutoHotkey's commands...
You can try alternative for one script or if you're not too picky for all (standard) ToolTips.
Do these alternatives allow me to make the font of the tooltip bigger?
by Gregorian
06 Oct 2020, 23:59
Forum: Ask for Help (v1)
Topic: ToolTipFont / ToolTipColor deactivates the rest of my script
Replies: 11
Views: 575

Re: ToolTipFont / ToolTipColor deactivates the rest of my script

mikeyww wrote:
06 Oct 2020, 23:25
Yet another method for the tip!
When I copy and paste your code into an empty AHK file and execute it, it simply makes 1 sound, then waits a couple of seconds, and then makes another sound.
I see no tooltip anywhere on the screen.

I don't understand how this is helping me.
by Gregorian
06 Oct 2020, 23:58
Forum: Ask for Help (v1)
Topic: ToolTipFont / ToolTipColor deactivates the rest of my script
Replies: 11
Views: 575

Re: ToolTipFont / ToolTipColor deactivates the rest of my script

Try changing Write_mode to a one liner toggle I tried it. Still the same result as before. The tooltip will show up with a bigger font, but my hotkeys won't be suspended. You could also move DetectHiddenWindows, On WM_COMMAND := 0x111 ID_FILE_SUSPEND := 65404 To the top of the script in AutoExec se...
by Gregorian
06 Oct 2020, 22:15
Forum: Ask for Help (v1)
Topic: ToolTipFont / ToolTipColor deactivates the rest of my script
Replies: 11
Views: 575

ToolTipFont / ToolTipColor deactivates the rest of my script

So, I have a script with the only function to deactivate all my other scripts when I press tab, and reactivate them when I press tab again. I also made it so that whenever my AHK scripts are deactivated, it will show me a tooltip in the upper left corner, saying: " HOTKEYS-ARE-SUSPENDED " It works f...
by Gregorian
26 Sep 2020, 07:30
Forum: Scripts and Functions (v1)
Topic: ToolTipFont / ToolTipColor - options for the ToolTip command
Replies: 92
Views: 51235

Re: ToolTipFont / ToolTipColor - options for the ToolTip command

Hey, it would be really nice if someone could tell me why this function doesn't work together with my script.
Again, if I change the font of the tooltip, my other functions stop working. What can I do?
I need a bigger tooltip with bigger font real bad, but I also need my other functions to work. :(
by Gregorian
23 Sep 2020, 18:53
Forum: Scripts and Functions (v1)
Topic: ToolTipFont / ToolTipColor - options for the ToolTip command
Replies: 92
Views: 51235

Re: ToolTipFont / ToolTipColor - options for the ToolTip command

Did it stop working because it gives you an error saying “Call to nonexistent function”? No. What happens is: The message "WRITE MODE" appears when I press tab, and it disappears when I press tab again. That message is working just fine. What doesn't work is the deactivation of all my AHK scripts. ...
by Gregorian
23 Sep 2020, 05:59
Forum: Scripts and Functions (v1)
Topic: ToolTipFont / ToolTipColor - options for the ToolTip command
Replies: 92
Views: 51235

Re: ToolTipFont / ToolTipColor - options for the ToolTip command

My script doesn't work anymore when I use this. This script turns off all my AHK scripts when I press tab, and when I press tab again, it turns all my AHK scripts back on again. It's also supposed to show "WRITE MODE" while all my AHK scripts are turned off. It works fine with a normal tooltip, but ...
by Gregorian
11 Sep 2020, 04:39
Forum: Ask for Help (v1)
Topic: Hotkey to disable and reenable all hotkeys Topic is solved
Replies: 2
Views: 1120

Hotkey to disable and reenable all hotkeys Topic is solved

So, I have a bunch of scripts that all autostart, all in different files. Now, I would like to have a hotkey that disables and reenables all my autohotkey scripts. So, I came up with this: Tab:: Suspend Return Suspend either suspends all hotkeys in a script or reenables them. It acts like a toggle. ...
by Gregorian
10 Sep 2020, 20:48
Forum: Ask for Help (v1)
Topic: Script to deactivate all other scripts if I'm writing in a text box Topic is solved
Replies: 7
Views: 561

Re: Script to deactivate all other scripts if I'm writing in a text box Topic is solved

Thank you so much. May I ask, just out of sheer interest, what motivates you to invest your precious time to help strangers create their scripts?
Is it the fun of figuring out the solution to a riddle?
by Gregorian
10 Sep 2020, 20:25
Forum: Ask for Help (v1)
Topic: Script to deactivate all other scripts if I'm writing in a text box Topic is solved
Replies: 7
Views: 561

Re: Script to deactivate all other scripts if I'm writing in a text box Topic is solved

Thanks. But that takes quite some time. I would like it to work as fast as possible, ideally without any delay. I tried to make it faster. So I replaced the word "snip" with one single character that I'm never going to use; The cryllic letter "Ӫ". But for some reason it doesn't work. You have any id...
by Gregorian
10 Sep 2020, 18:36
Forum: Ask for Help (v1)
Topic: Script to deactivate all other scripts if I'm writing in a text box Topic is solved
Replies: 7
Views: 561

Re: Script to deactivate all other scripts if I'm writing in a text box Topic is solved

So, there is no easy way to implement this? The only way that I can think of right now would be to make autohotkey write some text, then select that text, copy it and check if there is any copied text. If there is, it means that I'm in a text box. If there isn't, it means that I'm not in a text box....
by Gregorian
10 Sep 2020, 03:51
Forum: Ask for Help (v1)
Topic: Script to deactivate all other scripts if I'm writing in a text box Topic is solved
Replies: 7
Views: 561

Script to deactivate all other scripts if I'm writing in a text box Topic is solved

I use AHK to write scripts for video editing programs like Adobe Premiere Pro or After Effects. Now the problem is that if I remap keys like A, S or Z, and then I want to write a text in those applications, I can't, because those keys are remapped to do something else. So, I would like AHK to someho...

Go to advanced search