Is wxGrid Incomplete?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Slyde
Earned some good credits
Earned some good credits
Posts: 136
Joined: Mon Apr 09, 2018 11:08 pm

Is wxGrid Incomplete?

Post by Slyde »

I just placed a wxGrid on a wxPanel and noticed that it lacks a hosrizontal line at 1,A. Looking at the screenshot, you'll see it beneath A. I have focus set to 1,C.

wxGrid.png
wxGrid.png (8.98 KiB) Viewed 847 times

Why is it like this?
Last edited by Slyde on Fri Sep 25, 2020 8:27 pm, edited 1 time in total.
Linux Mint 21.3 | wxWidgets-3.2.4
Windows 10 | wxWidgets-3.2.4
CLion IDE
User avatar
doublemax
Moderator
Moderator
Posts: 19160
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Is wxGrid Incomplete?

Post by doublemax »

Which platform? Do you also see this in the "grid" sample?
Use the source, Luke!
Slyde
Earned some good credits
Earned some good credits
Posts: 136
Joined: Mon Apr 09, 2018 11:08 pm

Re: Is wxGrid Incomplete?

Post by Slyde »

Linux Mint 20.0.

I see this happen to me in both Code::Blocks and in CLion.
Linux Mint 21.3 | wxWidgets-3.2.4
Windows 10 | wxWidgets-3.2.4
CLion IDE
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7479
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Is wxGrid Incomplete?

Post by ONEEYEMAN »

Hi,
What platform?
What theme?
Did you see the same in the grid sample?

Thank you.
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4204
Joined: Sun Jan 03, 2010 5:45 pm

Re: Is wxGrid Incomplete?

Post by PB »

There have been significant changes to wxGrid code since 3.1.3 and even 3.1.4 was released, see e.g.


I am not saying the issue you have is fixed by them but it may be worth giving the git master a try.
Slyde
Earned some good credits
Earned some good credits
Posts: 136
Joined: Mon Apr 09, 2018 11:08 pm

Re: Is wxGrid Incomplete?

Post by Slyde »

I didn't know 3.1.4 was out. I'll grab it and see if this has been corrected.
Linux Mint 21.3 | wxWidgets-3.2.4
Windows 10 | wxWidgets-3.2.4
CLion IDE
Slyde
Earned some good credits
Earned some good credits
Posts: 136
Joined: Mon Apr 09, 2018 11:08 pm

Re: Is wxGrid Incomplete?

Post by Slyde »

The problem was the theme.
Linux Mint 21.3 | wxWidgets-3.2.4
Windows 10 | wxWidgets-3.2.4
CLion IDE
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7479
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Is wxGrid Incomplete?

Post by ONEEYEMAN »

Hi,
Out of curiosity - what theme did you see it with?
If you can see it with the grid sample - its worth opening a ticket at trac.wxwidgets.org.

Thank you.
Slyde
Earned some good credits
Earned some good credits
Posts: 136
Joined: Mon Apr 09, 2018 11:08 pm

Re: Is wxGrid Incomplete?

Post by Slyde »

Kashmir. Best theme ever...just not for wxGrid.

I'll try the griddemo and see how it goes.
Linux Mint 21.3 | wxWidgets-3.2.4
Windows 10 | wxWidgets-3.2.4
CLion IDE
Post Reply