Search found 15 matches

by Flipscript
25 Jul 2019, 04:11
Forum: Ask for Help (v1)
Topic: Get information of a tile from the windows 10 start menu
Replies: 2
Views: 919

Re: Get information of a tile from the windows 10 start menu

Oh man, tmplinshi, thank you so much for your invested time and help :thumbup: :D ! Sorry for my late response, it simply took me a while to understand your script :idea: and continue working on my intended script. Your codes work like a charm and they do exactly what I wanted and needed. Futhermore...
by Flipscript
18 Jul 2019, 11:02
Forum: Ask for Help (v1)
Topic: Get information of a tile from the windows 10 start menu
Replies: 2
Views: 919

Get information of a tile from the windows 10 start menu

I would like to get any possible information (filename of the link, file location or maybe the tooltip-text etc.) of a tile from the windows 10 start menu under the mouse cursor. So let’s say you have pinned the shortcut of the app „Google Chrome“ as a tile to your windows 10 start menu. If you plac...
by Flipscript
03 Jun 2019, 11:00
Forum: Ask for Help (v1)
Topic: Behaviour of the progress bar window when the bar’s position is changed
Replies: 3
Views: 757

Re: Behaviour of the progress bar window when the bar’s position is changed

I am not quite sure that’s just tea on your drink list with regard to you demanding code :geek: ;) . Unfortunately your code overwhelms me currently since my AHK-skills are limited to rather simple commands so far :( . But then again approaching codes with new commands, understanding and using them ...
by Flipscript
20 May 2019, 09:26
Forum: Ask for Help (v1)
Topic: Behaviour of the progress bar window when the bar’s position is changed
Replies: 3
Views: 757

Behaviour of the progress bar window when the bar’s position is changed

I want to adjust a progress bar window but I’m confused by its usage and behaviour when the bar’s position changes :? . So, to make my questions clear, I take the following exemplary code as a basis: Progress, 25, Text Sleep, 1000 Progress, 50, Text`nText Sleep, 1000 Progress, 75, Text`nText`nText S...
by Flipscript
20 May 2019, 08:38
Forum: Ask for Help (v1)
Topic: ExitApp when the user closes the progress bar
Replies: 8
Views: 1994

Re: ExitApp when the user closes the progress bar

Thanks again A_AhkUser for your help with all your explanations! And like I already said, your code was perfect too and I didn’t use it simply because I had problems to implement it into Pulover’s Macro Creator. Which on a side note is, alongside with the apparent lack of further development, one of...
by Flipscript
15 May 2019, 18:45
Forum: Ask for Help (v1)
Topic: ExitApp when the user closes the progress bar
Replies: 8
Views: 1994

Re: ExitApp when the user closes the progress bar

Alright, I have tested your codes, they all do work :clap: . Sorry for my late response, i simply had no time to continue with my code and in addition it took me some time to check out and understand your codes. Osprey: Your simple checks are the simple solution, works fine! But in the end the solut...
by Flipscript
09 May 2019, 11:41
Forum: Ask for Help (v1)
Topic: Variable that all scripts refer to
Replies: 2
Views: 694

Re: Variable that all scripts refer to

Well, maybe that’s it Osprey. And if I come up with the glorious idea of changing the path for the variable-script (/common.ahk) later on then i would have to change every script as well. The problem would remain and I would go round in circles like a perpetuum mobile. So, at the end of the day ther...
by Flipscript
29 Apr 2019, 18:50
Forum: Ask for Help (v1)
Topic: Variable that all scripts refer to
Replies: 2
Views: 694

Variable that all scripts refer to

Given i have placed the app „7-Zip“ and its executable file in the following save location: „D:\7-Zip\7z.exe“ Furthermore I have a lot of scripts that refer to this path to add files to or extract files from an archive. Therefore i set a variable at the beginning of every of those scripts such as: S...
by Flipscript
29 Apr 2019, 17:55
Forum: Ask for Help (v1)
Topic: ExitApp when the user closes the progress bar
Replies: 8
Views: 1994

Re: ExitApp when the user closes the progress bar

First of all, thank you for your help Wolf! Your code works insofar that the script terminates when you press the close button of the progress bar. Unfortunately, the script stops at the line where the WinWaitClose-Command takes in place. But the script shall work in that way that it is executed ord...
by Flipscript
28 Apr 2019, 05:13
Forum: Ask for Help (v1)
Topic: ExitApp when the user closes the progress bar
Replies: 8
Views: 1994

ExitApp when the user closes the progress bar

I use a progress bar for my script with the option „M2“ so the progress bar window has a set of the 3 typical buttons, that is minimize, maximize and close, in the title bar. When the user presses the close button of the progress title bar the script shall terminate (= ExitApp). What I tried so far ...
by Flipscript
26 Apr 2019, 11:22
Forum: Ask for Help (v1)
Topic: Download from a changing url
Replies: 5
Views: 1380

Re: Download from a changing url

Perfect tank, the regular expression you posted is smarter than my working one, so i will use your solution. Although i also liked your first idea using the regex „<a class="download_link" href="“ as a fix matching reference point to ensure searching in the correct line that is designated for the do...
by Flipscript
23 Apr 2019, 13:03
Forum: Ask for Help (v1)
Topic: Download from a changing url
Replies: 5
Views: 1380

Re: Download from a changing url

Oh man, tank, you live up to your name, i got steamrolled by your tankiness :salute: . This one was brutal for me to comprehend, in fact i did not fully understand your code. I never worked with regular expressions so i struggled a lot with nearly every line you wrote. But most importantly i wanna t...
by Flipscript
22 Apr 2019, 12:14
Forum: Ask for Help (v1)
Topic: Download from a changing url
Replies: 5
Views: 1380

Download from a changing url

I want to download a file from an url with a changing path. To be exact, i always want to download the current version of the program "XMedia Recode". The download site ( https://www.xmedia-recode.de/download.html ) has different download options and i want to download the option "XMedia Recode Port...
by Flipscript
05 Mar 2018, 10:25
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984173

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

Hey everybody, first of all thanks to the helpful ahk-community and to Pulover for his awesome macro creator. Often I simply can’t find an autohotkey command within pulover’s macro creator so i would be really thankful if anyone could answer me two (probably simple) questions: - Where can I find he ...
by Flipscript
18 Apr 2017, 12:26
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984173

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

Hey guys, first of all thanks to the creators of autohotkey, to pulover for his macro app and to the whole community for their help and support! I’m new to scripting so my questions are kinda ridiculous, though everyone has to start somewhere and despite of my internet research i ran out of ideas to...

Go to advanced search