Search found 770 matches
- Yesterday, 04:25
- Forum: Scripts and Functions
- Topic: Text Filter
- Replies: 56
- Views: 2133
Re: Text Filter
rommmcek Is there any way to start the matching from the beginning of the word? It can start after a carriage return or a space or special character and end anywhere in the word. This: Text := "Fox .Foxing ?Fox _Foxcon Trifox" Neddle := "Fox" Fox Match .Foxing Match ?Fox Match Foxcon Match _Foxcon ...
- 13 Feb 2021, 10:44
- Forum: Scripts and Functions
- Topic: [LIB] LV_EX - update on 2016-04-28
- Replies: 65
- Views: 28718
Re: [LIB] LV_EX - update on 2016-04-28
Clicking on the group title selects all rows in the group. Can't we set it to Expand or collapse the group instead?
Clicking on the group title expands or collapses the open group.
Any idea.
Clicking on the group title expands or collapses the open group.
Any idea.
- 13 Feb 2021, 05:12
- Forum: Ask For Help
- Topic: Scintilla Control G Label
- Replies: 7
- Views: 204
Re: Scintilla Control G Label
Yes, a label should be called when there is any change in scintilla control, but how. When I type Substr or any other ahk statement in AhkStuido, a tooltip automatically appears. Basically, where you setup your control, do something like: Sci.Notify := "Fn_SCi_Notify" to declare the function that w...
- 13 Feb 2021, 05:01
- Forum: Ask For Help
- Topic: Scintilla Control G Label
- Replies: 7
- Views: 204
Re: Scintilla Control G Label
Teşekkür ederim @just me bu mesajını kaçırmışım. Bunu deneyeceğim.just me wrote: ↑03 Feb 2021, 05:38If you're talking about a scintilla control in an AHK GUI: Custom Controls
- 13 Feb 2021, 04:40
- Forum: Ask For Help
- Topic: Listview Add Column And Move Column
- Replies: 10
- Views: 112
Re: Listview Add Column And Move Column
Thanks @just me. I love using this library in my work. I wanted to find out if there is a method other than a function. But I will continue with this. Thanks for everything.
- 12 Feb 2021, 08:14
- Forum: Ask For Help
- Topic: Listview Add Column And Move Column
- Replies: 10
- Views: 112
Re: Listview Add Column And Move Column
Do you mean "moving columns by drag&drop in the header control"? In this case, the original column index does not change. That's by design. Yes true. I also want to provide this with code. User won't drag and drop. I want to change the column location with the code, but I don't want the index numbe...
- 12 Feb 2021, 07:34
- Forum: Ask For Help
- Topic: Listview Add Column And Move Column
- Replies: 10
- Views: 112
Re: Listview Add Column And Move Column
LV_InsertCol() :?: Thanks just me. When I add a column to the left, the data I add to the first column always goes to the new column. The newly added column becomes the number 1 column. But if I add a column to the far right and move it, then the column rows won't change. That's why I care about mo...
- 12 Feb 2021, 07:15
- Forum: Ask For Help
- Topic: Listview Add Column And Move Column
- Replies: 10
- Views: 112
Re: Listview Add Column And Move Column
There is a complicated queue save restore function but I am reluctant to use it. I will probably find a different solution.
Thanks.
- 12 Feb 2021, 04:57
- Forum: Ask For Help
- Topic: Listview Add Column And Move Column
- Replies: 10
- Views: 112
Listview Add Column And Move Column
I couldn't find anything useful in the listview about adding and replacing columns later. Can you help me find some examples?
I want to add columns and move the added column to the beginning.
Thanks.
I want to add columns and move the added column to the beginning.
Thanks.
- 08 Feb 2021, 14:57
- Forum: Ask For Help
- Topic: Search in listview gui Topic is solved
- Replies: 7
- Views: 186
Re: Search in listview gui Topic is solved
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=85394
There is such a method. But I don't know how it works in a very large file.
There is such a method. But I don't know how it works in a very large file.
- 08 Feb 2021, 14:45
- Forum: Ask For Help
- Topic: Search in listview gui Topic is solved
- Replies: 7
- Views: 186
Re: Search in listview gui Topic is solved
The size of a 130,000 * 28 table can be very large. When all of them are transferred to RAM at once, the application grows too large and the system becomes unstable. For Listview, so many lines are also a huge burden. 130,000 rows of list views are meaningless to the human eye. The option to view al...
- 08 Feb 2021, 08:29
- Forum: Ask For Help
- Topic: Search in listview gui Topic is solved
- Replies: 7
- Views: 186
Re: Search in listview gui Topic is solved
Hi, I created a Listview gui. How can i search text in every columns and list every matched lines what contains the text or the part of searched text.And if the search textbox is empty ,show all elements? #SingleInstance force #NoEnv SendMode Input SetWorkingDir, %A_ScriptDir% SetBatchLines, -1 F1 ...
- 07 Feb 2021, 17:37
- Forum: Ask For Help
- Topic: Get screen brightness, set brightness to minimum, restore brightness Topic is solved
- Replies: 9
- Views: 173
Re: Get screen brightness, set brightness to minimum, restore brightness Topic is solved
jNizM provided a Map Library to manage the screen. https://www.autohotkey.com/boards/viewtopic.php?f=6&t=7854 I made an application that uses the old version of this library. Maybe you will find something to help. https://www.autohotkey.com/boards/viewtopic.php?f=6&t=70871&p=306339&hilit=bright+tem...
- 02 Feb 2021, 08:23
- Forum: Ask For Help
- Topic: Scintilla Control G Label
- Replies: 7
- Views: 204
Re: Scintilla Control G Label
How is an AHK-Gui command (and its label) related to a (third party) Scintilla control? :think: (or does he mean "scintillating"??) BTW, 'simple' and 'sample' have different meanings ;) Yes, a label should be called when there is any change in scintilla control, but how. When I type Substr or any o...
- 02 Feb 2021, 02:49
- Forum: Ask For Help
- Topic: Scintilla Control G Label
- Replies: 7
- Views: 204
Scintilla Control G Label
How to call a Label when there is a change in Scintilla Control.
Simple:
Simple:
Code: Select all
Gui,Edit,gLabelG
LabelG:
- 02 Feb 2021, 02:16
- Forum: Ask For Help
- Topic: Veri important .. I want to protect my programs
- Replies: 2
- Views: 104
- 02 Feb 2021, 02:03
- Forum: Ask For Help
- Topic: How to effect the ahk file only in special window? Topic is solved
- Replies: 3
- Views: 103
Re: How to effect the ahk file only in special window? Topic is solved
As newbie of AHK, I am trying to use it input some hotstrings in my Matlab scripts. I only want them to effect under .m file. Although I have the "IfWinActive" line, this script effect under all windows. Could anyone give me some suggestions? This is my code, ``` SetTitleMatchMode, RegEx IfWinActiv...
- 01 Feb 2021, 04:16
- Forum: Ask For Help
- Topic: Scintilla Text Higlight
- Replies: 0
- Views: 290
Scintilla Text Higlight
Hi. I couldn't find a solution for Scintilla Coloring. The examples on the Internet are too complicated for my level. The visual actually explains everything. Unfortunately I did it with MS Word. :) https://cdn2.pixstash.net/2021/02/01/ScintillaHighlight.png There is a fully working Scintilla exampl...
- 30 Jan 2021, 08:21
- Forum: Ask For Help
- Topic: Script Kill Topic is solved
- Replies: 2
- Views: 94
- 30 Jan 2021, 04:59
- Forum: Ask For Help
- Topic: Script Kill Topic is solved
- Replies: 2
- Views: 94
Script Kill Topic is solved
I've seen such a way to terminate a script with the script name. But I couldn't use it.
I've tried it with the RunCmd () (by Skan) function. nothing happened.
Code: Select all
wmic process where "commandline like '`%`%Test.ahk'" delete