When building running a program, the "build" and debug buttons are greyed out, but the "run", "build and run", and "rebuild" buttons are not - even though they cannot be clicked.
Maybe, it is a Windows related issue, I can see that even if the application is running, the "run" button in the toolbar is disabled partially, it is still shown in green color, but I can't click on it, so it looks like it is disabled, mean while, the build button is shown in gray color and get disabled totally. This is strange.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Indeed normally hovering the buttons has them "pop out" with an embossed effect:
When they should be greyed out they no longer do this; only the abort button does:
They just fail to change colour to match.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So, each ui (each menu item and toolbar item) will call the same OnUpdateUI function, thus this function will be called many times. I see that the menu status are correct disabled.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Wish I had the time to do a manual binary search through the entire history of nightlies! I don't know if it's ever been different, though; it may always have been this way on win xp.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What version are you using?
What kind of project?
Does it happen with simple hello world project?
I've tried it and it doesn't happen on my machine.
Hi, OBF, I'm using the nightly build rev10016, and I can reproduce this bug in a very simple hello world console project in my WinXP.
svn 10035, windows xp sp2 - it's probably been this way for a long time before that, though, I just never noticed.
Last edit: Riot 2014-12-08
10050 here and it works as expected. Either it is something windows related or I don't know how to reproduce it here on Linux.
Maybe, it is a Windows related issue, I can see that even if the application is running, the "run" button in the toolbar is disabled partially, it is still shown in green color, but I can't click on it, so it looks like it is disabled, mean while, the build button is shown in gray color and get disabled totally. This is strange.
Indeed normally hovering the buttons has them "pop out" with an embossed effect:


When they should be greyed out they no longer do this; only the abort button does:
They just fail to change colour to match.
I guess this is a wx related bug under Windows, I just see the source code, and I don't see any thing wrong:
We have:
and
So, each ui (each menu item and toolbar item) will call the same OnUpdateUI function, thus this function will be called many times. I see that the menu status are correct disabled.
Can you find the first nightly where this is working?
Wish I had the time to do a manual binary search through the entire history of nightlies! I don't know if it's ever been different, though; it may always have been this way on win xp.
windows 7 wx3.0 all works as expected (buttons are greyed out on build)
I close this bug, because i can not reproduce it with wx3.0 on windows...
If someone can reproduce it we can reopen it