Re: ListBox, Button, and TextField now alive in javagui

"Samuele Pedroni" <[email protected]>
Newsgroups gmane.comp.python.anygui.devel
Message-ID <035a01c25143$b35bed00$6d94fea9@newmexico>
I think in javagui ComponentWrapper

    def setGeometry(self, x, y, width, height):
        self.widget.bounds = x, y, width, height
        self.widget.validate() # Needed? Needed in others?

could just be
      ...
      if self.widget.layout:
         self.widget.validate()

regards.



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.