Page 1 of 1

Entire panel does not show in wxs file editor

Posted: Wed Jan 16, 2019 10:26 pm
by spflanze
Two problems showed up when I ported a project from Windows 7 to Ubuntu 18.04. The versions are wxWidgets 3.0.3, In Ubuntu Code::Blocks version is 16.04.

1) In the wxs WYSIWYG editor I only see 2/3 of the front panel when not scrolling. The bottom 1/3 flashes to visible for as long as I move the verticle scroll bar. Once I stop moving it I the bottom 1/3 disappears and in its place is the panels background color. (see the attached image "Page Bottom Blank in WXS Editor.png"). When run all front panel objects appear.

2) The "Part Data" StaticBoxSizer object's background color is normal in the wxs file editor. But when run the background is black (see the attached image "Black Background When Run.png").

I am not sure if this is a wxWidgets or Code::Blocks issue.

Re: Entire panel does not show in wxs file editor

Posted: Thu Jan 17, 2019 3:31 pm
by ONEEYEMAN
Hi,
Can you build and successfully execute your program?
If yes - this is definitely a C::B or wxSmith (or whatever RAD tool is being used inside C::B) issue and you should report it as such.

Thank you.

Re: Entire panel does not show in wxs file editor

Posted: Fri Jan 18, 2019 2:50 am
by spflanze
I can. The lower image with a black background is a screen shot of it running.

Re: Entire panel does not show in wxs file editor

Posted: Fri Jan 18, 2019 4:29 am
by ONEEYEMAN
Hi,
If you can successfully execute your program, then most likely the problem is with C::B/wxSmith.
Please report as appropriate.

Thank you.