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

Codeblocks on Windows not in taskbar

Started by manmach, March 16, 2007, 12:45:50 PM

Previous topic - Next topic

manmach

Almost always, when I launch Codeblocks and then go and do something else until it is fully loaded, I find that Codeblocks will not show up in the taskbar when it is done loading. When I shift-tab to it, it comes to the foreground and only then does it appear in the taskbar.

I always thought it might be my XP being a bit messed up after having been used extensively, but I reinstalled last week and the behaviour has not changed.

dr snuggles

I have the same thing in all builds I have tried. Running Windows XP.

stahta01

I think it is an wxWidgets issue, but I am not sure. I am also on Win XP SP2.

Tim S

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

thomas

Unable to reproduce this issue (Windows XP SP2).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

MortenMacFly

Quote from: thomas on March 20, 2007, 11:39:16 AM
Unable to reproduce this issue (Windows XP SP2).
I can, unfortunately. Try the following:
Make sure you have flushed all memory buffers of previous C::B in memory... ;-). Open a browser, navigate to your favorite page. Start copying a huge file in two separate copy processes to another disk (high traffic, slowdown of computer). Then open C::B (just C::B, nothing else)
When launch is issued -> ALT+TAB to the browser and continue browsing the web...
This way I can reproduce, but: Surely it leaves no roam for debugging whats-o-ever... :-(
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Ceniza

I would blame Windows on that one. I've seen that problem with Code::Blocks many times, but I remember seeing it with many other applications too, not necessarily using wxWidgets. I've also seen applications that while still running disappear from the taskbar, and they were just there a few seconds ago... but you change to that application again and it's back in the taskbar. It seems to happen when you're opening and closing windows while you're also switching from a window to another.
I must say it's even more common with Code::Blocks, but I really wonder if we can do anything to solve it.

Pecan