Page 1 of 1

Possible bug: renpy.get_widget + textbuttons.

Posted: Fri Aug 01, 2014 3:46 pm
by xela
Using renpy.get_widget() it seems to be impossible to get a lock on textbuttons while any other widget seems to be working just fine...

Re: Possible bug: renpy.get_widget + textbuttons.

Posted: Fri Aug 01, 2014 4:39 pm
by PyTom
What is it returning instead? Is this the issue that textbuttons are really two displayables in one?

Re: Possible bug: renpy.get_widget + textbuttons.

Posted: Fri Aug 01, 2014 5:34 pm
by xela
PyTom wrote:What is it returning instead? Is this the issue that textbuttons are really two displayables in one?
Maybe, it returns None. It's not a bit deal since any text button can be reimplemented as a button easily and get_widget is not use very often, I just wanted to note that it doesn't behave as expected.