Search found 18 matches

by Danielsan73
07 Mar 2024, 09:02
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617175

Re: AHK Studio iusses

i'm new on AhkStudio just downloaded and expanded it in a folder, in documents
but when i run script it freezed on the window "downloading ahk.xlm Please wait"
i'm on Windows 11

what to do? how to skip update?
by Danielsan73
15 Oct 2019, 00:59
Forum: Scripts and Functions (v1)
Topic: [Tool] Clipboard Master v2
Replies: 9
Views: 6413

Re: [Tool] Clipboard Master v2

Thanks for sharing it.
good script
by Danielsan73
30 Aug 2017, 03:45
Forum: Ask for Help (v1)
Topic: Looking for old Italian documentation Topic is solved
Replies: 5
Views: 3118

Re: Looking for old Italian documentation Topic is solved

q:: ;open website in Google Translate, translated from English to Italian vSL := "en" ;source language vTL := "it" ;destination language vHL := "it" vUrl := "https://autohotkey.com/docs/AutoHotkey.htm" vUrl := StrReplace(vUrl, "&", "%26") vUrl2 := "https://translate.google.com/translate?sl=" vSL "&...
by Danielsan73
29 Aug 2017, 03:14
Forum: Scripts and Functions (v1)
Topic: PopupFolder
Replies: 10
Views: 4702

Re: PopupFolder

Hi, thankyou for this good script:

There is a way to sort folders in albhabetic order?

some iusses when thread retry an exctraction icon error in some case, then thread interrupt and not all files and folders will be displayed, can you put a skip option in extractoin func ?


TY
by Danielsan73
23 Aug 2017, 07:17
Forum: Ask for Help (v1)
Topic: Looking for old Italian documentation Topic is solved
Replies: 5
Views: 3118

Re: Looking for old documentation Topic is solved

It was only a partial translation, you can still see it here (links at the bottom of the page): https://web.archive.org/web/20100310205808/http://www.autohotkey.it/ Tip to translate current documentation: visit http://autohotkey.com/docs/ using Google Chrome, if you right click in the page, you can...
by Danielsan73
23 Aug 2017, 04:49
Forum: Ask for Help (v1)
Topic: Looking for old Italian documentation Topic is solved
Replies: 5
Views: 3118

Re: Looking for old Italian documentation Topic is solved

I found it ! paste it from internet: Tutorial Questa breve descrizione ti aiutera' ad iniziare a scrivere da subito le tue proprie MACRO e HOTKEYS. Indice del tutorial Generazione di uno Script Apertura di un programma o di un documento Trasmettere le combinazioni di tasti e i click del mouse Attiva...
by Danielsan73
23 Aug 2017, 04:03
Forum: Ask for Help (v1)
Topic: Couple Of Issues.
Replies: 4
Views: 1028

Re: Couple Of Issues.

try this:

Code: Select all

MouseClick , Left, 827, 384 , 2
WinWait, Authentication,,3 ;Time out 3 sec.
IfWinNotActive, Authentication
WinWaitActive, Authentication,,5 ;Time out 5 sec.
if ErrorLevel
{
    MsgBox, ,,Window Authentication not found! ,1
    return
}
sleep, 200
Send, password{Enter}
by Danielsan73
23 Aug 2017, 03:27
Forum: Ask for Help (v1)
Topic: Kill off the running job
Replies: 1
Views: 478

Re: Kill off the running job

i'm thinking to add to your script:
F12:: Exitapp
Bye
by Danielsan73
23 Aug 2017, 03:21
Forum: Ask for Help (v1)
Topic: Looking for old Italian documentation Topic is solved
Replies: 5
Views: 3118

Looking for old Italian documentation Topic is solved

Hi, i'm looking for the help AHK old documentation in italian language.
I remember so far, i read it in Italian version but after 2012 the italian language was never supported.
i'have not backup, can anyone help me?
sorry for my bad english.
Regards.
by Danielsan73
04 Apr 2017, 03:24
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 198701

Re: [Script] KeypressOSD - Display key press on screen

i got italian Keyboard Layout on Windows 10 and got this erron on script start: https://image.ibb.co/dbnkiv/error.png after it, working for normal keys but not recognize Tab Crtl Alt and Mouse or other special keystrokes. Can u help? Oh forgot to say when i switch to Eng Lyout and reload all workin...
by Danielsan73
31 Mar 2017, 14:12
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984184

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

Musa wrote:can anyone help me installing this on my macbook.???
$!00 to anyone who can help me get this running
Try Parallels Desktop lite is free now.

https://itunes.apple.com/au/app/paralle ... 4709?mt=12
by Danielsan73
16 Mar 2017, 01:45
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984184

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

Pulover i love your great project!
Thankyou.
:bravo: :bravo: :bravo:
by Danielsan73
15 Mar 2017, 14:18
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 198701

Re: [Script] KeypressOSD - Display key press on screen

i got italian Keyboard Layout on Windows 10 and got this erron on script start: https://image.ibb.co/dbnkiv/error.png after it, working for normal keys but not recognize Tab Crtl Alt and Mouse or other special keystrokes. Can u help? Oh forgot to say when i switch to Eng Lyout and reload all working...
by Danielsan73
09 Dec 2015, 11:38
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49927

Re: AutoHotFlow - Simply draw your applications

bichlepa wrote:I have published a new upadate with bugfixes. This should also fix the windows dimensions bug.
nice it solved my problem too!

Thankyou
by Danielsan73
03 Dec 2015, 05:36
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49927

Re: AutoHotFlow - Simply draw your applications

Just tested new version .... in PC with Windows10 in my home it work perfectly..

but in PC with Win 8.1 @ work make this:

Image

at 1st run AHFlow open the GUI out of my screen and i have to fix it by maximize the window.
i hope it help.
by Danielsan73
03 Dec 2015, 04:49
Forum: Scripts and Functions (v1)
Topic: WheelSwitcher - Switch Fullscreen apps (eg RDP client) by rolling mouse wheel at edge of screen
Replies: 17
Views: 6139

Re: WheelSwitcher - Switch Fullscreen apps (eg RDP client) by rolling mouse wheel at edge of screen

Sorry but not work for me on windows 8.1
i try to run it as administrator... nothing happen when roll weel mouse on edges

or i don't know how to active... What is "w" key bind?
bye.
by Danielsan73
25 Sep 2015, 00:33
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49927

Re: AutoHotFlow - Simply draw your applications

Hello Danielsan73, Thank you very much for reporting this issue. Unfortunately, I can't reproduce the problem thoug I'm using windows 8.1, too. I've also tested it on three other devices. I guess, AutoHotFlow gets a wrong screen resolution. However this still does not explain the wrong positioning ...
by Danielsan73
16 Sep 2015, 02:16
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 49927

Re: AutoHotFlow - Simply draw your applications

i have a heavy iusses with the windows dimensions:

too big and not allineate controls
have to maximize and resize all of them

Window. 8.1 in 1920x1080 resolution
see below:
Image

How to fix it?

Go to advanced search