Author Topic: Use wxPropGrid for compiler flags  (Read 68278 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Use wxPropGrid for compiler flags
« Reply #30 on: August 30, 2014, 01:53:35 pm »
Nice work!
I'm on WinXP, and I think the node text should be much darker. Currently it is a little light, see screen shot below.

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Use wxPropGrid for compiler flags
« Reply #31 on: August 30, 2014, 02:35:35 pm »
This is how wxpropgrid draws them... I don't see why this is a problem?
The idea is probably to be less distracting than the real valuable information in the members of the category.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline TheRaven

  • Single posting newcomer
  • *
  • Posts: 2
Re: Use wxPropGrid for compiler flags
« Reply #32 on: January 26, 2015, 04:50:18 am »
This is how wxpropgrid draws them... I don't see why this is a problem?
The idea is probably to be less distracting than the real valuable information in the members of the category.

Old post, but an on going dilemma...
The labels must contrast against any background color for accessibility purposes for those whom endure visual impairments. I have photosensitive eyes and am red-green color blind, but will program for the challenges regardless. I am not jumping your case oBFusCATed just enlightening anyone who reads this thread in the future.
 ;)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Use wxPropGrid for compiler flags
« Reply #33 on: January 26, 2015, 09:56:51 am »
TheRaven: Do you see the text or not? It is not clear from your post?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]