Search found 98 matches

by smbs
26 Nov 2021, 07:44
Forum: Ask for Help (v1)
Topic: winexist(string include variable)
Replies: 6
Views: 862

winexist(string include variable)

This works as desired

Code: Select all

 ifwinnotexist, win-name-%1%
however

Code: Select all

if !WinExist("win-name-" %1%)
does not give correct output

have tried

Code: Select all

if !WinExist("win-name-" .  %1%)
without success

Pls give me the correct syntax
Many thanx
by smbs
19 Sep 2021, 14:14
Forum: Scripts and Functions (v1)
Topic: ffpiper: Firefox multi pip (picture in picture) manager/controller
Replies: 1
Views: 1464

Re: ffpiper: Firefox multi pip (picture in picture) manager/controller

Hi there Firefox now supports multiple pips
Can you update your script?
Many thanx
by smbs
17 Sep 2021, 16:00
Forum: Ask for Help (v1)
Topic: error same variable for more than one control
Replies: 7
Views: 569

Re: error same variable for more than one control

Again many thanx works like a charm--without mouse I use TAB to navigate listviews
Have a great weekend!
by smbs
17 Sep 2021, 15:11
Forum: Ask for Help (v1)
Topic: error same variable for more than one control
Replies: 7
Views: 569

Re: error same variable for more than one control

Thanx very much slowly getting there thanx for your patience!-Pls see code below I need to add file name chosen to clipboard-it is as if I need another label ButtonOK: for SysListView323 How is it done? File = (Join`r`n abc apple bbc boat bowl cat cotten coat dig dog ) File2 = (Join`r`n a b c d ) LV...
by smbs
17 Sep 2021, 09:17
Forum: Ask for Help (v1)
Topic: error same variable for more than one control
Replies: 7
Views: 569

Re: error same variable for more than one control

@FlyingDman I would like to use enter instead of mouse "doubleclick' I have read and found post https://www.autohotkey.com/boards/viewtopic.php?t=31730 Tried to follow it but have failed. Would really appreciate your help again--maybe it is possible to have both "enter" or "double click" working in ...
by smbs
16 Sep 2021, 13:38
Forum: Ask for Help (v1)
Topic: error same variable for more than one control
Replies: 7
Views: 569

Re: error same variable for more than one control

Brilliant!!
Much appreciated
Will try to understand it a bit better later by going thru the docs. At the moment I dont really understand except that you differentiate between guis
by SysListView321/322
Will come back if I have questions
Once again many thanx!
by smbs
16 Sep 2021, 11:19
Forum: Ask for Help (v1)
Topic: error same variable for more than one control
Replies: 7
Views: 569

error same variable for more than one control

I want to double click a letter in letter gui the clicked letter shall appear in search box and filename box should be filtered accordingly any help would be great ;;;adopted from https://www.autohotkey.com/boards/viewtopic.php?t=14205 #NoEnv #SingleInstance force File2 := " (Join`r`n a b c d )" Fil...
by smbs
14 Aug 2021, 01:54
Forum: Ask for Help (v1)
Topic: Vuescan ---mousemove, click not working
Replies: 2
Views: 190

Re: Vuescan ---mousemove, click not working

Thanx solved the problem
by smbs
13 Aug 2021, 14:15
Forum: Scripts and Functions (v1)
Topic: VueScan function keys for Windows
Replies: 3
Views: 1374

Re: VueScan function keys for Windows

Thanx for your reply
by smbs
13 Aug 2021, 04:52
Forum: Scripts and Functions (v1)
Topic: VueScan function keys for Windows
Replies: 3
Views: 1374

Re: VueScan function keys for Windows

@mikeyww
Just come across this old script of yours however its not working for me-no reaction to key presses!
Any ideas why not--it is exactly what I need
Many thanx
by smbs
13 Aug 2021, 02:40
Forum: Ask for Help (v1)
Topic: Vuescan ---mousemove, click not working
Replies: 2
Views: 190

