Pablo Pizarro R.

Results 27 comments of Pablo Pizarro R.

I'm a little bit late, but I finally fixed this issue in #429

Today I uploaded v4.3.0 to PyPI which incorporates multiline labels. I'll close this issue by now. If anyone has more suggestions, please create a new issue 😄

Indeed on May 10 I done exactly the same https://github.com/ppizarror/pygame-menu/pull/408 ... sorry for the extreme delay. Today I updated the library to v4.3.0, which incorporates this patch. Greetings! 😄

> Looks like the nose project is dead. I suggest forking it and fixing then Thanks for your suggestion. Indeed ``nose`` is dead, so I upgraded all my repos to...

Hello, sorry for the delay... hope you've already solved this issue. For any upcoming person with this same problem: You can use the ``Theme.readonly_color`` and ``readonly_selected_color`` attributes. Also, you can...

Hi, maybe this is related to #422, check out the new controller object in v4.3.0. I'll close this issue by now as I can't reproduce this bug, and our tests...

Hi! I faced the same problem today and reached the same solution. Could be a solution to check if the GUI controller has a focus (``this.domElement === document.activeElement``, and compare...