User forums > Using Code::Blocks

code completion does not get focus

<< < (3/5) > >>

pwuertz:
I don't know anything about WxWidgets, but in some other environments it would be sufficient to invoke some kind of "window->setFocus()" method. I haven't found such a method in the Wx documentation, but as i said i don't have any experience with that toolkit.

Does Wx allow some kind of floating combobox as described by Takeshi Miya or Urxae?

Ceniza:
virtual void wxWindow::SetFocus()

This sets the window to receive keyboard input.

That one could do the trick...

Der Meister:
I'm not sure if I did it right but I have already tested this and at least on enlightenment e16 it didn't work (which seems quite logical). Maybe this is different on other window-managers but it seems that this is not overall solution.

takeshimiya:
The codecompletion should be a control, not a window.

Some window managers implements focus over the cursor.

sfeng:
my codecompletion can't work,too

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version