-
Posts
34,828 -
Joined
-
Days Won
344
Jos last won the day on July 22
Jos had the most liked content!
About Jos

Profile Information
-
Member Title
Je maintiendrai
Jos's Achievements
-
Festerini reacted to a post in a topic: website automation
-
Having trouble displaying application GUI
Jos replied to MattHiggs's topic in AutoIt General Help and Support
Could it be you have another windows open that contains the text "ShowKeyPlus", as that will make the If false and fail to start it? or maybe try testing for the "ShowKeyPlus.exe" process itself instead of a text in the window title? -
Rob, What exactly is the question, as your post is merely a description of what you want to do? PS: reCAPTCHA discussions aren't allowed here when your goal is to automate them, as that is a way around standard security. Please Check forum rules in case you haven't yet.
-
cramaboule reacted to a post in a topic: How do you handle password in your code ?
-
argumentum reacted to a post in a topic: How do you handle password in your code ?
-
How do you handle password in your code ?
Jos replied to cramaboule's topic in AutoIt General Help and Support
Just to be clear: Whatever you do, the shell command requires the clear text password, so by definition no solution will be safe! 🙂 -
Festerini reacted to a post in a topic: AutoIt COM speed with variants
-
The tone of your report and this post is wrong and indicates you have no clue who does what around here, which is what I would expect of somebody being around this long. You might be lucky if anybody will look at it, as there is no developer around for that topic. To be ultimately clear: There currently is no development team as such. JPM Picks up the odd bug reports, but that is it. Jon isn't around much and that is it on the AutoIt3 dev font.
-
genius257 reacted to a post in a topic: AutoIt COM speed with variants
-
Festerini reacted to a post in a topic: AutoIt COM speed with variants
-
@jugador, guess it is you that made the bug report #4045 ... right? What's up with that last comment in that report, or did we miss any promised SLA in our mutual signed contract?
-
donnyh13 reacted to a post in a topic: BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
Ok, this is what it is: au3stripper.exe requires the au3stripper.dat as that contains required input for it and these aren't in the program as a design choice at the time. It comes with the installer or is part of the standard dowloadlink zipfile for au3stripper. The Beta directory contains updated files to the standard installer, and this file isn't updated. General advice: Don't cherry-pick anything from there when you aren't sure what the consequences are.
-
WildByDesign reacted to a post in a topic: BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
SOLVE-SMART reacted to a post in a topic: BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
There is a report button where you can request this and we might do that for you when asked nicely.
-
Moved to the appropriate AutoIt General Help and Support forum, as the AutoIt Example Scripts forum very clearly states: Moderation Team
-
I am not sure what kind of company you work for, but when security is important then you can be serious this company wants this actually.
-
TUYA / Smart Homes support in AutoIt ?
Jos replied to mLipok's topic in AutoIt General Help and Support
Is this the zigbee or wifi devices? In general my advice would be to use a zigbee gateway to connect zigbee devices allowing you to interact with your smart home devices via an app and other interfaces like HA or Domoticz ( of which I am a user of for many years.) -
The #include is performed at the time the script is read into memory, before execution, so that will not work. Why did you need this anyways as you can do those ifs at execution performing only the required code?
-
There's a fix for dot notations in a couple of versions back.