Search found 61 matches

by WOlfen
19 Jul 2021, 17:06
Forum: Scripts and Functions (v1)
Topic: i.mage - one click image download
Replies: 6
Views: 3538

Re: i.mage - one click image download

DataLife Yeah, already checked that "SavePictureAs" Script from you out. A really great script and i see that a lot of work went into it. I mean, i built a GUI with some Buttons which can open the Browser where the User can download a picture (with a simple Click), which then would be used in the G...
by WOlfen
18 Jul 2021, 16:46
Forum: Scripts and Functions (v1)
Topic: i.mage - one click image download
Replies: 6
Views: 3538

Re: i.mage - one click image download

Yeah, hello davebrny . I tried your script which is great, but i can´t somehow get it working on "Cent Browser", which is just a Google Chrome Fork. It also uses "chrome.exe" and you can get "copy image url" via right click and pressing O. So it just the same like in Google Chrome and it also works ...
by WOlfen
14 Jul 2021, 08:30
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984811

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

Pulover wrote:
14 Jul 2021, 05:39
No, I'm fine. Just very very busy, as usual.
Hmm, i see.
Well, thanks for asking too, i guess.
by WOlfen
14 Jul 2021, 04:20
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984811

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

Is this thread still alive? I don´t hope that anything happened to Pulover´s privat life due these current times.
by WOlfen
03 Jun 2021, 12:27
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984811

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

Hello.
It would be nice if we can have a new entry in the Commands Tab for simple hotkeys too.
So for example i want to remap a Key with a Macro.
Is this already possible?
Thank you.
by WOlfen
08 May 2021, 07:38
Forum: Scripts and Functions (v1)
Topic: Mouse over the file (do not need click) to preview the contents. Support ahk,txt,ini,jpg,jpeg,png,bmp,tif format.
Replies: 21
Views: 5205

Re: Mouse over the file (do not need click) to preview the contents. Support ahk,txt,ini,jpg,jpeg,png,bmp,tif format.

This is great.
I really would love to see if there is some kind of FLAC integration which would show some ID3 Tags, Stereo or Mono, Bitrate and Length of the focused item.
by WOlfen
21 Apr 2021, 03:34
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 79520

Re: AHK Portable Installer v1.16 (now fully portable)

Thanks for all the work.
I will try that out. But the Github still shows the 1.10 Version as the latest one.
by WOlfen
07 Dec 2020, 11:33
Forum: Ask for Help (v1)
Topic: A few question for a TreeView
Replies: 20
Views: 2335

Re: A few question for a TreeView

Yeah, i didn´t had the time to test this yet.
It works great. :bravo:
by WOlfen
03 Dec 2020, 09:37
Forum: Ask for Help (v1)
Topic: A few question for a TreeView
Replies: 20
Views: 2335

Re: A few question for a TreeView

