Search found 13 matches

by paulobuchsbaum
30 Apr 2016, 16:50
Forum: Scripts and Functions (v1)
Topic: Sort dense arrays or matrices
Replies: 5
Views: 3482

Sort dense arrays or matrices

I've searched in Internet for a good and simple Sort algorithm written in AutoHotkey language for dense arrays or matrices. I haven't found nothing. So I've developed my own code. Bubble sort is a common but slow sort algorithm (Execution Time ~ N^2, where N is number of elements). There are some go...
by paulobuchsbaum
13 Apr 2016, 15:00
Forum: Scripts and Functions (v1)
Topic: Custom Minimalist MsgBox
Replies: 18
Views: 6049

Re: Custom Minimalist MsgBox

guest3456 wrote:screenshot?
Thanks. You are right. It's there.
by paulobuchsbaum
13 Apr 2016, 14:59
Forum: Scripts and Functions (v1)
Topic: Custom Minimalist MsgBox
Replies: 18
Views: 6049

Re: Custom Minimalist MsgBox

I've already fix it. Thanks. I'm Brazilian and "FazSim" is in "Do Yes" in English. I thought so when i saw your name (and the name of the function). I'm from Brazil too :thumbup: It's funny. Recalls me that joke that one Portuguese in Germany was advised that it's just speak Portuguese slow that th...
by paulobuchsbaum
13 Apr 2016, 14:24
Forum: Scripts and Functions (v1)
Topic: Custom Minimalist MsgBox
Replies: 18
Views: 6049

Re: Custom Minimalist MsgBox

Gio wrote:Very interesting. Thanks for sharing.

Also, i got an error when i first executed it (target label "gFazSim" does not exist).

Easily fixed though.
I've already fix it. Thanks. I'm Brazilian and "FazSim" is in "Do Yes" in English.
by paulobuchsbaum
13 Apr 2016, 09:29
Forum: Scripts and Functions (v1)
Topic: Custom Minimalist MsgBox
Replies: 18
Views: 6049

Re: Custom Minimalist MsgBox

carno wrote:Could you offer a few real-world examples?
I've added some examples.
by paulobuchsbaum
12 Apr 2016, 23:38
Forum: Scripts and Functions (v1)
Topic: Custom Minimalist MsgBox
Replies: 18
Views: 6049

Re: Custom Minimalist MsgBox

boiler wrote:It's really easy to use. Try making some yourself. For example:
ColorBox("My ColorBox", "Hello world")
then just experiment from there.

This could come in handy. Thanks for sharing.
Thank you. I was using in my own code. I will add some examples in the post.
by paulobuchsbaum
12 Apr 2016, 23:22
Forum: Scripts and Functions (v1)
Topic: Custom Minimalist MsgBox
Replies: 18
Views: 6049

Re: Custom Minimalist MsgBox

With more than 1 button, return selected button number (1, 2 or 3) In fact the return values are: [*] 1 for first button [*] 0 for second button [*] 2 for third button Thank you for this function. Perhaps you could match the description with the code? Otherwise, very useful. Thanks, I've changed it!
by paulobuchsbaum
12 Apr 2016, 23:21
Forum: Scripts and Functions (v1)
Topic: Custom Minimalist MsgBox
Replies: 18
Views: 6049

Re: Custom Minimalist MsgBox

Nice :) Thanks for sharing. Maybe add another parameter where you can specify the gui to disable to make it modal ;) Then just add "Gui %guitodisable%:+Disabled" at the beginning and a few "Gui %guitodisable%:-Disabled" where needed (#5 in current script). Saves you time to make it modal for each s...
by paulobuchsbaum
10 Apr 2016, 18:27
Forum: Scripts and Functions (v1)
Topic: Custom Minimalist MsgBox
Replies: 18
Views: 6049

Custom Minimalist MsgBox

MsgBox is a standard function in Autohotkey, that uses default windows settings. It has very small font size, no font selection and no choice for colors and buttons names. So I've decided programming ColorBox , my own MsgBox. Fortunately I've found inspiration in Areilius AHK source (https://autoho...
by paulobuchsbaum
17 Mar 2016, 07:54
Forum: Scripts and Functions (v1)
Topic: CGDipSnapShot - GDI replacement for PixelGetColor
Replies: 74
Views: 31081

Re: CGDipSnapShot - GDI replacement for PixelGetColor

I'm from Brazil. Thank you very much. it's a very great achievement. It speeds my color picking 10 times!
by paulobuchsbaum
06 Mar 2016, 09:57
Forum: Other Utilities & Resources
Topic: Syntax Check Utility
Replies: 6
Views: 7852

Re: Syntax Check Utility

I've made a new version of this small utility, scanning commands such as IF , WHILE , LOOP and FOR ; searching for block evidence (2 first lines after flow control command with the same indentation), but without using braces ({}). This is not detected, but from the second line forward, it will run, ...
by paulobuchsbaum
03 Mar 2016, 22:17
Forum: Other Utilities & Resources
Topic: Syntax Check Utility
Replies: 6
Views: 7852

Syntax Check Utility

I've made a small executable utility in Lazarus, a free Delphi clone, to check some syntax issues: It is a small GUI application that lets you interactively select the name of a .ahk file, which can be stored wholly or partly in an .ini file. It generates all messages at once, allowing them to save ...

Go to advanced search