Search found 42 matches

by neosickle
09 Nov 2021, 10:39
Forum: Ask for Help (v1)
Topic: input box help Topic is solved
Replies: 10
Views: 860

Re: input box help Topic is solved

Here's my final script Sir: Gosub, Start #If !disabled F3:: ; F3 = Ask for input; start the timer Start: Loop { InputBox, seconds, Wait, Enter the seconds to start.,, 300, 125 If ErrorLevel Return If seconds between 0 and 60 Break Else MsgBox, 48, Error, Your entry is invalid. } disabled := True Sou...
by neosickle
09 Nov 2021, 10:20
Forum: Ask for Help (v1)
Topic: input box help Topic is solved
Replies: 10
Views: 860

Re: input box help Topic is solved

Oooopsss! Sorry for this. But I put it to the real test but made me sad... The mouse click has a 1 second delay in execution. I wish it to be on time or as exactly as possible, Sir.
by neosickle
09 Nov 2021, 10:01
Forum: Ask for Help (v1)
Topic: input box help Topic is solved
Replies: 10
Views: 860

Re: input box help Topic is solved

Perfect!!! I am soooo happpyyy!! Thank you so much Sir mikeyww. This is a golden macro for me. I will just insert a hotkey for reload in case I want to change the number. You are the best Sir mikeyww!!! :bravo: :bravo: :bravo:
by neosickle
09 Nov 2021, 09:41
Forum: Ask for Help (v1)
Topic: input box help Topic is solved
Replies: 10
Views: 860

Re: input box help Topic is solved

Almost perfect! Thank you so much! Just one more thing, Sir... the box disappeared when I accidentally pressed enter without an input. How can I prevent this? I wish it would tell me if there's no value was entered. Also, I can enter any number in the field and will execute. It should be limited fro...
by neosickle
09 Nov 2021, 09:13
Forum: Ask for Help (v1)
Topic: input box help Topic is solved
Replies: 10
Views: 860

Re: input box help Topic is solved

wow! thank you for this, but it's not yet what I want because the input will be executed after the number of seconds. What I actually want is to perform the task at the exact time. Like if I put 18, it should perform the task when it reaches 18 seconds to the clock, not after 18 seconds. Example if ...
by neosickle
09 Nov 2021, 08:06
Forum: Ask for Help (v1)
Topic: input box help Topic is solved
Replies: 10
Views: 860

input box help Topic is solved

I wish to have a script that I can enter a number (only 1 to 60) and based on my input in the box it will set the time in seconds and will perform my command when the time was met. But, the box should be disabled from any input while it is not yet done performing the task unless cancelled. The task ...
by neosickle
11 Nov 2019, 02:58
Forum: Ask for Help (v1)
Topic: Code execution error Topic is solved
Replies: 1
Views: 393

Code execution error Topic is solved

I frequently get this error. Image attached. It occurs in the middle of my script. But sometimes it doesn't. Can someone pls help me?
by neosickle
11 Nov 2019, 01:43
Forum: Ask for Help (v1)
Topic: Working with dropdown list Topic is solved
Replies: 2
Views: 947

Re: Working with dropdown list Topic is solved

boiler wrote:
02 Nov 2019, 09:13
Instead of sending a paste (^v), try sending the variable containing the contents of the clipboard, which will act more like the letters are being typed:

Code: Select all

Send, %Clipboard%
Thank you so much! That exactly solved my problem.
by neosickle
02 Nov 2019, 06:00
Forum: Ask for Help (v1)
Topic: Working with dropdown list Topic is solved
Replies: 2
Views: 947

Working with dropdown list Topic is solved

Hello guys, I need some help with my script. I need to know what command will use in my case. So, I want that when copy a text from a cell from Excel it will automatically match what I have in a drop-down list in my db page using Firefox. ^c and ^v won't give the result I want because it's a dropdow...
by neosickle
02 May 2017, 12:59
Forum: Ask for Help (v1)
Topic: pls help me with this...
Replies: 5
Views: 1410

Re: pls help me with this...

someone pls help me? i am using windows 7
by neosickle
01 May 2017, 13:46
Forum: Ask for Help (v1)
Topic: pls help me with this...
Replies: 5
Views: 1410

Re: pls help me with this...

i tried this.. but it doesn't work as i want to, to enable again developer tools in ie explorer with autohotkey... any help with my code?
RegWrite, REG_SZ, HKEY_CURRENT_USER, SOFTWARE\MICROSOFT\INTERNET EXPLORER\IE DEV TOOLS, DISABLED, 0
by neosickle
01 May 2017, 12:48
Forum: Ask for Help (v1)
Topic: pls help me with this...
Replies: 5
Views: 1410

pls help me with this...

how can execute this one?

HKEY_LOCAL_MACHINE
- SOFTWARE
- MICROSOFT
- INTERNET EXPLORER
- IE DEV TOOLS
- DISABLED -> MAKE IT TO 0 from 1

Thank you guys for those who will help...
by neosickle
11 May 2016, 00:32
Forum: Ask for Help (v1)
Topic: Switch with a hitstring
Replies: 2
Views: 845

Re: Switch with a hitstring

This doesnt solve my problem. Any other way?
by neosickle
10 May 2016, 19:26
Forum: Ask for Help (v1)
Topic: Switch with a hitstring
Replies: 2
Views: 845

Switch with a hitstring

Can somebody pls educate me how can i turn on and off this hotkey?

~^s::y

I want to have a hotsring switcher. When i type on it will work that way. But when i put off ofcourse it is off. But the default would be off. Pls help me.
by neosickle
08 May 2016, 23:09
Forum: Ask for Help (v1)
Topic: Repeating codes
Replies: 12
Views: 3158

Re: Repeating codes

Like this (untested) #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. defaultValue := 1 timeOutSecond...
by neosickle
07 May 2016, 13:34
Forum: Ask for Help (v1)
Topic: Repeating codes
Replies: 12
Views: 3158

Re: Repeating codes

Loop {
Send, {Enter}
Send, {Down}
Send, % " "
}

How can i add space bar to break the process inside the block? I used if {Space} break but don't work. Pls help me.
by neosickle
07 May 2016, 07:28
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 985298

Re: Pulover's Macro Creator v5.0.2 - The Complete Automation Tool

Super useful! I love it! Easier than ever!
by neosickle
06 May 2016, 23:17
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25837

Re: Is there an online compiler?

I'm sorry for missing the point. Right click was also disabled too. I don't know about the portable text editor that we have that. Once i downloaded a portable autohotkey and i just saw the exe of autohotkey. Yayks.
by neosickle
06 May 2016, 23:12
Forum: Ask for Help (v1)
Topic: Repeating codes
Replies: 12
Views: 3158

Re: Repeating codes

Nope buddy, just a key to stop the process when space bar or enter key was pressed.
by neosickle
06 May 2016, 19:14
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 25837

Re: Is there an online compiler?

IMO, an "official" online compiler would be a waste of resources. There's no need to compile or install. See Portability . Sorry for the waste. I know it's portability. That's why i asked if there is an online compiler. The importance of online compiler is in company computers. I use autohotkey to ...

Go to advanced search