Search found 7683 matches
- Today, 11:39
- Forum: Ask For Help
- Topic: colored listview headers Topic is solved
- Replies: 6
- Views: 210
Re: colored listview headers Topic is solved
Hi, found some AutoIt forum thread describing the same problem . Subclassing the ListView as shown in the AutoIt forum seems to be working on 64 and 32-bit for AHK too: #NoEnv SetBatchLines, -1 WM_NOTIFY := 0x004E HDS_FLAT := 0x0200 ; Create a GUI with a ListView Gui, Margin, 20, 20 Gui, Add, ListVi...
- Yesterday, 08:46
- Forum: Ask For Help
- Topic: StringLower - RegExMatch - RegExReplace Topic is solved
- Replies: 14
- Views: 198
Re: StringLower - RegExMatch - RegExReplace Topic is solved
#SingleInstance force tstFunc("raw ") ; to raw tstFunc("simple") ; to simple tstFunc("-Layout1") ; to layout1 tstFunc("-RAW") ; to raw MsgBox ,,, Ready!,1 ExitApp tstFunc(opt1 := "raw") { opt2 := RegExReplace(opt1, "(*UCP)\W*(\w+).*", "$L1") ; RegExReplace(opt1, "[^(*UCP)(\w+)]", "$L") MsgBox ,, Ra...
- Yesterday, 08:37
- Forum: Ask For Help
- Topic: Retry data from external TreeView
- Replies: 6
- Views: 107
Re: Retry data from external TreeView
I think the functions should still work. How do you try to use them?
- Yesterday, 06:53
- Forum: Ask For Help
- Topic: Retry data from external TreeView
- Replies: 6
- Views: 107
- Yesterday, 06:39
- Forum: Ask For Help
- Topic: StringLower - RegExMatch - RegExReplace Topic is solved
- Replies: 14
- Views: 198
Re: StringLower - RegExMatch - RegExReplace Topic is solved
You try to use a class in your needle: [^(*UCP)(\w+)].
(So I think) not at all!
(So I think) not at all!
- Yesterday, 06:35
- Forum: Ich brauche Hilfe
- Topic: Statusleistentext auslesen
- Replies: 6
- Views: 164
Re: Statusleistentext auslesen
Moin, Return value Returns a 32-bit value that consists of two 16-bit values. The low word specifies the length, in characters, of the text. The high word specifies the type of operation used to draw the text. The type can be one of the following values: ... Der Rückgabewert der ANSI-Nachricht ist 2...
- Yesterday, 05:36
- Forum: Ask For Help
- Topic: StringLower - RegExMatch - RegExReplace Topic is solved
- Replies: 14
- Views: 198
Re: StringLower - RegExMatch - RegExReplace Topic is solved
Not regarding teadrinker's solution.Albireo wrote:... the case is almost the same as above.
- Yesterday, 05:11
- Forum: Ask For Help
- Topic: How to make copy/paste script more reliable? Topic is solved
- Replies: 5
- Views: 117
Re: How to make copy/paste script more reliable? Topic is solved
Hi,
1. Clear the clipboard before you try to copy. Otherwise ClipWait won't wait if the clipboard contains text.
2. Check ErrorLevel after ClipWait to ensure that something has been copied.
BTW: � is the UTF-8 B(yte)O(rder)M(ark). It isn't a German ü nor any other character.
1. Clear the clipboard before you try to copy. Otherwise ClipWait won't wait if the clipboard contains text.
2. Check ErrorLevel after ClipWait to ensure that something has been copied.
BTW: � is the UTF-8 B(yte)O(rder)M(ark). It isn't a German ü nor any other character.
- 28 Feb 2021, 06:07
- Forum: Ich brauche Hilfe
- Topic: Statusleistentext auslesen
- Replies: 6
- Views: 164
Re: Statusleistentext auslesen
Moin, zunächst würde ich versuchen, die Textlänge per SB_GETTEXTLENGTH abzufragen. Wenn das ein plausibles Ergebnis liefert, hast Du eine Chance. Den Speicherbereich für die Rückgabe des Textes musst Du allerdings (siehe BoBo's erster Link) im Adressraum des externen Programms reservieren und die Ad...
- 28 Feb 2021, 05:59
- Forum: Ich brauche Hilfe
- Topic: Ich brauche Testhilfe
- Replies: 8
- Views: 196
Re: Ich brauche Testhilfe
Dank auch Dir, Lucky!
- 27 Feb 2021, 06:58
- Forum: Ask For Help
- Topic: read file in binary mode
- Replies: 11
- Views: 198
Re: read file in binary mode
You cannot display binary data with a MsgBox or other AHK commands/functions expecting a string.
- 27 Feb 2021, 06:52
- Forum: Ask For Help
- Topic: read file in binary mode
- Replies: 11
- Views: 198
Re: read file in binary mode
When do you get 'strange signs'?
- 27 Feb 2021, 06:43
- Forum: Ask For Help
- Topic: read file in binary mode
- Replies: 11
- Views: 198
Re: read file in binary mode
I don't know Python, but I assume we don't need the output of print(file). What a you trying to do with the read sata?
- 27 Feb 2021, 05:53
- Forum: Ask For Help
- Topic: read file in binary mode
- Replies: 11
- Views: 198
- 27 Feb 2021, 05:09
- Forum: Ich brauche Hilfe
- Topic: LVA_SetCell Frage Topic is solved
- Replies: 6
- Views: 213
Re: LVA_SetCell Frage Topic is solved
Moin, Zeilen-Optionen Focus : Setzt den Tastaturfokus auf die Zeile (wird oft in Verbindung mit Select verwendet). Mit LV_Modify(ZeileNummer, "-Focus") kann der Fokus später entfernt werden. Select : Wählt die Zeile aus. Mit LV_Modify(ZeileNummer, "-Select") kann die Zeile später abgewählt werden. A...
- 27 Feb 2021, 04:55
- Forum: Ich brauche Hilfe
- Topic: Ich brauche Testhilfe
- Replies: 8
- Views: 196
Re: Ich brauche Testhilfe
Ich danke allen Testern. Das Ergebis ist leider nicht das von mir erhoffte, aber warum soll es auch einfach gehen ...?
- 27 Feb 2021, 04:54
- Forum: Ich brauche Hilfe
- Topic: Einträge aus SQLite Datenbank bei der Eingabe anzeigen Topic is solved
- Replies: 22
- Views: 374
- 26 Feb 2021, 11:57
- Forum: Ich brauche Hilfe
- Topic: Ich brauche Testhilfe
- Replies: 8
- Views: 196
Ich brauche Testhilfe
Moin, könnt Ihr mal probieren, ob der Wert des Textfeldes auch bei Windows-Versionen < 10 'durchscrollt', wenn man über dem Feld das Mausrad dreht (und das auch bei nicht aktivem Fenster)? #NoEnv SetBatchLines, -1 Values := [0, 1, 2, 3, 4, 5] Count := 6 Current := 1 Gui, Font, s36 Gui, Add, Text, w2...
- 26 Feb 2021, 11:28
- Forum: Ich brauche Hilfe
- Topic: Einträge aus SQLite Datenbank bei der Eingabe anzeigen Topic is solved
- Replies: 22
- Views: 374
Re: Einträge aus SQLite Datenbank bei der Eingabe anzeigen Topic is solved
Moin,
Du musst sicherstellen, dass eine DB-Datei mit leeren Benutzertabellen tatsächlich an den korrekten Platz kopiert wird. Ansonsten legt SQLite beim Öffnen einer nicht vorhandenen Datenbankdatei eine Datei ohne Benutzertabellen an.
Du musst sicherstellen, dass eine DB-Datei mit leeren Benutzertabellen tatsächlich an den korrekten Platz kopiert wird. Ansonsten legt SQLite beim Öffnen einer nicht vorhandenen Datenbankdatei eine Datei ohne Benutzertabellen an.
- 26 Feb 2021, 06:52
- Forum: Ask For Help
- Topic: colored listview headers Topic is solved
- Replies: 6
- Views: 210
Re: colored listview headers Topic is solved
Hi, after some testing it seems that CDDS_ITEMPREPAINT notifications are not received by the monitor function. I don't know why, maybe because the header control is'nt an AHK GUI control?