Search found 29 matches

by n00b
26 Sep 2023, 01:36
Forum: Scripts and Functions (v2)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 20
Views: 3454

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

Tthanks FantaticGuru, for your time. The ahk v1 (not this one) of your startup script reloads my messagbox script "msg1.ahk" after closing it. I'm fine using that version. Thanks again.
by n00b
24 Sep 2023, 07:20
Forum: Scripts and Functions (v2)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 20
Views: 3454

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

to n00b, I tried to duplicate your error by closing some scripts within ahk_startup_v2 and reloading no error reported on my system. Mix of v1 and v2 scripts (8 total) all working as designed in the startup contained script. to reproduce the issue add this to your path: "D:\msg1.ahk" "/v1" msg1 cod...
by n00b
23 Sep 2023, 13:51
Forum: Scripts and Functions (v2)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 20
Views: 3454

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

thanks for updating the script. It works now.

Edit: Reload a closed script leads to Error: Target window not found.
▶ 164: PostMessage(0x111, Cmd['Exit'], , , 'ahk_pid ' MyMenu.Pid)

BTW, V1 version of the script from 2023 03 16, works without error.
by n00b
22 Sep 2023, 13:04
Forum: Scripts and Functions (v2)
Topic: AHK Startup (Consolidate AHK Scripts' Tray Icons)
Replies: 20
Views: 3454

Re: AHK Startup (Consolidate AHK Scripts' Tray Icons)

same here
Image
if i remove all paths, no error pops up, but then no scripts are started ;)

Edit: I found the bug. :dance: If ExtV2 is set to ah2 then it works. The problem occurs If the extension is the same (ahk) for both v1 & v2.
by n00b
22 Sep 2023, 05:43
Forum: Scripts and Functions (v2)
Topic: [v2-Beta] - QuickLinks
Replies: 16
Views: 4735

Re: [v2-Beta] - QuickLinks

thanks for the script.

1. the folder icons for special folders like desktop, documents, downloads, etc are neglected.
2. I miss the option to close the UI (ESC) in case I decide to cancel the operation.
by n00b
30 Jul 2023, 03:04
Forum: Scripts and Functions (v2)
Topic: An autocompletion menu for hotstrings and phrases
Replies: 12
Views: 3154

Re: An autocompletion menu for hotstrings and phrases

very useful script, but I want to have it working in text editors only. How to add that?
by n00b
08 Oct 2022, 16:50
Forum: Ask for Help (v1)
Topic: Recursive File/Folder Delete to Recycle bin Topic is solved
Replies: 1
Views: 311

Re: Recursive File/Folder Delete to Recycle bin Topic is solved

I guess I found a solution myself in "Recycle from CmdUtils". It supports wildcards, and seems to do the job.
by n00b
08 Oct 2022, 15:44
Forum: Ask for Help (v1)
Topic: Recursive File/Folder Delete to Recycle bin Topic is solved
Replies: 1
Views: 311

Recursive File/Folder Delete to Recycle bin Topic is solved

Hello, I would like to move to recycle bin all files and folders recursively including the folder itself if the folder name ends with [DELETE]. My Folder [DELETE] ..File_A ..File_B ....Sub Folder 1 ......File_C ......File_D -> Expected Result: My Folder [DELETE], File_A, File_B, Sub Folder 1, File_C...
by n00b
08 Oct 2022, 15:09
Forum: Ask for Help (v1)
Topic: Select a random file inside the current open folder?
Replies: 15
Views: 3813

Re: Select a random file inside the current open folder?

Works now. Thanks a lot iPhilip.
by n00b
07 Oct 2022, 11:33
Forum: Ask for Help (v1)
Topic: Select a random file inside the current open folder?
Replies: 15
Views: 3813

Re: Select a random file inside the current open folder?

when I run jeeswg and iPhilip code I get this error message Error: O0x80004005 - Unspecified error Source: (null) Description: (null) HelpFile: (null) HelpContext: 0 Specifically: hwnd Line# 001: Return 001: SelectRandomitem(WinExist("A‘)) 001: Return 005: { 006: For window, in ComObjCreate(“Shell. ...
by n00b
15 Jan 2021, 13:33
Forum: Ask for Help (v1)
Topic: how to execute the paste command from the context menu
Replies: 4
Views: 284

Re: how to execute the paste command from the context menu

running as Admin did not help.

Something is special with this text control. even a simple remapping

Code: Select all

a::b
does not work.

Any ideas?
by n00b
12 Jan 2021, 14:34
Forum: Ask for Help (v1)
Topic: how to execute the paste command from the context menu
Replies: 4
Views: 284

Re: how to execute the paste command from the context menu

I did not try as admin, but I have no problems adding / changing other edit controls.
according to WinSpy this one is a simple Edit class, somehow watched and not meant to be changed automatically.
by n00b
12 Jan 2021, 14:11
Forum: Ask for Help (v1)
Topic: how to execute the paste command from the context menu
Replies: 4
Views: 284

how to execute the paste command from the context menu

I want to change the text of a "protected" edit control. I tried different different Methods like ControlSetText but the application is somehow preventing my sabotage. Activating the control or Send ^v does also not work. I noticed, with the control active, the text copied to the clipboard can be ad...
by n00b
14 Dec 2020, 17:43
Forum: Ich brauche Hilfe
Topic: WatchFolder() LogFile Funktion
Replies: 5
Views: 582

Re: WatchFolder() LogFile Funktion

OK, danke Leute. Dann versuchs ich's mal mit FileAppend bei Gelegenheit.
Schönen Abend noch... :)
by n00b
11 Dec 2020, 16:08
Forum: Ich brauche Hilfe
Topic: WatchFolder() LogFile Funktion
Replies: 5
Views: 582

