News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Help plugin steels focus on "Locate in"

Started by MortenMacFly, March 21, 2006, 09:17:42 PM

Previous topic - Next topic

MortenMacFly

Dear all,
I really like the feature "Locate in" provided by the help plugin. But I have the following problem: If it's a CHM file than it is being opened at the desired topic and gets the focus. So far so good, but I cannot switch back to C::B until I close the help file. It loks like the help file is opened "modal" then. Anyone else experincing the same on Windows?
With regards, Morten.
Ps.: Version 1.0 revision 2218 (gcc 3.4.4 Windows/unicode, build: Mar 20 2006 18:07:59)
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]

takeshimiya

That's how all CHM files are opened on every app on windows, it's completely normal.

MortenMacFly

Quote from: Takeshi Miya on March 21, 2006, 09:27:44 PM
That's how all CHM files are opened on every app on windows, it's completely normal.
Alright, allthough it's kind of annoying. I mean: If I open an CHM file without keyword search it works without stealing the focus, too. I guess only M$ knows why this makes sense... ;-)
Thanks for the information anyway!
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]

Pecan

Quote
the help file is opened "modal"

I too find this completely annoying. It completely covers
CB on my little linux laptop. I quite using the help plugin
because of it, though, it's not a help plugin fault.

I tried a couple of utilities that were advertised as being able
to reset the attributes of "alway-on-top" windows. But they didn't work for .chm's.

Alas, someday, I'll find a way to zap 'em.

thanks
pecan

MortenMacFly

Quote from: Pecan on March 21, 2006, 10:33:49 PM
Alas, someday, I'll find a way to zap 'em.
Don't worry about that too much, this issue is not a show stopper at all.
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

If you open a CHM file without a keyword search it'll launch it with the associated program, but if you do that with a keyword search it'll use wxWidgets functions for CHM which unfortunately steal focus.

I noticed that already but couldn't find a way to "hack" it.