As you like: Root := "Z:\TEST\FOLDER1" ; ... AddSubFolderToTree(Root) ; ... If (A_GuiEvent = "DoubleClick") { TV_GetText(FileOrFolder, A_EventInfo) RelativePath := "" ParentID := A_EventInfo While (ParentID := TV_GetParent(ParentID)) { TV_GetText(ParentText, ParentID) RelativePath := ParentText . "...
by WOlfen
03 Dec 2020, 08:59
Forum: Ask for Help (v1)
Topic: A few question for a TreeView
Replies: 20
Views: 2335

Re: A few question for a TreeView

mikeyww wrote:
03 Dec 2020, 08:53
Does it work with the entire path? That is a good first step.
I´m pretty sure i can work with the Full Path, but first i have to get there. Looking at the threads right now again, but can´t point my finger on it what the solution is to be honest. :)
by WOlfen
03 Dec 2020, 08:29
Forum: Ask for Help (v1)
Topic: A few question for a TreeView
Replies: 20
Views: 2335

Re: A few question for a TreeView

Put the ToolTip command inside the If statement that confirms the double-click. As far as I know, the tip remains active until you turn it off or exit the script. The "second hidden column" idea is also cool. I have not tried that. Thanks again for your response. Once again, i´m feeling dumb. Every...
by WOlfen
02 Dec 2020, 10:07
Forum: Ask for Help (v1)
Topic: A few question for a TreeView
Replies: 20
Views: 2335

Re: A few question for a TreeView

Retrieving the text retrieves the text of what you see, not the whole path, because you did not save the whole path. The following recent posts may help with that issue. Using a loop, building the path is easy if you have the whole tree. https://www.autohotkey.com/boards/viewtopic.php?f=76&t=83876 ...
by WOlfen
02 Dec 2020, 07:35
Forum: Ask for Help (v1)
Topic: A few question for a TreeView
Replies: 20
Views: 2335

Re: A few question for a TreeView

@mikeyww if you don´t mind, i have another question. I noticed that i somehow can´t get a variable out of the script anymore. This is how it´s currently build: Gui, SetupMenu: Default Gui, SetupMenu: Add, TreeView, x50 %Distance1% w480 h270 cff9e03 vProgramSelect gFileSelect +0x1000 -HScroll AddSubF...
by WOlfen
28 Nov 2020, 05:56
Forum: Ask for Help (v1)
Topic: A few question for a TreeView
Replies: 20
Views: 2335

Re: A few question for a TreeView

Yes, it's just a shorter version for the example of using Return at the top, sorting, and integrating the file extension check. This may help. dir = Z:\TEST\FOLDER1 Gui, Add, TreeView, w300 r20 gFileSelect AddSubFolderToTree(dir) Gui, Show, Center, Tree Return FileSelect: If (A_GuiEvent != "DoubleC...
by WOlfen
27 Nov 2020, 07:03
Forum: Ask for Help (v1)
Topic: A few question for a TreeView
Replies: 20
Views: 2335

Re: A few question for a TreeView

Thanks to both of you. :) If (SubStr(RowText, -3) = ".exe") Or (SubStr(RowText, -3) = ".bat") ; or If (RowText ~= "\.(exe|bat)$") ; shorthand for RegExMatch() Thanks for the help. Now, is it possible to add a third option that when clicking on a Folder, it will give me a different tooltip? Something...
by WOlfen
26 Nov 2020, 19:17
Forum: Ask for Help (v1)
Topic: A few question for a TreeView
Replies: 20
Views: 2335

A few question for a TreeView

Hello. Okay, so i worked a little bit on a TreeView and i really like it so far. It does what i need. So far i got this: Gui, SetupMenu: Default Gui, SetupMenu: Add, TreeView, x50 %Distance1% w480 h270 cff9e03 gFileSelect +0x1000 -HScroll AddSubFoldersToTree("Z:\TEST\FOLDER1") AddSubFoldersToTree(Fo...
by WOlfen
01 Oct 2020, 04:47
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984811

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

Behavior in games may vary. Try to change SendMode to Play in Settings -> Playback. Thanks for responding so fast. :) Hmmm. There is a strange behavior with this. As you may remember i was the guy who associated the pmc Files with your Macro Tool. Well, if i open "MacroCreator.exe" and change the S...
by WOlfen
01 Oct 2020, 02:34
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984811

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

Sorry, but i have to add something to my previous question about Sending Keystrokes. So far nothing worked for me. I want to send just the Enter Key to a Window (it´s a Game), but nothing worked. I even did an WinActivate and also a Pause before the KeyStroke Command, but this didn´t helped either. ...
by WOlfen
28 Sep 2020, 07:07
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984811

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

I see, thanks.
So the "Text" Command i used in the Commands Tab (Text with Commands) with is actually the correct one i used already.
But how to make it for a specific Window?
So is it the best use the "WinActivate" Command for the specific Window first?
by WOlfen
28 Sep 2020, 04:33
Forum: Pulovers Macro Creator
Topic: Pulover's Macro Creator v5.4.1 - The Complete Automation Tool
Replies: 1254
Views: 984811

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

Hello, Pulover. Can you please explain how i do a KeyPress with this Tool? I understood all the other stuff this Tool does, but automating a Press Key always didn´t worked out very well for me, or i did it wrong. For example i want to send an "Enter", "Space", then the "Down Arrow", and then "Enter"...

Go to advanced search