Search found 14 matches

by Caporeira
31 May 2022, 05:38
Forum: Ask for Help (v1)
Topic: Multi Paste Clipboard Topic is solved
Replies: 10
Views: 857

Re: Multi Paste Clipboard Topic is solved

And how to avoid run script every start my windows system ?
After start my computer, popup menu from script is displayed.

I want to display this menu from script only after print key F3
by Caporeira
15 Dec 2021, 11:34
Forum: Ask for Help (v1)
Topic: Multi Paste Clipboard Topic is solved
Replies: 10
Views: 857

Re: Multi Paste Clipboard Topic is solved

I ran the following script, testing in Notepad. I did not experience any difficulties. You could run this exact script and also test it in Notepad. It works ! :) But for reason on Example2 and Example4, the last line is moved by 3 tabs: Company: Company name o.o. Adres: Adres. Street 8 50-500 City ...
by Caporeira
15 Dec 2021, 07:04
Forum: Ask for Help (v1)
Topic: Multi Paste Clipboard Topic is solved
Replies: 10
Views: 857

Re: Multi Paste Clipboard Topic is solved

mikeyww wrote:
15 Dec 2021, 05:45
https://www.dropbox.com/s/n7qhalz74nve857/AHK_paste.png?dl=0
Ok, maybe this example will be more clearly.

My first time pasting are OK - green mark
Every next pasting are wrong - red mark - this should be on new line
Blue mark - it's possible to remove this text ? Not important.
by Caporeira
15 Dec 2021, 03:43
Forum: Ask for Help (v1)
Topic: Multi Paste Clipboard Topic is solved
Replies: 10
Views: 857

Re: Multi Paste Clipboard Topic is solved

Wow !! It's amazing :) Works very well. I'm very grateful. But how to change two things: 1. Sometimes two last lines are pasted together with by one line (first pasting works good, but second one as above). 2. First line with "*" i need in Menu but not on pasted string. Please try on my example: *E...
by Caporeira
14 Dec 2021, 07:24
Forum: Ask for Help (v1)
Topic: Multi Paste Clipboard Topic is solved
Replies: 10
Views: 857

Multi Paste Clipboard Topic is solved

I want to create something like multi items clipboard. I have a txt file where i wrote some content, for example: *EMail Priv.1 1@gmail.com *EMail Priv.2 2@gmail.com *Company info1 Company name Company adres Some additional date *Company info2 Company name Company adres Some additional date I want t...
by Caporeira
16 Sep 2021, 03:36
Forum: Ask for Help (v1)
Topic: WinWait will not not working correctly
Replies: 9
Views: 1320

Re: WinWait will not not working correctly

Ok Button ist selected, but not pressed. How to fix ist ? else if WinExist("ahk_class HwndWrapper[Viscosity.exe;CwpfDetails;993c5735-d967-4fbe-a048-4e7c56bf5686]") { ; MsgBox, Windows Viscocity. WinActivate ;, Viscosity ; Use the window found by WinExist. sleep, 2000 ControlClick, OK, Viscosity ; Ms...
by Caporeira
31 May 2021, 04:41
Forum: Ask for Help (v1)
Topic: WinWait will not not working correctly
Replies: 9
Views: 1320

Re: WinWait will not not working correctly

I have no way to test this, but some tips are below. 1. If user cancels, you probably want to Return instead of proceeding. 2. After a Run , issue a WinWaitActive , because the program window will not immediately exist. 3. Instead of "else... [function]", use "else if [function]". 4. You might need...
by Caporeira
25 May 2021, 01:51
Forum: Ask for Help (v1)
Topic: WinWait will not not working correctly
Replies: 9
Views: 1320

Re: WinWait will not not working correctly

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starti...
by Caporeira
21 May 2021, 17:26
Forum: Ask for Help (v1)
Topic: WinWait will not not working correctly
Replies: 9
Views: 1320

Re: WinWait will not not working correctly

Your Else statement suggests that you want a block to execute, but AHK requires blocks to be enclosed in braces. Continue works only inside a loop. If the input box is dismissed, you are proceeding with the rest of the routine anyway, instead of returning. Thank you for advise. On this video (gif f...
by Caporeira
18 May 2021, 16:08
Forum: Ask for Help (v1)
Topic: WinWait will not not working correctly
Replies: 9
Views: 1320

WinWait will not not working correctly

Hi, it's my first script in AHK. I would like: 1. Open MessageBox 2. Wait 1-90 second 3. Typing some code 4. Run program 4. Wait few second for Window 5. If Windows is opened, click OK 6. If i cancel or timeout is out, i don't wont to exit this script. Now is working not correct, if MessageBox is fe...
by Caporeira
07 May 2021, 00:06
Forum: Scripts and Functions (v1)
Topic: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit
Replies: 95
Views: 76110

Re: [LIB] TrayIcon - Sean's TrayIcon for Unicode and 64 bit

It is still workin for Windows 10 ?
I'm getting this error:

Code: Select all

>"C:\Program Files\AutoHotkey\AutoHotkey.exe" /CP65001 *
What i'm doing wrong ?
by Caporeira
22 Apr 2021, 04:30
Forum: Ask for Help (v1)
Topic: Split Screen to 4 windows Topic is solved
Replies: 6
Views: 1190

Re: Split Screen to 4 windows Topic is solved

@boiler It's working, very well, thank you :)
@Rohwedder How can I implement this to that one script I use ? I want to use also for two monitors.
by Caporeira
22 Apr 2021, 02:43
Forum: Ask for Help (v1)
Topic: Split Screen to 4 windows Topic is solved
Replies: 6
Views: 1190

Re: Split Screen to 4 windows Topic is solved

It already has the capability to put windows into each of the four corners. Don't the hotkeys below do what you want? Win + Numpad7 - put the active window in the upper-left corner Win + Numpad9 - put the active window in the upper-right corner Win + Numpad3 - put the active window in the lower-rig...
by Caporeira
23 Mar 2021, 08:15
Forum: Ask for Help (v1)
Topic: Split Screen to 4 windows Topic is solved
Replies: 6
Views: 1190

Split Screen to 4 windows Topic is solved

I want to split screen (i want to have 4 windows on my display). I founded this script, and it help to split two windows on my display. How to modify it, or maybe the are ready script for this ? ;-------------------- ;HiRes Screen Splitter -- by JOnGliko ;-------------------- ; ;Split the screen in ...

Go to advanced search