News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Project opening

Started by sethjackson, January 15, 2006, 03:42:44 PM

Previous topic - Next topic

killerbot

I now noticed it also, all that flickering.

Hey , we need a plug-in which repositions all toolbar buttons and we can have our own CB X-mass tree.

8) 8) 8)

thomas

Uhhh... I just switched to 1762 as the work-with-release, and now I have it too...  :shock:

It is code completion that causes all this (and very likely, it is the "fix all Yield issues" thing, because the flashing happens exactly at this location if you step through it). Probably I did not see it before because my test profile had code completion disabled.

Ow man... this is quite nasty...
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

sethjackson

Quote from: thomas on January 15, 2006, 10:01:06 PM
Uhhh... I just switched to 1762 as the work-with-release, and now I have it too...  :shock:

It is code completion that causes all this (and very likely, it is the "fix all Yield issues" thing, because the flashing happens exactly at this location if you step through it). Probably I did not see it before because my test profile had code completion disabled.

Ow man... this is quite nasty...

:lol:

mandrav

Actually, it's not Rick's fault after all :)
It's killerbot's :P

Fixed now.
Be patient!
This bug will be fixed soon...

rickg22

#19
Thanks for the "thanks" :P

Actually, i looked at the source code, and wxApp::Yield DOES include a ProcessPendingEvents.

My point was to elliminate the reentry possibility in the messagemanager while being able to display the messages. A special case i didn't take into account was the debugger plugin, where the events are timer/process/whatever-generated and therefore not filtered (they're not windowing messages). I'm gonna plug this leak tonight.