Entire panel does not show in wxs file editor

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
spflanze
Earned some good credits
Earned some good credits
Posts: 130
Joined: Tue Feb 15, 2011 10:02 pm

Entire panel does not show in wxs file editor

Post 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.
Attachments
Page Bottom Blank in WXS Editor.png
Page Bottom Blank in WXS Editor.png (37.6 KiB) Viewed 1034 times
Black Background When Run.png
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7458
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Entire panel does not show in wxs file editor

Post 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.
spflanze
Earned some good credits
Earned some good credits
Posts: 130
Joined: Tue Feb 15, 2011 10:02 pm

Re: Entire panel does not show in wxs file editor

Post by spflanze »

I can. The lower image with a black background is a screen shot of it running.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7458
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Entire panel does not show in wxs file editor

Post 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.
Post Reply