WatchFolder() LogFile Funktion

Hallo just me , Ich habe einen Vorschlag bezgl. der WatchFolder() Funktion. Ich beobachte mit WatchFolder() im Hintergrund einen wichtigen Ordner und möchte die Änderungen protokollieren. Aktuell sind die gesammelten Informationen flüchtig, daher mein Idee ob es möglich wäre den Inhalt der Tabelle "...
by n00b
11 Dec 2020, 15:20
Forum: Scripts and Functions (v1)
Topic: WatchFolder() - updated on 2021-10-14
Replies: 152
Views: 88724

Re: WatchFolder() - updated on 2016-11-30

So, what do you all think? Can this function be used to do what I am trying to do? as the author of the function already wrote, you're on the wrong track. you probably should write a simple script instead yourself and run it on the server. the script would wait for the message to appear, and do the...
by n00b
04 Dec 2020, 20:39
Forum: Scripts and Functions (v1)
Topic: WatchFolder() - updated on 2021-10-14
Replies: 152
Views: 88724

Re: WatchFolder() - updated on 2016-11-30

Hi, can someone plz help me change the WatchFolder_sample? I want the GUI to start completely hidden, it should read the folders to watch from a ini file. In case a change (create, delete, change) occurs in a watched folder the GUI should pop up. Thanks. Edit: I guess figured it out myself, used Tra...
by n00b
17 Jul 2020, 20:47
Forum: Ask for Help (v1)
Topic: noob question regarding Bool type in Windows function
Replies: 6
Views: 3473

Re: noob question regarding Bool type in Windows function

thanks guys for taking the time to help me understand. What I get out of it, I better don't care about return value of internal windows functions. Before seeing your answers, I had edited my opening question a bit to make it more obvious, I still believe in batch at least %errorlevel% is set by the ...
by n00b
17 Jul 2020, 19:50
Forum: Ask for Help (v1)
Topic: Refresh Window If Inactive 20 Minutes
Replies: 7
Views: 3251

Re: Refresh Window If Inactive 20 Minutes

your code probably won't work, as you most likely need to use the full path, like for instance

Code: Select all

WinActivate, ahk_exe D:\YIHomePCClientIntl\YIHomePCClientIntl.exe
What does "sleep 50" do?
Waits 50 ms, Click on the

Code: Select all

Sleep
command to find out more.

Go to advanced search