Às 06:24 de 07-09-2015, Christian Gollwitzer escreveu:
> Am 07.09.15 um 03:40 schrieb Paulo da Silva:
...
>>
> For a multicolumn editable list I suggest using tablelist. There are
> Python bindings around. Scrolling in Tk is generally done by grouping
> together scrollbars and widgets in a frame a
Am 07.09.15 um 03:40 schrieb Paulo da Silva:
Às 20:20 de 06-09-2015, Michael Torrie escreveu:
On 09/06/2015 12:47 PM, Paulo da Silva wrote:
Do I need to go to more complex system like wxwidgets or pyside (QT)?
I looked at the last one but, from the 1st steps, it seems too complex.
Before anyo
Às 20:27 de 06-09-2015, Laura Creighton escreveu:
> In a message of Sun, 06 Sep 2015 19:47:25 +0100, Paulo da Silva writes:
>> Hi!
>>
...
>
> Did you get it from PyPI?
> https://pypi.python.org/pypi/Pmw/2.0.0 ?
I got it from sourceforge but I checked now and it has the same md5.
>
> Last I hea
Às 20:20 de 06-09-2015, Michael Torrie escreveu:
> On 09/06/2015 12:47 PM, Paulo da Silva wrote:
>> Do I need to go to more complex system like wxwidgets or pyside (QT)?
>> I looked at the last one but, from the 1st steps, it seems too complex.
>
> Before anyone can suggest toolkits to look at, wh
On 9/6/2015 2:47 PM, Paulo da Silva wrote:
Hi!
I took a look at tkinter. It is pretty simple but it's very hard to
construct some relatively more complex widgets.
So I looked at pmw.
Because my system only have pmw for python2, I downloaded pmw2 from its
site and installed it manually using pys
In a message of Sun, 06 Sep 2015 19:47:25 +0100, Paulo da Silva writes:
>Hi!
>
>I took a look at tkinter. It is pretty simple but it's very hard to
>construct some relatively more complex widgets.
>
>So I looked at pmw.
>Because my system only have pmw for python2, I downloaded pmw2 from its
>site
On 09/06/2015 12:47 PM, Paulo da Silva wrote:
> Do I need to go to more complex system like wxwidgets or pyside (QT)?
> I looked at the last one but, from the 1st steps, it seems too complex.
Before anyone can suggest toolkits to look at, what kind of GUI are you
trying to build? What kind of "co
Hi!
I took a look at tkinter. It is pretty simple but it's very hard to
construct some relatively more complex widgets.
So I looked at pmw.
Because my system only have pmw for python2, I downloaded pmw2 from its
site and installed it manually using pysetup.py install.
Trying the examples ...:
So