wxGridCellNumberEditor with hex values

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
Tailo
Earned a small fee
Earned a small fee
Posts: 14
Joined: Wed Apr 22, 2015 9:31 pm

wxGridCellNumberEditor with hex values

Post by Tailo »

Hey guys,

I am developing a grid where the user can view integer data in a grid both in decimal and hexadecimal notation.

Is it possible to use wxGridCellNumberEditor with hexadecimal values? Or would there be other/better solutions?

Edit: The numbers which are displayed/inserted should also be within a specified range.
Post Reply