-
Posts
5,792 -
Joined
-
Last visited
-
Days Won
197
argumentum last won the day on March 12
argumentum had the most liked content!
About argumentum

Profile Information
-
Member Title
✨Universalist ✨
-
Location
I'm in your browser now =)
-
WWW
https://www.youtube.com/watch?v=SjwX-zMRxO0&t=5s
-
Interests
Relax
Recent Profile Visitors
argumentum's Achievements
-
ioa747 reacted to a post in a topic:
WebView2AutoIt - AutoIt WebView2 Component (COM Interop)
-
ioa747 reacted to a post in a topic:
WebView2AutoIt - AutoIt WebView2 Component (COM Interop)
-
WebView2AutoIt - AutoIt WebView2 Component (COM Interop)
argumentum replied to ioa747's topic in C# / .NET
A user, any user: lets say @mLipok makes a script with this and everybody uses it because is great. Kudos Then someone else makes a script a year later but conflicts with the prior version(s), then what 🤔 Hence the request to have the ability of registering each version independently so that they can both ( or multiple ) versions work without disrupting each other. Maybe that is already there and I should study the script before making requests that already exist ? 😅 -
WebView2AutoIt - AutoIt WebView2 Component (COM Interop)
argumentum replied to ioa747's topic in C# / .NET
My monitor is 5120x2160 and the Scale is 175% @ioa747, I've changed the example a bit to not have to compile the "mdMsgBox stub" -
WebView2AutoIt - AutoIt WebView2 Component (COM Interop)
argumentum replied to ioa747's topic in C# / .NET
-
WebView2AutoIt - AutoIt WebView2 Component (COM Interop)
argumentum replied to ioa747's topic in C# / .NET
1) ..what if: @mLipok makes something very cool with a version of this and ships to users. @argumentum makes something very cool with another version of this and ships to users. Can 2 different versions coexist ? Can it be made to coexist ? 2) I'd like to make those UI. Is there a "Koda" to make them ? How would I go about it ? Thanks. All this is awesome -
argumentum reacted to a post in a topic:
WebView2AutoIt - AutoIt WebView2 Component (COM Interop)
-
argumentum reacted to a post in a topic:
SampleControls.au3 in Dark Mode
-
argumentum reacted to a post in a topic:
Clipboard.au3 - how to copy file to ClipBoard
-
Clipboard.au3 - how to copy file to ClipBoard
argumentum replied to mLipok's topic in AutoIt General Help and Support
It may sound silly and unneeded but I would add $STR_ENTIRESPLIT to make sure the the whole $sDelim is used. -
_ArrayDisplay and $iDesired_Colwidth
argumentum replied to mLipok's topic in AutoIt General Help and Support
...so, you are one of those "MVP" people I see in the forum 😛 Why don't you just change it ? Or is it better to make a trac entry ? /me is quite new -
-
_ArrayDisplay and $iDesired_Colwidth
argumentum replied to mLipok's topic in AutoIt General Help and Support
..the values should be at the center: === -3 3 === That way, even if the bar goes to ..infinite, you can read the values. -
_ArrayDisplay and $iDesired_Colwidth
argumentum replied to mLipok's topic in AutoIt General Help and Support
..that was Win10 but is not the issue. The issue is the width calculation I just adjust it by hand extending the column so, .. I cheated But the whole thing is the auto-width. ( that would depend on the font but haven't look at the code, just run the example. I've never seen that function. So thanks for sharing ) -
This uses the CSS of the web site's help and Jon preferred to limit the width because he as a widescreen monitor and watches the browser in full screen. I prefer it without width but it don't look so neat in full screen. Now you are ok as long as the left margin is not so large. But it is just centered. Make a CSS you like and share it I'll use it in my test site, or you make one, and we ask Jon how he feels about it. P.S.: I suck at CSS, and anything with a color and/or a size 😒
-
_ArrayDisplay and $iDesired_Colwidth
argumentum replied to mLipok's topic in AutoIt General Help and Support
-
..am thinking of having the "alpha, as beta" 🤔 We don't have a newer beta than the currently stable, so the "beta mode" ( so to call it ) is free right now, and that way can compare the way it is with the ways is going to be. Also, I can have the rest of my scripts running without a complain of something been different if it was, and convenient because SciTE has the run beta, etc. beta. So yes, decompress to the beta folder ( that don't exist in my case ) and add the missing files that don't come in the alpha zip from stable/production and treat it as beta. - ..good thinking @argumentum - Thank you. P.S.: I should have a script doing all this but am just thinking out loud for now.
-
<removed>
-
How to access list view elements?
argumentum replied to MulliGun's topic in AutoIt General Help and Support
..looks Delphi like ( the coding language ). Where can I get the sprite utility to look at it and give it a try ? -
Help File/Documentation Issues. (Discussion Only)
argumentum replied to guinness's topic in AutoIt Technical Discussion
..to be or not to be.. As the well read and organized coder that I am ( or aim to be ) I read the WiKi. Add button(s) with $idRun, and $idCancel to have $idCntrlName = ... Then I run the script and I get "error: $idCancel previously declared as a 'Const'." and I open the offending file and I read: ... Global Const $MB_SERVICE_NOTIFICATION = 0x00200000 ; The caller is a service notifying the user of an event. Global Const $MB_RIGHTJUSTIFIED = $MB_RIGHT ; Do not use, see $MB_RIGHT. Included for backwards compatibility. ; Indicates the button selected in the message box Global Const $IDTIMEOUT = -1 ; The message box timed out Global Const $IDOK = 1 ; OK button was selected Global Const $IDCANCEL = 2 ; Cancel button was selected ... ... I found it, "funny" ? 🤷♂️