Search found 440 matches

by Alibaba
10 Jul 2018, 07:14
Forum: Ask for Help (v1)
Topic: Getting the name/number of the current tab in a GUI without having to submit
Replies: 4
Views: 1925

Re: Getting the name/number of the current tab in a GUI without having to submit

Hello arkazal! I encoutered a little mistake: You are checking against "TabName", but the specified control variable is "TabNumber". Both variables should be called "TabName" and you have to check against the Tab titles "Add", "Edit", ... because the tab name is sumbitted, not the id. Regarding the ...
by Alibaba
10 Jul 2018, 06:50
Forum: Ask for Help (v1)
Topic: IfWinActive question and other hotkeys
Replies: 4
Views: 990

Re: IfWinActive question and other hotkeys

I'll try that, thanks. Do you know why the arrow keys are working outside of the active window? I actually can't reproduce that behavior. If i specify notepad as the active window, it is working fine for me, no changed behavior in Excel. Oh btw, the directive doesn't need a comma: #IfWinActive Jura...
by Alibaba
10 Jul 2018, 06:38
Forum: Ask for Help (v1)
Topic: Looping Through A list and verifying GUI Input Topic is solved
Replies: 13
Views: 2763

Re: Looping Through A list and verifying GUI Input Topic is solved

@Alibaba, welcome back, Großmeister! Nice to hear from you again! You're a great enrichment and true asset to AHK forum. We wish you all the best and we hope you will stay with us for a very long time to come! You are honoring me! Well university, job and family were surely consuming my time >100% ...
by Alibaba
10 Jul 2018, 06:35
Forum: Ask for Help (v1)
Topic: Looping Through A list and verifying GUI Input Topic is solved
Replies: 13
Views: 2763

Re: Looping Through A list and verifying GUI Input Topic is solved

So a pseudo-thread would mean calling another script from the commandline? I've updated the code below with the above function and it was indeed faster. Is there any way to do this without writing a file to the hard drive, using a stream or virtual file in ram or maybe passing the function text dir...
by Alibaba
09 Jul 2018, 19:54
Forum: Ask for Help (v1)
Topic: Looping Through A list and verifying GUI Input Topic is solved
Replies: 13
Views: 2763

Re: Looping Through A list and verifying GUI Input Topic is solved

Well, optimization is always possible. :D First I would recommend further use of functions to structure the code. If you take a look at your program, you will see that it consists of logical units. These units are for example: Updating the GUI based on a specific state Letting the TTS engine say som...
by Alibaba
09 Jul 2018, 18:42
Forum: Ask for Help (v1)
Topic: IfWinActive question and other hotkeys
Replies: 4
Views: 990

Re: IfWinActive question and other hotkeys

Hey Quadzilla, the problem with your script is, that you can't substitute a key with a sequence of keys. The first 4 definitions are fine, but for F5 and F6 you'll have to use the Send command to send the desired sequence: F5::Send, {Lbutton down}{Rbutton down} F6::Send, {Lbutton up}{Rbutton up} Gre...
by Alibaba
09 Jul 2018, 18:28
Forum: Ask for Help (v1)
Topic: Triggering an action (mouse click) when the PC plays a sound Topic is solved
Replies: 1
Views: 1813

Re: Triggering an action (mouse click) when the PC plays a sound Topic is solved

Hello parkgriffin2! Interesting question. May I ask what program you are talking about? Regarding your problem: Are your scripts working in a "sound-safe" environment? By that i mean, is there the possibility that any other sounds may occur while your script is waiting for the beep? If not, you coul...
by Alibaba
09 Jul 2018, 17:56
Forum: Ask for Help (v1)
Topic: Looping Through A list and verifying GUI Input Topic is solved
Replies: 13
Views: 2763

Re: Looping Through A list and verifying GUI Input Topic is solved

Hello GEV, i think the approach with the overlay GUI and timed routine is a bit confusing..? You can just change the content of existing text labels. @Archandrion, i would recommend the use of Arrays, they make life much easier, e.g. by using the MaxIndex() method, you never have to worry about the ...
by Alibaba
07 Nov 2015, 10:08
Forum: Scripts and Functions (v1)
Topic: Base Frame for AutoHotKey Scripts (Installer ...)
Replies: 45
Views: 16962

Re: Base Frame for AutoHotKey Scripts (Installer ...)

Sorry for all the problems. The setup program isn't really completed yet, so thanks for all the feedback. I'll look into the current issues asap.
by Alibaba
08 Sep 2015, 03:59
Forum: Scripts and Functions (v1)
Topic: AHK 3D "graphics", playing around with GDI+
Replies: 6
Views: 3838

