Tab3, Checked radio button is not showing properly Topic is solved

Report problems with documented functionality
User avatar
oldbrother
Posts: 273
Joined: 23 Oct 2013, 05:08

Tab3, Checked radio button is not showing properly

04 Jul 2016, 10:36

Tab2 Test code:

Code: Select all

#NoEnv
#Warn
#SingleInstance Force
SetWorkingDir %A_ScriptDir%

Gui Add, Tab2, x1 y3 w225 h160, Tab 1|Tab 2
Gui Tab, 1
Gui Add, Radio, x23 y31 w120 h23, Radio Button
Gui Add, Radio, x23 y60 w120 h23 Checked, Radio Button
Gui Show, w230 h165, Window
Return

GuiEscape:
GuiClose:
    ExitApp
S1.jpg
S1.jpg (14.78 KiB) Viewed 2714 times
Tab3 Test code:

Code: Select all

#NoEnv
#Warn
#SingleInstance Force
SetWorkingDir %A_ScriptDir%

Gui Add, Tab3, x1 y3 w225 h160, Tab 1|Tab 2
Gui Tab, 1
Gui Add, Radio, x23 y31 w120 h23, Radio Button
Gui Add, Radio, x23 y60 w120 h23 Checked, Radio Button
Gui Show, w230 h165, Window
Return

GuiEscape:
GuiClose:
    ExitApp
S2.jpg
S2.jpg (17.33 KiB) Viewed 2714 times
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: Tab3, Checked radio button is not showing properly

04 Jul 2016, 19:04

The button is showing fine; the problem is that the Gui and GuiControl commands are not able to "check" the button. Control Check will work for now.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 18 guests