[issue28723] tkinter, radiobutton, indicatoron=0 has no effect.

2016-11-16 Thread Simon Holland

New submission from Simon Holland:

tkinters radiobutton's have an option 'indicatoron=0'  which should display 
Radio Buttons as actual labelled buttons.  

button = tk.Radiobutton(self, text=option, variable = var, value = answer, 
indicatoron=0)

Screenshots of expected and actual results ... http://imgur.com/a/2fI02

taken from ... 
http://stackoverflow.com/questions/34459221/tkinter-radiobutton-indicatoron-value-doesnt-effect-anything

Kkinter 8.5 descrbes the functionality as so : 
Normally a checkbutton displays as its indicator a box that shows whether the 
checkbutton is set or not. You can get this behavior by setting indic- 
atoron=1. However, if you set indicatoron=0, the indicator disappears, and the 
entire widget becomes a push-push button that looks raised when it is cleared 
and sunken when it is set. You may want to increase the bor- derwidth value to 
make it easier to see the state of such a control.

--
components: Tkinter
files: u1mdKuC.png
messages: 281022
nosy: Inyoka
priority: normal
severity: normal
status: open
title: tkinter, radiobutton, indicatoron=0 has no effect.
type: behavior
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file45517/u1mdKuC.png

___
Python tracker 
<http://bugs.python.org/issue28723>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28723] tkinter, radiobutton, indicatoron=0 has no effect.

2016-11-16 Thread Simon Holland

Changes by Simon Holland :


--
nosy: +gpolo, serhiy.storchaka

___
Python tracker 
<http://bugs.python.org/issue28723>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28723] tkinter, radiobutton, indicatoron=0 has no effect.

2016-11-17 Thread Simon Holland

Simon Holland added the comment:

Thank you

On 17 November 2016 at 15:29, Serhiy Storchaka 
wrote:

>
> Serhiy Storchaka added the comment:
>
> Works to me on Linux (identical results with Tkinter and Tk). In any case
> if there is some bug on your platform, this is not Tkinter bug, but Tk bug.
> Tkinter doesn't handle this option specially, it just pass it to Tk. File a
> bug on Tk bugtracker: http://core.tcl.tk/tk/ticket .
>
> --
> resolution:  -> third party
> stage:  -> resolved
> status: open -> closed
>
> ___
> Python tracker 
> <http://bugs.python.org/issue28723>
> ___
>

-- 

Simon Holland BA Hons
Medan, Indonesia

Mobile : +62 81 26055297
Fax : +62 81 6613280

 [image: Twitter] <http://twitter.com/SimonMarkHollan> [image: LinkedIn]
<http://id.linkedin.com/in/simonmarkholland> [image: YouTube]
<http://www.youtube.com/simonmarkholland> [image: Google Talk]


--

___
Python tracker 
<http://bugs.python.org/issue28723>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28723] tkinter, radiobutton, indicatoron=0 has no effect.

2016-11-17 Thread Simon Holland

Simon Holland added the comment:

FYI, it seems that the Tk team are unable to use cocoa for this
functionality so indicatoron has not worked on OSX for Radiobuttons or
Checkbuttons for over 4 years.

On 17 November 2016 at 18:21, Simon Holland  wrote:

>
> Simon Holland added the comment:
>
> Thank you
>
> On 17 November 2016 at 15:29, Serhiy Storchaka 
> wrote:
>
> >
> > Serhiy Storchaka added the comment:
> >
> > Works to me on Linux (identical results with Tkinter and Tk). In any case
> > if there is some bug on your platform, this is not Tkinter bug, but Tk
> bug.
> > Tkinter doesn't handle this option specially, it just pass it to Tk.
> File a
> > bug on Tk bugtracker: http://core.tcl.tk/tk/ticket .
> >
> > --
> > resolution:  -> third party
> > stage:  -> resolved
> > status: open -> closed
> >
> > _______
> > Python tracker 
> > <http://bugs.python.org/issue28723>
> > ___
> >
>
> --
>
> Simon Holland BA Hons
> Medan, Indonesia
> 
> Mobile : +62 81 26055297
> Fax : +62 81 6613280
>
>  [image: Twitter] <http://twitter.com/SimonMarkHollan> [image: LinkedIn]
> <http://id.linkedin.com/in/simonmarkholland> [image: YouTube]
> <http://www.youtube.com/simonmarkholland> [image: Google Talk]
> 
>
> --
>
> ___
> Python tracker 
> <http://bugs.python.org/issue28723>
> ___
>

-- 

Simon Holland BA Hons
Medan, Indonesia

Mobile : +62 81 26055297
Fax : +62 81 6613280

 [image: Twitter] <http://twitter.com/SimonMarkHollan> [image: LinkedIn]
<http://id.linkedin.com/in/simonmarkholland> [image: YouTube]
<http://www.youtube.com/simonmarkholland> [image: Google Talk]


--

___
Python tracker 
<http://bugs.python.org/issue28723>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com