Edison Hua

Results 62 comments of Edison Hua

For assignment expressions only, and those are kept.

References: https://github.com/iseahound/ImagePut/blob/0c1110cd0aad14625c1814eed464f703ac4df0ad/ImagePut%20(for%20v1).ahk#L1015 https://github.com/iseahound/ImagePut/blob/0c1110cd0aad14625c1814eed464f703ac4df0ad/ImagePut%20(for%20v1).ahk#L1738 I made the discovery that the obm returned by select object is a stock bitmap that can never be leaked. I can update the two functions to...

For testing the aforementioned change I called GetDC(0) then called GetCurrentObject() with a value of 7 to retrieve the hbitmap, and GetObject() to return the pBits. I noticed it was...

1. Goto https://github.com/iseahound/Vis2/releases 2. Download the zip file. ![image](https://user-images.githubusercontent.com/9779668/170716516-832b0ebc-a8bb-41b2-8994-8f73cd1d2339.png) 3. Extract the zip file to your desktop. ![image](https://user-images.githubusercontent.com/9779668/170716825-bfc26fdf-de7e-4bdc-bf15-4656a69b9eaf.png) 4. Double Click demo.ahk ![image](https://user-images.githubusercontent.com/9779668/170716998-cedabd64-5d0f-40b7-9068-bdacb0145061.png)

You didn't follow my instructions. Sounds like you didn't unzip the entire archive. On Fri, May 27, 2022 at 10:21 DoloFay ***@***.***> wrote: > This is what i do and...

Vis2 is the newer version of Vis.ahk. It has an updated version of Tesseract, as well as a better front end, user interface, and advanced features such as multi language...

Yes, it should be possible. I'll have to add it in a later update.

The tesseract version included supports only Windows 7+. I'll be sure to allow users to install their own versions of tesseract in the future.

`array.count(x?)` is normally a method to find all instances of an element `x`, where if no parameter is passed, returns all the values that are not unset/null.

Thanks for the explanation. I think I am still a little confused, for the command line parameters and the remote each have their own defaults, yet can be both overwritten...