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

Strange focus effect

Started by iw2nhl, July 27, 2006, 03:03:19 AM

Previous topic - Next topic

iw2nhl

I noticed that the focus works differently if using nigthly builds or compiling myself the code.
Nightly:
the focus is on the window (pane) I clicked, but when I move the mouse pointer to the text editor, the focus passes automatically to it, without a click needed
SVN:
the focus works as any other program: it changes only when I click

I like the nigthly behaviour (most of the times, it helps), but I cannot reproduce it with the SVN version.
I'm using wxWidgets 2.6.3-p2 and latest SVN of C::B.
Compiler: MinGW 3.4.2 with updated w32api 3.7
OS: Windows 2000 SP4

[EDIT]
I found that C::B gets that behaviour when you compile also all contributed plugins. So probably it is a plugin that adds that effect.
Anyone knows which one?

Pecan

Quote from: iw2nhl on July 27, 2006, 03:03:19 AM
I noticed that the focus works differently if using nigthly builds or compiling myself the code.
Nightly:
the focus is on the window (pane) I clicked, but when I move the mouse pointer to the text editor, the focus passes automatically to it, without a click needed
SVN:
the focus works as any other program: it changes only when I click

I like the nigthly behaviour (most of the times, it helps), but I cannot reproduce it with the SVN version.
I'm using wxWidgets 2.6.3-p2 and latest SVN of C::B.
Compiler: MinGW 3.4.2 with updated w32api 3.7
OS: Windows 2000 SP4

[EDIT]
I found that C::B gets that behaviour when you compile also all contributed plugins. So probably it is a plugin that adds that effect.
Anyone knows which one?

Look at the options on DragScroll plugin.


iw2nhl