Author Topic: wxFlatNotebook problems  (Read 4936 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2875
wxFlatNotebook problems
« on: July 29, 2007, 06:02:15 pm »
I installed wx2.8.4 today on ubuntu 7.04 .

When I use the wxFlatNotebook Ctrl-Tab  I get the dialog window with no selection. (selection should be orange color). The dialog window is frozen on the screen until I use the mouse to double click a filename.



Anyone else have the problem?

All this worked just fine on wx2.6.3


Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2875
Re: wxFlatNotebook problems
« Reply #1 on: July 29, 2007, 06:12:27 pm »
This might be the problem: What should I answer to the following:

Code
pecan@ubuntu:~/devel/trunk/src/devel/share/codeblocks/plugins$ sudo update-alternatives --config wx-config
Password:

There are 6 alternatives which provide `wx-config'.

  Selection    Alternative
-----------------------------------------------
          1    /usr/lib/wx/config/base-unicode-release-2.6
          2    /usr/lib/wx/config/gtk2-unicode-release-2.6
          3    /usr/lib/wx/config/base-unicode-debug-2.6
          4    /usr/lib/wx/config/gtk2-unicode-debug-2.6
          5    /usr/lib/wx/config/base-unicode-release-2.8
*+        6    /usr/lib/wx/config/gtk2-unicode-release-2.8


Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2875
Re: wxFlatNotebook problems
« Reply #2 on: July 29, 2007, 07:19:00 pm »
I now have the July 26th nightly installed and followed all the instuctions in the wiki "Installing Code::Blocks nightly build on Ubuntu".

I still have the same problem with wxFlatNotebook.
Ctrl-Tab does not cycle through the filenames, nor does it choose a file when the keys are released.

The dialog is frozen on the screen until I use the mouse to do a double-click. The first click turns the filename orange, and the second click activates the file.

After the first mouse click, the Ctrl-Tab can again cycles through the file items.



Any ideas?
« Last Edit: July 29, 2007, 07:29:24 pm by Pecan »

Offline eranif

  • Regular
  • ***
  • Posts: 256
Re: wxFlatNotebook problems
« Reply #3 on: July 29, 2007, 08:04:17 pm »
Actually it is an old problem ..
I have documented somewhere  :D
will have a look at it tomorrow.

Eran