Search found 10 matches

by That Kid
03 Mar 2022, 11:30
Forum: Ask for Help (v1)
Topic: Variable Gui Width And Height Change With Refresh Topic is solved
Replies: 3
Views: 715

Re: Variable Gui Width And Height Change With Refresh Topic is solved

so run a Gui destroy then loop back to the GUI creation (but just remove the initial variable definition)?
by That Kid
03 Mar 2022, 11:23
Forum: Ask for Help (v1)
Topic: Variable Gui Width And Height Change With Refresh Topic is solved
Replies: 3
Views: 715

Variable Gui Width And Height Change With Refresh Topic is solved

towards the bottom there is a section that i thought would resize the GUI but it didn't refresh the GUI's msgbox at any point press "h" to close the program, and to increase font size use: ctrl+ and ctrl- goto start return Start: size=12 var=15 gui, add, text, vt1 w%A_ScreenWidth% h%var%, Test1 gui,...
by That Kid
03 Mar 2022, 08:47
Forum: Ask for Help (v1)
Topic: Changing Font in Multiple-Text GUI Topic is solved
Replies: 3
Views: 337

Re: Changing Font in Multiple-Text GUI Topic is solved

So it's the %a_index% that allows it to have multiple sets right? If so that's really cool never thought yo use it
by That Kid
03 Mar 2022, 07:32
Forum: Ask for Help (v1)
Topic: Changing Font in Multiple-Text GUI Topic is solved
Replies: 3
Views: 337

Changing Font in Multiple-Text GUI Topic is solved

so i figured out how to change the font of a text gui using ^- and ^= (so ^+) but since it stores it as a gui control variable i can use it in multiple instances gui, add, text, vFont w%A_ScreenWidth% h100, Blah blah blah ^=:: size +=2 Gui, Font, s%size% GuiControl, Font, Font return ^-:: size -=2 G...
by That Kid
03 Feb 2022, 20:00
Forum: Ask for Help (v1)
Topic: gLabel on Mouse Over Topic is solved
Replies: 10
Views: 827

Re: gLabel on Mouse Over Topic is solved

thank you works well when implemented with me other script
by That Kid
03 Feb 2022, 19:26
Forum: Ask for Help (v1)
Topic: gLabel on Mouse Over Topic is solved
Replies: 10
Views: 827

gLabel on Mouse Over Topic is solved

Hello, i cant find anything online about this so im not sure if this is possible, but is there a way to trigger a glabel when the mouse goes over a visible GUI?
by That Kid
05 Jan 2022, 19:52
Forum: Ask for Help (v1)
Topic: Updating Variables With Control Things Topic is solved
Replies: 2
Views: 515

Re: Updating Variables With Control Things Topic is solved

works perfectly, i never knew you could have essentially multiple "options" on a Variable, thank you! :)
by That Kid
05 Jan 2022, 15:54
Forum: Ask for Help (v1)
Topic: Updating Variables With Control Things Topic is solved
Replies: 2
Views: 515

Updating Variables With Control Things Topic is solved

`:: if toggle := !toggle { SetTimer, Loop1, 12 goto timey } else SetTimer, Loop1, Off Gui, timer:Destroy Gui, Destroy return Loop1: Gui,Color,Red,000000 Gui, -Caption TempVar := A_ScreenHeight +100 Gui,Show, h%TempVar% w%A_ScreenWidth% sleep 1 Gui,Color,White,000000 sleep 1 Gui,Color,Orange,000000 ...
by That Kid
22 Nov 2021, 07:34
Forum: Ask for Help (v1)
Topic: AHK GUI Pin Code Help Topic is solved
Replies: 1
Views: 391

AHK GUI Pin Code Help Topic is solved

;code 25864 code := 25864 ; current code: CODE_CURRENT := "" ; current position: current_position := 1 ; display Texts? DISPLAY_TEXT := 0 ; positions of the BUTTONS in your GUI: oPos := [[525, 300] ,[625, 300] ,[725, 300] ,[525, 400] ,[625, 400] ,[725, 400] ,[525, 500] ,[625, 500] ,[725, 500]] for ...
by That Kid
15 Nov 2021, 17:48
Forum: Ask for Help (v1)
Topic: Transparent GUI Topic is solved
Replies: 1
Views: 261

Transparent GUI Topic is solved

Gui, Add, Button, x82 y639 w70 h70 , S Gui, Add, Button, x82 y559 w70 h70 , Jump Gui, Add, Button, x2 y559 w70 h70 , A Gui, Add, Button, x82 y479 w70 h70 , W Gui, Add, Button, x162 y559 w70 h70 , D Gui, Add, Button, x1212 y639 w70 h70 , Camera Pan Down Gui, Add, Button, x1292 y559 w70 h70 , Camera ...

Go to advanced search