Search found 482 matches

by ozzii
12 Oct 2021, 06:07
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.10 - Simplify Control Placement and Resizing

For example : I have bt1 := myGui.Add(1, 2, "Button", , "bt1 -> Y", args) bt1.callback := Func("bt1").Bind(bt1) And I use a switch command. But instead of doing switch bt1.vVar { case "bt1 -> Y": msgbox return } Something like switch bt1.vName { case "bt1": msgbox return } Here, the vName is the bt1...
by ozzii
11 Oct 2021, 04:56
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.10 - Simplify Control Placement and Resizing

The example with the tooltip works. Thank you for the help and the explanation. Sorry to ask the question again (because I didn't see an answer from you message from the 9th), but did you see my question about testing the 'id/name' of the button instead of his vVal :oops: :oops: :oops: :oops: About ...
by ozzii
10 Oct 2021, 03:30
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.10 - Simplify Control Placement and Resizing

Thank you for the explanation for the tooltip and the example. I will look into this on Monday. And yes, I think that a build-in could be really great. But it's up to you if you have time for this. For the second part, yes, it's about the lib. I will post it also on Monday (on my work computer). Reg...
by ozzii
07 Oct 2021, 07:38
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

@Capn Odin
Can I sent to you a PM?
I have something with an GUI but I don't really want to spam this post with my personal needs.
Or you prefer here?
by ozzii
07 Oct 2021, 02:56
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

One more question.. Sorry :oops: :oops: :oops: ... Is there any way/possibility to have a tooltip (different for each button) when a button is hovered? If it's easier to do that I can put the Gui not resizable. Because I need to put some information and put them in the button is not the best way (to...
by ozzii
06 Oct 2021, 06:01
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

Thanks you for the feedback.
Now I can continue :dance:
by ozzii
06 Oct 2021, 04:06
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

I think I found (even if I don't understand the way it works) with this 1C.callback := Func("FuncNext").Bind(1C) instead of 1C.callback := Func("1C")

Just tell me if it's the 'right' way to do it.
by ozzii
06 Oct 2021, 03:50
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

Instead of having several callback for each button 1C:= myGui.Add(1, 2, "Button", , "1C", exW := 1, exH := 1, fillW := 1, fillH := 0) 1C.callback := Func("1C") 1CO := myGui.Add(2, 2, "Button", , "1CO (Omega)", exW := 1, exH := 1, fillW := 1, fillH := 0) 1CO.callback := Func("1CO") 1J := myGui.Add(1,...
by ozzii
02 Oct 2021, 03:29
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

Thank you @Capn Odin
Thanks for the first explanation, it was really useful, I have managed to do what I want.
And thanks also for this one. I will also try to understand it and adapt to my needs.

Very useful script. The GUI in AHK is not the easiest thing. This help a lot (at least for me).
by ozzii
30 Sep 2021, 16:11
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

Thanks for the input example. I will check this.
by ozzii
30 Sep 2021, 12:58
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

I try also to digest your tab example but couldn't. Could you make and example with for example one text line, 3 buttons line and that they are not fill the height of the Gui. But that they have they're normal height. I try just to change the background/font in the tab but without luck. And even the...
by ozzii
30 Sep 2021, 12:51
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

I will read and digest this tomorrow and try to understand how to use it. Big thanks for the help. I will surely ask some more question (but I hope not). P.S.: in you example, for me the input example didn't work. I have an error Error in #include file "GridGUI-master\GridGUI-lib\Controls.ahk": Targ...
by ozzii
30 Sep 2021, 04:58
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 14152

Re: GridGUI v1.1.9 - Simplify Control Placement and Resizing

Thanks for the site. This script is very useful. I try something but can't manage to do it (sorry I am a little slow with this). But i have really tried. #Include %A_ScriptDir%\GridGUI.ahk myGui := new GridGUI("text", "resize") myGui.GuiClose := GridGUI.ExitApp myGui.Color("4389A5") myGui.Font("bold...
by ozzii
25 Sep 2021, 03:31
Forum: Scripts and Functions (v1)
Topic: OSDTIP()
Replies: 86
Views: 42586

Re: OSDTIP()

@SKAN I just saw that the OSDTIP_Alert() is showing on the primary monitor. Is there any option to show the alert where the mouse is located? Hi @ozzii That is the only OSDTIP my always-running-script doesn't use. I wrote it because @tuzi suggested. I will look into it, but I need time. Hi @SKAN, D...
by ozzii
25 Sep 2021, 03:30
Forum: Scripts and Functions (v1)
Topic: Excel Automatic hierarchical group
Replies: 1
Views: 615

Re: Excel Automatic hierarchical group

A little explanation/gif/snapshot for not having to read all the code for knowing wat is the purpose/how to use it?
by ozzii
16 Sep 2021, 11:41
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v5+
Replies: 260
Views: 84819

Re: [Script] Quick Picto Viewer v5+

Does she come with the update :xmas: :dance:
I'm downloading right away :oops: several times....
by ozzii
23 Aug 2021, 11:04
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v5+
Replies: 260
Views: 84819

Re: [Script] Quick Picto Viewer v5+

Just one word: E X T R A O R D I N A R Y
by ozzii
22 Jul 2021, 04:05
Forum: Scripts and Functions (v1)
Topic: [Class] biga.ahk (166 utility methods)
Replies: 130
Views: 43214

Re: [Class] biga.ahk (immutable utility library for arrays, strings, etc)

Thank you for this class and the updates
by ozzii
19 Jul 2021, 04:49
Forum: Scripts and Functions (v1)
Topic: S1000() : Separate 1000's in Number
Replies: 10
Views: 1172

Re: S1000() : Separate 1000's in Number

Thank you SKAN for the answer.
I will look into the other scripts
by ozzii
18 Jul 2021, 06:01
Forum: Scripts and Functions (v1)
Topic: S1000() : Separate 1000's in Number
Replies: 10
Views: 1172

Re: S1000() : Separate 1000's in Number

S1000_DE is German, S1000_IN is Indian. It will not be more universal to add as options the thousands delimiter and decimals delimiter? For example: MsgBox % S1000_DE(-123456.789," ",",") -> -123 456,789 MsgBox % S1000_DE(-123456.789," ",".") -> -123 456.789 MsgBox % S1000_DE(-123456.789,".",",") -...

Go to advanced search