Re: AHK 3D "graphics", playing around with GDI+

jNizM wrote:should we merge it here Fun with GDIPlus (GDI+)?
Sure, if you think its fun enough. :)
by Alibaba
08 Sep 2015, 03:55
Forum: Scripts and Functions (v1)
Topic: AHK 3D "graphics", playing around with GDI+
Replies: 6
Views: 3838

Re: AHK 3D "graphics", playing around with GDI+

boiler wrote:That's pretty cool. Nice demo. Thanks for sharing.
You're welcome. :)
by Alibaba
07 Sep 2015, 18:15
Forum: Scripts and Functions (v1)
Topic: AHK 3D "graphics", playing around with GDI+
Replies: 6
Views: 3838

AHK 3D "graphics", playing around with GDI+

Hey community, I recently found an old script of mine, where I was playing around with GDI+ to make some simple projections of basic 3D objects. I abandoned it quite a time ago and it still had some errors in the user input (and i'm pretty sure it still has some other errors anywhere!), so i fixed t...
by Alibaba
03 Sep 2015, 16:41
Forum: Skripte und Funktionen
Topic: AutoHotFlow - Kleine Programme grafisch erstellen
Replies: 48
Views: 49459

Re: AutoHotFlow - Kleine Programme grafisch erstellen

Das Hinzufügen der komplexen Aktionen ist ein sehr interessanter Ansatz, mit vielen Möglichkeiten!
Vorallem im Bereich GDI+ lässt sich der Funktionsumfang extrem erweitern! :)
by Alibaba
30 Aug 2015, 07:38
Forum: About This Community
Topic: improvement of documentation: wheelright
Replies: 2
Views: 3894

Re: improvement of documentation: wheelright

I agree with nnnik. In my opinion, the documentation isn't really meant to mention all eventualities it just has to describe the core functionality of the features. If anyone encounters specific problems with Excel, he will probably find an answer (for example this thread), just by using google.
by Alibaba
29 Aug 2015, 03:38
Forum: 其他
Topic: Any active moderator in chinese subforum?
Replies: 3
Views: 12545

Re: Any active moderator in chinese subforum?

Ok, thanks for the info that this is already being discussed, I hope a solution will be found soon.
Have a nice day!
by Alibaba
28 Aug 2015, 18:04
Forum: Ich brauche Hilfe
Topic: new Edit readonly - Alles wird markiert
Replies: 5
Views: 2386

Re: new Edit readonly - Alles wird markiert

Die Auswahl geschieht, weil Gui, Show dem neuen Fenster den Fokus gibt und dieses wiederum das Edit als einzigstes Control gezwungenermaßen aktiviert. Lösung des Problems wäre es zum Beispiel, dem Fenster keinen Fokus zu geben, was bei dem von dir beschriebenem Zweck auch nicht weiter problematisch ...
by Alibaba
28 Aug 2015, 17:48
Forum: 其他
Topic: Any active moderator in chinese subforum?
Replies: 3
Views: 12545

Any active moderator in chinese subforum?

I guess there is no moderator in this subforum besides amnesiac (who isn't active) am I right? :D
by Alibaba
28 Aug 2015, 05:07
Forum: Scripts and Functions (v1)
Topic: A password window!!
Replies: 8
Views: 4058

Re: A password window!!

Of course it's perfectly fine to use this script on your own machine. I just wanted to warn you that this method isn't safe, regardless of hiding files, compiling scripts, etc...
It's only important that you don't give this script to anyone else to use, calling it protected.
by Alibaba
27 Aug 2015, 11:37
Forum: Bug Reports
Topic: Ahk2Exe problem with filenames containing a comma
Replies: 1
Views: 1592

Ahk2Exe problem with filenames containing a comma

#NoEnv SetWorkingDir %A_ScriptDir% #EscapeChar ` FileInstall, test (1`,0).txt, test.txt ExitApp Although the comma is escaped, this script gives the following error when compiling: Error adding FileInstall file: test (1` Is there something I did wrong? (Btw. this doesn't occur for percent signs)
by Alibaba
27 Aug 2015, 10:40
Forum: Scripts and Functions (v1)
Topic: A password window!!
Replies: 8
Views: 4058

Re: A password window!!

Can you gave me an quick example please. Sure! I wrote a little example, it's very self explaining, just download the attachment and try it by starting the Encrypt.ahk ;) encrypt_script.zip Btw, it is using the Crypt lib by Deo: http://www.autohotkey.com/board/topic/67155-ahk-l-crypt-ahk-cryptograp...

Go to advanced search