Re: [PyMOL] radio buttons does not work (Plugin)

2011-08-03 Thread Thomas Holder
Hi Osvaldo, set the master explicitly, otherwise it will use the PyMOL gui as master I guess. v = StringVar(master=master) Cheers, Thomas On 08/03/2011 05:27 AM, Osvaldo Martin wrote: Hi, I am trying to write a PyMOL plugin with radio buttons. But I am having problems. 1) the last

[PyMOL] radio buttons does not work (Plugin)

2011-08-02 Thread Osvaldo Martin
Hi, I am trying to write a PyMOL plugin with radio buttons. But I am having problems. 1) the last two radio button looks gray and checked. (I think the correct behavior should be; only one checked and none gray) setting a different default value (using ref_value.set()) does not change anything.