This list is avaialble at the server news.gamane.org . the group name is
gmane.comp.python.wxpython.
www.gmane.org was used to deliver this list as newsgroup
Thanks.
Geraldo Lopes de Souza
This list is avaialble at the server news.gamane.org . the group name is
gmane.comp.python.wxpython.
www.gmane.org was used to deliver this list as newsgroup
Thanks.
Geraldo Lopes de Souza
"Geraldo Lopes de souza" <precisa@uai.com.br> wrote in message
news:b47lf2$2c0$1@main.gmane.org...
This list is avaialble at the server news.gamane.org . the group name
is
gmane.comp.python.wxpython.
www.gmane.org was used to deliver this list as newsgroup
Thanks.
Thanks for letting us know about this, and to the Gmane folks for
providing this service. Given the volume level of this list, accessing
it via a newsgroup interface works much better for me (not to mention
the advantage of having a threaded interface for viewing the messages)!
--
Greg
I have two frames, both have a panel in them. In frame 1 i have some basic content like buttons or a text box on the panel ... a button outside of that panel when pressed will reparent that panel to panel two... Here's my problem.. in frame 1, the panel is halfway down the frame, because there are some buttons above the panel, when I reparent the panel in frame 1 to the panel in frame 2, it shows up ok, but it positions itself halfway down the frame similiar to how it was positioned in frame 1, even though this frame is void of content besides this panel. Anyone have any suggestions on how to reposition the panel after I reparent it to frame 2?
thanks for any help...
Gary
Gary MacDonald wrote:
I have two frames, both have a panel in them. In frame 1 i have some basic content like buttons or a text box on the panel ... a button outside of that panel when pressed will reparent that panel to panel two... Here's my problem.. in frame 1, the panel is halfway down the frame, because there are some buttons above the panel, when I reparent the panel in frame 1 to the panel in frame 2, it shows up ok, but it positions itself halfway down the frame similiar to how it was positioned in frame 1, even though this frame is void of content besides this panel. Anyone have any suggestions on how to reposition the panel after I reparent it to frame 2?
There are lots of ways. Call panel.SetPosition, add it to frame2's sizer and call frame2.Layout, etc., etc...
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Robin Dunn wrote:
Gary MacDonald wrote:
I have two frames, both have a panel in them. In frame 1 i have some basic content like buttons or a text box on the panel ... a button outside of that panel when pressed will reparent that panel to panel two... Here's my problem.. in frame 1, the panel is halfway down the frame, because there are some buttons above the panel, when I reparent the panel in frame 1 to the panel in frame 2, it shows up ok, but it positions itself halfway down the frame similiar to how it was positioned in frame 1, even though this frame is void of content besides this panel. Anyone have any suggestions on how to reposition the panel after I reparent it to frame 2?
There are lots of ways. Call panel.SetPosition, add it to frame2's sizer and call frame2.Layout, etc., etc...
If i understood you correctly, i've tried these things.. Could you please be more specific?
I've called the freame2.Layout, and the panel is a part of the frame2's sizer, when I look at the panels dimension, it says 0,0,200,200 , but it's still part way down the screen, would that be the sizer that is not butting up against the top? Thanks for any help, i'm just not having any luck here getting it to move where I want it.
Hi,
Greg Brunet wrote:
This list is avaialble at the server news.gamane.org .
Thanks for letting us know about this, and to the Gmane folks for
providing this service. Given the volume level of this list, accessing
it via a newsgroup interface works much better for me (not to mention
the advantage of having a threaded interface for viewing the messages)!
You can view this list with threaded interface with no need to switch to nntp. Just use mozilla mail.
Sinc, Oleg.
Oleg Deribas <rus43@kharkov.ukrtel.net> writes:
Hi,
Greg Brunet wrote:
>>This list is avaialble at the server news.gamane.org .
> Thanks for letting us know about this, and to the Gmane folks for
> providing this service. Given the volume level of this list, accessing
> it via a newsgroup interface works much better for me (not to mention
> the advantage of having a threaded interface for viewing the messages)!You can view this list with threaded interface with no need to switch
to nntp. Just use mozilla mail.
Or Gnus.
--
Patrick K. O'Brien
Orbtech http://www.orbtech.com/web/pobrien
-----------------------------------------------
"Your source for Python programming expertise."
-----------------------------------------------
Gary MacDonald wrote:
Robin Dunn wrote:
Gary MacDonald wrote:
I have two frames, both have a panel in them. In frame 1 i have some basic content like buttons or a text box on the panel ... a button outside of that panel when pressed will reparent that panel to panel two... Here's my problem.. in frame 1, the panel is halfway down the frame, because there are some buttons above the panel, when I reparent the panel in frame 1 to the panel in frame 2, it shows up ok, but it positions itself halfway down the frame similiar to how it was positioned in frame 1, even though this frame is void of content besides this panel. Anyone have any suggestions on how to reposition the panel after I reparent it to frame 2?
There are lots of ways. Call panel.SetPosition, add it to frame2's sizer and call frame2.Layout, etc., etc...
If i understood you correctly, i've tried these things.. Could you please be more specific?
I've called the freame2.Layout, and the panel is a part of the frame2's sizer, when I look at the panels dimension, it says 0,0,200,200 , but it's still part way down the screen, would that be the sizer that is not butting up against the top? Thanks for any help, i'm just not having any luck here getting it to move where I want it.
Please redcuce it to a small sample that shows the problem. If you don't find a solution while doing that then send it here and somebody will take a look at it.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!