Author Topic: Strange focus effect  (Read 3312 times)

Offline iw2nhl

  • Multiple posting newcomer
  • *
  • Posts: 116
  • BASIC, C, C++, Qt, bash
Strange focus effect
« 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?
« Last Edit: July 27, 2006, 03:27:47 am by iw2nhl »

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2784
Re: Strange focus effect
« Reply #1 on: July 27, 2006, 04:58:28 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.


Offline iw2nhl

  • Multiple posting newcomer
  • *
  • Posts: 116
  • BASIC, C, C++, Qt, bash
Re: Strange focus effect
« Reply #2 on: July 27, 2006, 09:02:33 pm »
Found, thanks!