Vuescan ---mousemove, click not working

Any ideas why mousemove and click are not working with with Vuescan app?
Many thanx
by smbs
17 Feb 2021, 04:03
Forum: Ask for Help (v1)
Topic: tf.ahk text library
Replies: 14
Views: 485

Re: tf.ahk text library

<payload>zzzz <value>100</value> <payload>zzzz <value>163</value> <payload>zzzz <value>171</value> <payload>zzzz <value>183</value> <payload>zzzz <value>301</value> <payload>zzzz <value>30</value> <payload>zzzz <value>708</value> <payload>zzzz <value>822</value> <payload>zzzz <value>83</value> [......
by smbs
16 Feb 2021, 11:33
Forum: Ask for Help (v1)
Topic: tf.ahk text library
Replies: 14
Views: 485

Re: tf.ahk text library

ok thanx
I will just have to use the sort function directly--- I need the<value> so I will do it stages.
Many thanx
by smbs
16 Feb 2021, 10:05
Forum: Ask for Help (v1)
Topic: tf.ahk text library
Replies: 14
Views: 485

Re: tf.ahk text library

Your are correct in my example above it should be starting from 29th character is what I mean -the word "column" maybe misleading
Sorry!
by smbs
16 Feb 2021, 10:00
Forum: Ask for Help (v1)
Topic: tf.ahk text library
Replies: 14
Views: 485

Re: tf.ahk text library

<payload>zzzz <value>100</value> <payload>zzzz <value>163</value> <payload>zzzz <value>171</value> <payload>zzzz <value>183</value> <payload>zzzz <value>301</value> <payload>zzzz <value>30</value> <payload>zzzz <value>708</value> <payload>zzzz <value>822</value> <payload>zzzz <value>83</value> Above...
by smbs
16 Feb 2021, 09:28
Forum: Ask for Help (v1)
Topic: tf.ahk text library
Replies: 14
Views: 485

Re: tf.ahk text library

mikeyww wrote:
16 Feb 2021, 08:57

Code: Select all

str =
(
111
31
100
854
)
Sort str, N
MsgBox, 64, Result, %str%
:?:
I am using the library tf.ahk and want a file sorted numerically based on value starting in column 16
Thanx
by smbs
16 Feb 2021, 09:15
Forum: Ask for Help (v1)
Topic: tf.ahk text library
Replies: 14
Views: 485

Re: tf.ahk text library

@boiler
Thanx but with the N placed as you showed
no sorting was done file remained unchanged!
by smbs
16 Feb 2021, 08:46
Forum: Ask for Help (v1)
Topic: tf.ahk text library
Replies: 14
Views: 485

tf.ahk text library

TF_Sort(TestFile, "P16") ; sort on 16th column, see AHK Sort options The above sorts a text file based on column 16--the sort is a string sort 111 31 100 854 above will be sorted as 100 111 31 854 I require a numerical sort 31 100 111 854 See AHK Sort options is mention in library file --the option ...
by smbs
12 May 2020, 04:57
Forum: Ask for Help (v1)
Topic: Link something like toaster popup to specific window
Replies: 10
Views: 1711

Re: Link something like toaster popup to specific window

Win_Hwnd := WinExist("ahk_exe excel.exe ahk_class XLMAIN") ; Gui Create Gui, Font, s12, Bold Verdana Gui, Margin, 0, 0 Gui, Add, Button, xp yp Default gButton, CHILD BUTTON Gui, +LastFound +ToolWindow +AlwaysOnTop -Caption -Border HWNDGui_Hwnd DllCall("SetParent", "uint", Gui_Hwnd, "uint", Win_Hwnd...
by smbs
07 May 2019, 13:35
Forum: Ask for Help (v1)
Topic: tf.ahk using library and variables
Replies: 9
Views: 1875

Re: tf.ahk using library and variables

MsgBox % ">" var "<"
Really great tip!
Again many thanx

Go to advanced search