-
Posts
4,753 -
Joined
-
Last visited
-
Days Won
148
argumentum last won the day on July 7
argumentum had the most liked content!
About argumentum

- Currently Viewing Forums Index
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
argumentum's Achievements
-
argumentum reacted to a post in a topic: 3rd-party program 'blocking' AutoIt? - (Moved)
-
WildByDesign reacted to a post in a topic: why no array pointer
-
AutoIt is great but, there are things that AutoIt was never meant for. Like a fast ..anything. @jugador, do go and learn something else. That does not mean that you'll never code scripts again. It'll mean that you'll have more tools at your disposal
-
3rd-party program 'blocking' AutoIt? - (Moved)
argumentum replied to BruceRobinson's topic in AutoIt General Help and Support
Am not into that and haven't for many years so, nothing much I can provide. Hope you are not one of those with 6+ monitors I have no idea of what is that you feel you need. There are examples in the help file to get monitor info. Here is an example to open your GUI in the monitor your mouse is at just as something you can run and see working. I don't think you can. I, as a ninjaThing developer, would not allow users anything outside the app., just automation in the framework. My insistence in using their automation was because I thought you were new to it and thought that all you needed was a click-click script, but given that you've been around, am not worry that you loose your money due to impatience. Still don't know what you wanna do. But to be fair, I don't have the time to install the program and test along with you ( that is something I do from time to time when am not busy ) so is more of a curiosity than anything else. -
3rd-party program 'blocking' AutoIt? - (Moved)
argumentum replied to BruceRobinson's topic in AutoIt General Help and Support
...not a game. You click the wrong thing and is game over. With trading software, I'll strongly advise to learn the platform and all it's intricacies. In the desktop arena they use C# so, it's time to learn C#. There are times that we can think as a user and move the mouse and click. But there are times that the only way to avoid "oops" is to think like a programmer. I hope this makes perfect sense and that you take your time to learn, C# in this case, and act on it only once you know your way around "their way (Ninjatrader)" of going at it. In the end, you'll be able to automate your trend of thought, and that will be better. Story time: A guy told me that he needed me to code something around "a magical indicator". Long story short, he was clueless and I got to learn how indicators work and code something in MT4. -
argumentum reacted to a post in a topic: Round Corner GUI and Controls UDF
-
WildByDesign reacted to a post in a topic: Round Corner GUI and Controls UDF
-
#include "RoundGUI.au3" Opt("GUIOnEventMode", 1) ;;; https://www.autoitscript.com/forum/topic/212767-round-corner-gui-and-controls-udf/page/2/#comment-1544167 $hGUI = GUICreate("test", 500, 500) GUISetOnEvent($GUI_EVENT_CLOSE, "SpecialEvents") GUISetBkColor(0x202020) _RGUI_RoundGroup($hGUI, "Advanced", 0xffffff, 75, 75, 300, 300, 0x404040, 0x202020, 8, 6) _RGUI_RoundInput("test input", 0xFFFFFF, 100, 100, 200, 200, 0x404040, 0X404040, 15, 6) GUICtrlCreateGroup("", -99, -99, 1, 1) ;close group GUISetState() While Sleep(1000) WEnd Func SpecialEvents() Select Case @GUI_CtrlId = $GUI_EVENT_CLOSE GUIDelete() Exit EndSelect EndFunc ;==>SpecialEvents You may need to read about GUICtrlCreateGroup().
-
argumentum reacted to a post in a topic: Help File/Documentation Issues. (Discussion Only)
-
3rd-party program 'blocking' AutoIt? - (Moved)
argumentum replied to BruceRobinson's topic in AutoIt General Help and Support
Potato, potato. Hmm, well it sounds different in my head Take a look at their API stuff. Is gonna be better than AutoIt it -
Danyfirex reacted to a post in a topic: syncthing --no-browser --no-console
-
syncthing --no-browser --no-console
argumentum replied to argumentum's topic in AutoIt General Help and Support
Entry just to mark the post as solved -
Version 0.2025.705.1
4 downloads
Running "syncthing --no-browser --no-console" used to run syncthing with "no-console" but for some reason it doesn't in Win11. Therefore a hider is needed and after trying the solutions I found online and failing me, I coded one given that is very simple to do in AutoIt. The file password is 123 Read more about it at -
Running "syncthing --no-browser --no-console" used to run syncthing with "no-console" but for some reason it doesn't in Win11. Therefore a hider is needed and after trying the solutions I found online and failing me, I coded one given that is very simple to do in AutoIt. ...not a OMG, what an excellent example but, a simple solution to a simple problem. Posted in the help area because I compiled it and posted in the files section. If anyone needs anything else from this or just don't work, post a comment. Usage: Drop it in the same folder as syncthing is in, and run from there. The /OnlyHide argument is to only hide it, because the default action is show if hidden and hide if shown. The compiled file is in the downloads area.
-
argumentum reacted to a post in a topic: WebP v0.3.9 build 2025-07-07 beta
-
argumentum reacted to a post in a topic: Is it possible to add separator (horizontal line) to ComboBox list?
-
mutleey reacted to a post in a topic: Glance - GUI library for AutoIt, based on Windows api.
-
argumentum reacted to a post in a topic: Autocomplete selector for existing tags
-
argumentum reacted to a post in a topic: WebP v0.3.9 build 2025-07-07 beta
-
argumentum reacted to a post in a topic: WebP v0.3.9 build 2025-07-07 beta
-
argumentum reacted to a post in a topic: Is it possible to add separator (horizontal line) to ComboBox list?
-
WildByDesign reacted to a post in a topic: Is it possible to add separator (horizontal line) to ComboBox list?
-
WildByDesign reacted to a post in a topic: Is it possible to add separator (horizontal line) to ComboBox list?
-
Story time: I love my parents but I needed to move out and I told a woman I loved her, she told me she loved me to. My parents whom I loved used to do my laundry and in her case, it was the same. We divorced because we did not find in each other the love we got from our parents. If we were to share more we would have realized that we were looking for an attendant, ..some one to cook and clean after ourselves 🤪 The more you share, ex: I want this towards solving this, brings about context PS: the story is fictional, mostly
-
WildByDesign reacted to a post in a topic: Is it possible to add separator (horizontal line) to ComboBox list?
-
Glance - GUI library for AutoIt, based on Windows api.
argumentum replied to kcvinu's topic in AutoIt GUI Help and Support
..there are the .nim files for you to read and compile the .dll yourself @mutleey. Other than that who knows what's real and what is an illusion. -
ioa747 reacted to a post in a topic: Is it possible to add separator (horizontal line) to ComboBox list?
-
Hayseed reacted to a post in a topic: open url in default browser and wait till page loaded - (Moved)