Search found 548 matches

by BNOLI
04 Jun 2020, 10:51
Forum: Allgemeines
Topic: Class vs Function
Replies: 2
Views: 1703

Re: Class vs Function

Danke für die Erklärung :thumbup:
by BNOLI
04 Jun 2020, 06:01
Forum: Ask for Help (v1)
Topic: Multicolor text in single listview?
Replies: 3
Views: 836

Re: Multicolor text in single listview?

Would you specify 'multicolor'? Color faded? Different characters colored differently?? ...
by BNOLI
04 Jun 2020, 05:53
Forum: Allgemeines
Topic: Class vs Function
Replies: 2
Views: 1703

Class vs Function

Hallo freundiners, beim üblichen " Meine Frau schaut im TV lieber andere Sachen -parallell im web gecruise" fielen mir zwei Skripte des AHKDev aviaryan auf: Function: https://github.com/aviaryan/autohotkey-scripts/blob/master/Functions/_Ini.ahk (232 Zeilen) Class: https://github.com/aviaryan/autohot...
by BNOLI
03 Jun 2020, 03:33
Forum: Ask for Help (v1)
Topic: Switch alt keys
Replies: 2
Views: 977

Re: Switch alt keys

RAlt::Send, {LAlt}
LAlt::Send, {RAlt}
Please check the AHK-command reference for :arrow: Send details too.
by BNOLI
02 Jun 2020, 09:26
Forum: Ich brauche Hilfe
Topic: Auswertung eines Strings und gezielte Nutzung definierter Inhalte als Variable Topic is solved
Replies: 25
Views: 3540

Re: Auswertung eines Strings und gezielte Nutzung definierter Inhalte als Variable Topic is solved

Yep, Neuankömmlinge können genauso wenig PM's schreiben wie unantastbare Hyperlinks setzen. ;) Und was Haichen geschrieben hatte, hat BoBo doch vorher auch bereits beschrieben, und der screenshot der Fehlermeldung bestätigt dies auch noch, was ist also nun noch die Frage?? :think: Lediglich eine ein...
by BNOLI
02 Jun 2020, 09:20
Forum: Ask for Help (v1)
Topic: Probably a silly question with an easy answer
Replies: 6
Views: 707

Re: Probably a silly question with an easy answer

Even a single basic hotkey phrase is executed using a script. So, yes.
by BNOLI
31 May 2020, 17:33
Forum: Ask for Help (v1)
Topic: Copy file(s) to variable usb stick station
Replies: 17
Views: 1805

Re: Copy file(s) to variable usb stick station

He seems quite hesitant to check the DriveGet command as BoBo had already suggested at the beginning of this thread?! Besides that, it shouldn't be a problem to create a "path-pattern" that is specific for that explicit USB-Drive. So to check for that file/folder-structure shouldn't be that tough af...
by BNOLI
31 May 2020, 17:21
Forum: Ask for Help (v1)
Topic: LV_Modify show end of string
Replies: 4
Views: 724

Re: LV_Modify show end of string

Doing a substring to show only the ending would mean if user wanted to see the beginning of the string, they wouldn't be able to.
Yep, but you could display the full path, if the users mouse hovers over that fixed-length cell, either using a tooltip or at the status bar of the GUI.
Good luck :)
by BNOLI
31 May 2020, 01:57
Forum: Ask for Help (v1)
Topic: LV_Modify show end of string
Replies: 4
Views: 724

Re: LV_Modify show end of string

; Get ListView column width with SendMessage (by Shimanov) ; ; https://docs.microsoft.com/en-us/windows/win32/controls/lvm-getcolumnwidth ; https://autohotkey.com/board/topic/6073-get-listview-column-width-with-sendmessage/ Gui, Add, ListView,, column 1|c2 LV_Add( "", "85385-485-384jdsf", "12" ) LV...
by BNOLI
29 May 2020, 08:52
Forum: Ask for Help (v1)
Topic: Is there a way to reload webpage every 1.5 hours? Topic is solved
Replies: 2
Views: 503

Re: Is there a way to reload webpage every 1.5 hours? Topic is solved

Code: Select all

#Persistent
SetTimer, press,% 90*60*1000 ; every 90min
Return

