Search found 1418 matches

by SOTE
15 Aug 2022, 12:54
Forum: Ask for Help (v1)
Topic: GUI within a loop, controlled by a SetTimer.
Replies: 11
Views: 1389

Re: GUI within a loop, controlled by a SetTimer.

I will also suggest that your script adds extraneous braces that serve no purpose. Yes, technically you are correct. However, I do that for visual recognition that a label is in there and for sometimes when I'm translating code to a different language (or AHK v2), where I know that will become a ne...
by SOTE
15 Aug 2022, 07:09
Forum: Ask for Help (v1)
Topic: GUI within a loop, controlled by a SetTimer.
Replies: 11
Views: 1389

Re: GUI within a loop, controlled by a SetTimer.

SOTE, but that way you can't call the "GET" subroutine from other parts of the script, since it's nested. Isn't it? Yes and no. If you nest a label inside of a function, then other parts of the script won't be able to call it. It should not be a problem, because you control whether or not you want ...
by SOTE
15 Aug 2022, 03:23
Forum: Ask for Help (v1)
Topic: GUI within a loop, controlled by a SetTimer.
Replies: 11
Views: 1389

Re: GUI within a loop, controlled by a SetTimer.

In the loop, the script waits until the GUI is closed. This occurs when the GUI is destroyed. This occurs after the message box is resolved. Good work, as usual, Mike. Something I would add, though minor, is an alternative way is to keep the labels in the same function or subroutine. Kind of like n...
by SOTE
14 Aug 2022, 23:47
Forum: Off-topic Discussion
Topic: Android Apps Topic is solved
Replies: 10
Views: 3328

Re: Android Apps Topic is solved

