Re: Screen glitches

Igor Korot <[email protected]> Sat, 25 Jul 2020 20:16:18 -0500
Newsgroups gmane.comp.python.wxglade
Message-ID <CA+FnnTyqBz_6YXCLfsMu7BrN8Txi2m_te0pAm3yZoLUsikzSwQ@mail.gmail.com>
Just to add -
Covering the window and then moving the cover away
refreshes the screen appropriately.

Thank you.

On Sat, Jul 25, 2020 at 8:13 PM Igor Korot <[email protected]> wrote:
>
> Hi,
> I am running the lates release of wxGlade and I have found
> a problem.
>
> I'm running it on the OSX 10.8 with python 2.7.
>
> What I did:
>
> 1. Start wxGlade
> 2. Create wxPanel.
> 3. Put a wxBoxSizer on the panel.
> 4. Put wxListBox on that panel.
> 5. Switch to the "Widgets Properties" for that list box.
> 6. Add couple of strings to the list box.
>
> What I see:
> When I start typing the textbox shows up somewhere on top
> And when I press Enter - the text control does not disappear.
> So when I press Enter - the new text control is created
> somewhere on top of the old one, eventually covering the
> "Add"/"Remove" buttons.
>
> I don't know if this is fixed already in development version.
>
> Thank you.
>
> P.S. I'm attaching 2 screenshots - one when the editor is active
> with a cursor still there and the other one after the Enter is pressed.
> I hope you will be able to see them.