How do I unsubscribe!!!!!!!!!!

Check the buttom of each mail!

which gives you this email address:

To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org

am016619@ncat.edu wrote:

···

-----Forwarded by Adia D. Martin/NCAT on 02/19/2004 09:27AM -----
Can you please how me unsubscribe to Python. I have been to the website to
unsubscribe but the page cannot be displayed or if I do get the page it
doen't say anything about unsubscribing.

To: wxPython-users@lists.wxwindows.org
From: Sebastien Hugues <sebastien.hugues@swissinfo.org>
Date: 02/19/2004 09:00AM
Subject: [wxPython-users] wxTextCtrl refresh problem

Hi

I got a refresh problem with the wxTextCtrl widget. Sometimes it happens
and others times not. Actually I would like to use this widget to make a
chat
software, but I couldn't reach my goal. When I add a new line in the widget
sometimes it becomes all white and when I click on it, it refreshes itself
correctly and all the lines appear.

Any help are very welcome.

Regards.

Seb

(wxPython 2.4.0.7 and python 2.2.2)

Here is the creation code:

      notebook_panel = wxPanel (self.notebook, -1)
      image = os.path.join ("image.bmp", im_name)
      close_button = wxBitmapButton (notebook_panel, self.ID_CHAT_CLOSE,
                                     wxBitmap (image, wxBITMAP_TYPE_BMP))
      body_text_ctrl = wxTextCtrl (notebook_panel, -1, "",
                                   style = wxTE_MULTILINE |
wxTE_WORDWRAP |
                                   wxTE_READONLY | wxTE_RICH |
wxNO_BORDER)
      grid_sizer = wxFlexGridSizer (2, 1, 0, 0)
      grid_sizer.Add (close_button, 0, wxALIGN_RIGHT, 0)
      grid_sizer.Add (body_text_ctrl, 0, wxEXPAND, 0)
      notebook_panel.SetSizer (grid_sizer)
      grid_sizer.Fit (notebook_panel)
      grid_sizer.AddGrowableRow (1)
      grid_sizer.AddGrowableCol (0)
      label = "Toto"
      self.notebook.AddPage (notebook_panel, label, select = True)

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org