Changes between Version 1 and Version 2 of Ticket #943, comment 7


Ignore:
Timestamp:
Apr 19, 2012, 12:41:38 AM (12 years ago)
Author:
historic_bruno

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #943, comment 7

    v1 v2  
    77[[Image(http://i.imgur.com/SAnSn.png)]]
    88
    9 So I would consider that a regression and a lot of our users are on Linux w/ wxGTK 2.8. I'm seriously tempted to try Philip's idea of having a custom control with two separate items: a color box (perhaps a [http://docs.wxwidgets.org/stable/wx_wxstaticbitmap.html#wxstaticbitmap wxStaticBitmap]) with a button next to it that opens the color picker - assuming the padding between controls doesn't make that look ugly too.
     9So I would consider that a regression and a lot of our users are on Linux w/ wxGTK 2.8. I'm seriously tempted to try Philip's idea of having a custom control with two separate items: a color box (perhaps a [http://docs.wxwidgets.org/stable/wx_wxstaticbitmap.html#wxstaticbitmap wxStaticBitmap]) with a button next to it that opens the color picker - assuming the padding between controls doesn't make that look ugly too. (I think going as far as a [http://docs.wxwidgets.org/trunk/classwx_property_grid.html property grid] is a bit overkill)
    1010
    1111It's probably best to avoid the messiness of platform-specific code paths for something like this.