press:
    Send ^r ; but instead of that I'd do a ping, so you won't have to have an active browser instance
;   Run,% "cmd.exe ping http://google.com",, Hide    
Return
HTH :?
by BNOLI
29 May 2020, 08:48
Forum: Ask for Help (v1)
Topic: Special Character Issue
Replies: 3
Views: 516

Re: Special Character Issue

https://www.autohotkey.com/boards/viewtopic.php?t=40048

Windows-1252 codepage
147 “
148 ”
by BNOLI
29 May 2020, 08:38
Forum: Gaming Help (v1)
Topic: what command is needed to minimize current window (game)
Replies: 14
Views: 3026

Re: what command is needed to minimize current window (game)

!a::MsgBox % id := WinExist("A") ; press Alt+a to get the ID of the currently Active window
by BNOLI
29 May 2020, 08:21
Forum: Ich brauche Hilfe
Topic: Handling Checkbox
Replies: 31
Views: 4241

Re: Handling Checkbox

Falls dein Englisch ausreicht, kannst du dir dazu Tutorial-Videos z.B. von Joe Glines auf YT anschauen. Die Hilfe zu den oben verlinkten AHK-Befehlen gibt es auch auf Deutsch, dazu einfach im Online-Tutorial von en auf de wechseln! Als erstes empfiehlt es sich, mal das Tool (ist ein Script) herunter...
by BNOLI
28 May 2020, 09:30
Forum: Forum Issues
Topic: ... ?
Replies: 27
Views: 5479

Re: ... ?

@joedf
Image

What I've heard so far, there are nastier jobs to have these days! :)
by BNOLI
28 May 2020, 08:57
Forum: Ask for Help (v1)
Topic: GUI problem - one test script works Topic is solved
Replies: 20
Views: 2163

Re: GUI problem - one test script works Topic is solved

Global Header
, U1, U2, O1, O2
, myBigCheckBox1, myBigCheckBox2
, ButtOK

Well, at least your butt is OK :lol:
by BNOLI
28 May 2020, 06:52
Forum: Ich brauche Hilfe
Topic: 0xCC990011 Farbe??
Replies: 7
Views: 1312

Re: 0xCC990011 Farbe??

Also, ich habe keine mir bekannte Farbschwäche bzgl Sehkraft und sehe auch "Gelb": https://www.colorhexa.com/cc9900 sobald ich nur diesen Wert 0x CC9900 11 der Farbangabe berücksichtige. Das scheint bei dir ähnlich/gleich interpretiert zu werden. Ich würde zart beweifeln wollen das die von dir gewün...
by BNOLI
28 May 2020, 04:21
Forum: Ich brauche Hilfe
Topic: Überführung von LV-Content in Array zur Sortierung
Replies: 3
Views: 880

Re: Überführung von LV-Content in Array zur Sortierung

Diese letzten beiden Beiträge von Gurkentoepfer und just me klingen ganz gut von der Idee. https://www.autohotkey.com/boards/viewtopic.php?p=39063#p39063 Das kommt davon wenn man nach Englischen Begriffen sucht, da fallen dann die Beiträge im Deutschen Forum unter den Tisch :oops: Danke für den lin...
by BNOLI
28 May 2020, 03:23
Forum: Ask for Help (v1)
Topic: Could someone help me?
Replies: 1
Views: 434

Re: Could someone help me?

I guess the most common way of doing this is using AHK's :arrow: ClipBoard command ... well, if you want the macro to process some 'external' data you have to handover that 'external' data ... I can't see how you could process that data without handing it over, well, I might have lost you here ...
by BNOLI
28 May 2020, 03:14
Forum: Ich brauche Hilfe
Topic: Überführung von LV-Content in Array zur Sortierung
Replies: 3
Views: 880

Überführung von LV-Content in Array zur Sortierung

Moin Leutlings, ausgehend von folgendem Thread :arrow: ListView / LV_ModifyCol() - Sorting order , stellte sich mir die Frage wie es möglich ist, die Inhalte von Array's zu parsen, um als Ergebnis eine (nach Vorabkriterium) sortierte Ausgabe zu erhalten? (M)eine naive Vorstellung, ähnlich dem Inhalt...

Go to advanced search