In theory, Keysharp (https://www.autohotkey.com/boards/viewtopic.php?f=80&t=77248) could eventually be used. It is planned for it to run on Linux and the macOS, in addition to Windows. With Android, you can install Linux on it, and various Linux applications (which could include Keysharp). Of course...
by SOTE
06 May 2022, 04:21
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4901
Views: 1417700

Re: « What's on your mind? » Topic is solved

With the EU putting pressure on Apple to allow sideloading of apps, Google decides it wants to be more like Apple and start restricting Android users freedom too. Google's intent is to force only installing apps from "approved" sources. Such BS. So, somehow customers are "too stupid", to do with the...
by SOTE
01 Apr 2022, 10:41
Forum: Ask for Help (v1)
Topic: Run comspec silently? Topic is solved
Replies: 4
Views: 1191

Re: Run comspec silently? Topic is solved

@newcod3r
You might also want to look at RunCMD()
viewtopic.php?f=6&t=74647
by SOTE
29 Mar 2022, 11:57
Forum: Off-topic Discussion
Topic: I'm looking for a simple way to develop mobile apps?
Replies: 4
Views: 2000

Re: I'm looking for a simple way to develop mobile apps?

Possibly consider sticking with AutoHotkey. Your AutoHotkey app could possibly run on Wine (Linux & macOS) or Parallels (macOS). Wine (https://www.winehq.org/) also works on Androids now too (https://dl.winehq.org/wine-builds/android/). Each new version of Wine is becoming more capable. Maybe also s...
by SOTE
28 Mar 2022, 05:32
Forum: Off-topic Discussion
Topic: Apple To Be Forced To Allow 3rd Party Apps On iOS
Replies: 0
Views: 846

Apple To Be Forced To Allow 3rd Party Apps On iOS

Appears the EU might finally force what Apple has been trying so desperately to prevent. Allow iOS users to download 3rd party software from outside of the App Store. No need (or less of a need) for jailbreaking. Thus making iPhones more like Android smartphones. Users could finally have the freedom...
by SOTE
26 Mar 2022, 04:32
Forum: KeySharp
Topic: Keysharp - the resurrection of IronAHK
Replies: 216
Views: 97840

Re: Keysharp - the resurrection of IronAHK

Sounds good, we'll use MIT. By the way, the present license that you have at Bitbucket, and looking again at the original IronAHK license at GitHub, is actually very close to the BSD-2 ( https://opensource.org/licenses/BSD-2-Clause ). So either way, MIT or BSD-2, would likely be found acceptable by...
by SOTE
25 Mar 2022, 16:10
Forum: KeySharp
Topic: Keysharp - the resurrection of IronAHK
Replies: 216
Views: 97840

Re: Keysharp - the resurrection of IronAHK

...So which license do you think we can use which would accommodate this scenario? If there is no such license which can accommodate such a hybrid scenario, then we'll just go with the most permissive one. Nothing is compatible with GPL, which is partially why some people (particularly involving jo...
by SOTE
21 Mar 2022, 23:08
Forum: Scripts and Functions (v1)
Topic: AHK DllCall Terminator v5.6 - A tool to automatically generate dllcall code
Replies: 22
Views: 4017

Re: AHK DllCall Terminator - A tool to automatically generate dllcall code

@tuzi
The creation of such an automatic converter is very impressive! :bravo:
by SOTE
20 Mar 2022, 17:21
Forum: General Discussion
Topic: Where is Lexikos?
Replies: 7
Views: 3127

Re: Where is Lexikos?

just me Of course I can not speak for HotKeyIt. Wouldn't it be better to use his AHK_H v 1.1 fork? He does have total control over that and doesn't need any permissions. https://www.autohotkey.com/boards/viewtopic.php?p=448218#p448218 https://www.autohotkey.com/boards/viewtopic.php?f=14&t=100938 I ...
by SOTE
20 Mar 2022, 12:01
Forum: KeySharp
Topic: Keysharp - the resurrection of IronAHK
Replies: 216
Views: 97840

Re: Keysharp - the resurrection of IronAHK

I see the KeySharp license is much like a MIT license... ...Thoughts? I hope it doesn't cause too much controversy, but do think the license is important to some people. The GPL can be a source of drama, so various people using open-source software at their job, business, or school might take issue...
by SOTE
20 Mar 2022, 10:22
Forum: General Discussion
Topic: Where is Lexikos?
Replies: 7
Views: 3127

Re: Where is Lexikos?

It has become a bit funny, where after some time, there starts to be these "Where is Lexikos?" threads. AHK is quite mature now and very usable, so there isn't any kind of emergency fixes needed. Likely he is giving time for people to play with AHK v2's latest Beta. Possibly his next move would be t...
by SOTE
08 Mar 2022, 05:32
Forum: Off-topic Discussion
Topic: Theories about variables in the AutoHotkey
Replies: 8
Views: 2022

Re: Theories about variables in the AutoHotkey

Delta Pythagorean Generic Units? AHK is a weakly typed scripting language, so doesn't need generics, as you would often use in strongly typed languages like C#, Java, Pascal, etc... A way to more easily understand types, is they are a way of defining variables, where their type must be declared bef...
by SOTE
01 Mar 2022, 20:42
Forum: General Discussion
Topic: Where to get AHK freelancers (for small projects)?
Replies: 6
Views: 3560

Re: Where to get AHK freelancers (for small projects)?

I think the general topic of charging for freelance work is a bit more complex than it might seem. It appears to me that the spirit of AutoHotkey and the forum is to provide a free utility scripting language and free help from volunteers (who enjoy programming, the language, and helping others). So,...
by SOTE
23 Feb 2022, 19:49
Forum: AutoHotkey_H
Topic: AHK_H Compiler Oddities
Replies: 12
Views: 4997

Re: AHK_H Compiler Oddities

@LBJ

You should review the post on compiling (https://www.autohotkey.com/boards/viewtopic.php?f=65&t=62308), otherwise just select "compression", which will often be secure enough and if you are not going to do the additional steps.
by SOTE
21 Feb 2022, 23:46
Forum: Ask for Help (v1)
Topic: Reply to java security popup
Replies: 25
Views: 2355

Re: Reply to java security popup

Was the Security Warning dialog on the screen during that time? If so, I can't explain what's happening. You're getting inside the loop that checks for the title (the debug2 MsgBox) and the title check [ If (WinExist(Title)) ] should certainly be true if the Security Warning dialog is on the screen...
by SOTE
17 Feb 2022, 14:29
Forum: AutoHotkey Development
Topic: AHK v1 v2 ? Which one for a beginner ?
Replies: 14
Views: 10139

Re: AHK v1 v2 ? Which one for a beginner ?

I mean why ":=" and not just "=" like all other languages? There are several languages (old and new) that use ":=", besides AutoHotkey. Go, Python, Pascal/Delphi, Ada, ST (PLC programming), PL/SQL, Smalltalk, V, Eiffel, Jai, etc... It should not be assumed that all languages will have the same synt...
by SOTE
16 Feb 2022, 16:55
Forum: General Discussion
Topic: AHK in a work environment
Replies: 4
Views: 2616

Re: AHK in a work environment

You can have IT look at AHK from the Microsoft store. Good suggestion. IT people are often quite conservative and scared of getting blamed for any issues. Pointing them or management to AHK on the Microsoft store, will do more to alleviate fears. https://www.microsoft.com/en-us/p/autohotkey-store-e...

Go to advanced search