Search found 10 matches

by lsh
11 Feb 2018, 09:13
Forum: Ask for Help
Topic: struct error Topic is solved
Replies: 2
Views: 2570

Re: struct error Topic is solved

Okay Thank you.
by lsh
11 Feb 2018, 04:07
Forum: Ask for Help
Topic: struct error Topic is solved
Replies: 2
Views: 2570

struct error Topic is solved

The problem is here, starting from this version, "Struct" began to go wrong. Commits on Jan 29, 2018 v2.0-a088-338ed55 Fixed else{, try{ and finally{. Error: Invalid structure definition. 010: TestItem:=Struct(_ITEM,{iItem:1}) global _ITEM:=" (Q int iItem; " ((SubStr(A_OsVersion,1,InStr(A_OsVersion,...
by lsh
07 Jan 2018, 06:55
Forum: Ask for Help
Topic: [AHK_H v2] 'ComObjConnect' Thread direct connection Topic is solved
Replies: 4
Views: 3257

Re: [AHK_H v2] 'ComObjConnect' Thread direct connection Topic is solved

' CriticalObject ' is understood as a way to prevent problems caused by interference during multi-threading. Is that right? In the following ' script ', ' ie_BeforeNavigate2 ' in ' Thread ', only the areas where simple messages are received are isolated from the mainscript. The area of the ' ie_Befo...
by lsh
06 Jan 2018, 16:04
Forum: Ask for Help
Topic: [AHK_H v2] 'ComObjConnect' Thread direct connection Topic is solved
Replies: 4
Views: 3257

[AHK_H v2] 'ComObjConnect' Thread direct connection Topic is solved

Is there a way to connect " ComObjConnect(test....)" to the " _ test " in the thread to obtain a direct "Test_EventName([Params..., ComObject]) "? ...................................................... ComObjConnect(Test, "Test_ ..................... ") ThreadList:=' ( #Persistent #SingleInstance Fo...
by lsh
05 Dec 2017, 23:49
Forum: Ask for Help
Topic: [listview_library] V1 → AHK_H V2 Topic is solved
Replies: 5
Views: 3802

Re: [listview_library] V1 → AHK_H V2 Topic is solved

loop 10 LVM_Insert(hLv,1,1,0,,,a_index,a_index) ------------------------------------------------------------------------------------------------------------------------ When adding 'a_index' to the listview, Additional text appears to be broken. Is there any way we can solve it? --------------------...
by lsh
02 Dec 2017, 15:38
Forum: Ask for Help
Topic: [AHK_H v2]DropDownList Topic is solved
Replies: 1
Views: 1824

[AHK_H v2]DropDownList Topic is solved

When you run the script below : Invalud value error How do I change ' ddl ' to the desired value? ; AHK version: AHK_H 2.0-a081-H019 ; Tested on: Win 10 Pro (x64) #singleinstance force #Persistent Gui := GuiCreate() ddl := Gui.Add("DDL", "x5 y12 r10 w200", "a|b|c|d") hLv := ddl.Hwnd Gui.Show("xCente...
by lsh
26 Nov 2017, 10:28
Forum: Ask for Help
Topic: [listview_library] V1 → AHK_H V2 Topic is solved
Replies: 5
Views: 3802

Re: [listview_library] V1 → AHK_H V2 Topic is solved

The result of "MsgBox(LVM_GetText(hLV,1,1))" should be "A_Sec",
but "āāāāāāāāāāāāāāāāā" comes out. Can I get the result of "A_Sec"?
by lsh
26 Nov 2017, 06:29
Forum: Ask for Help
Topic: [listview_library] V1 → AHK_H V2 Topic is solved
Replies: 5
Views: 3802

[listview_library] V1 → AHK_H V2 Topic is solved

I try to change it from v1 to AHK_H v2. But, I don't get a good result. How do I get LVM_Insert , LVM_Modify , LVM_GetText, and LVM_GetColOrder to achieve accurate results? #singleinstance force #Persistent Gui := GuiCreate() Lv := Gui.Add("ListView", "x5 y12 r10 w200 grid NoSortHdr", "a|b") hLv := ...
by lsh
20 Oct 2017, 00:19
Forum: Ask for Help (v1)
Topic: two-way listview communication between two scripts. Topic is solved
Replies: 1
Views: 803

two-way listview communication between two scripts. Topic is solved

Error on the performance of test.ahk : An error of CONTINUABLE EXCEPTION_ACCESS_VIOLATION is seen, how can I do if I make a list view messahe is seen without any problem? #NoEnv #SingleInstance Force #Persistent FileEncoding UTF-8 gui,add,listview,x5 y12 r35 w400 grid NoSortHdr vVLvInfo hwndHLvInfo,...

Go to advanced search