Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Request : C::B View::notebook enhancements

<< < (7/23) > >>

Jenna:
The second issue is known, it seems the tipwindow "steals" the mouse-button events.
I also saw the first, but only with the first patch if the tipwindow was shown, even if the app was not the foreground application, I will look into it.

oBFusCATed:
Another two issues:

1. Changing the desktop using the keyboard (alt+fn in E17) doesn't hide the tooltip
2. Tooltip doesn't show for .wxs files

p.s. if you can fix the TipWindow to not steel the key/mouse input will be great because this is really annoying problem for the debugger :(
p.p.s. is it possible to resend the events to the root window?

Jenna:

--- Quote from: MortenMacFly on December 12, 2010, 12:04:33 pm ---
--- Quote from: jens on December 12, 2010, 10:50:10 am ---Updated patch attached (no change of functionality).

--- End quote ---
Well, I notice another thing (which I thought was due to a background app on my PC when I tried the first time):
1.) The tooltip flickers quite ugly on Windows XP. It seems it's set a "million" times when I keep hovering over the tab. Notice that I don't move the mouse. Probably a little caching (like checking if the old tooltip is the same as the new one) might help...?!
2.) While the tooltip is showing I have no access any longer to the menu using the right mosue button. :-(

Edit: [additional info to 2.)] -> Again this is only, if I don't move the mouse. f I move the mouse a little bit on the tab and press the right mouse button I see the menu. Hence I guess it's because he tooltip is no longer shown in that case.

--- End quote ---

The second issue is hopefully fixed with this update.
About the first: I cannot reproduce (don't want to boot into XP at the moment), but might also be fixed.


--- Quote from: oBFusCATed on December 12, 2010, 01:02:49 pm ---Another two issues:

1. Changing the desktop using the keyboard (alt+fn in E17) doesn't hide the tooltip
2. Tooltip doesn't show for .wxs files

p.s. if you can fix the TipWindow to not steel the key/mouse input will be great because this is really annoying problem for the debugger :(
p.p.s. is it possible to resend the events to the root window?

--- End quote ---

1. should be fixed (can not reproduce on gnome)
2. I guess it has to be fixed in wxSmith ( comes later, if the other things work correctly)

EDIT:

Patch updated: http://forums.codeblocks.org/index.php/topic,13826.msg93202.html#msg93202

oBFusCATed:
No1 is fixed, thanks

There is another problem: when I move the mouse the tooltip is not hidden.
Steps to reproduce:
1. Hover on a tab and way the tooltip to show
2. Move the mouse in the direction of the editor.
    The movement should be fast, so no MouseMoved messages are received by the notebook.
    If the mouse is moved horizontally the tooltip disappears as expected.

Probably you have to listen for MouseEnter, MouseLeave events....

Jenna:

--- Quote from: oBFusCATed on December 12, 2010, 06:41:51 pm ---No1 is fixed, thanks

There is another problem: when I move the mouse the tooltip is not hidden.
Steps to reproduce:
1. Hover on a tab and way the tooltip to show
2. Move the mouse in the direction of the editor.
    The movement should be fast, so no MouseMoved messages are received by the notebook.
    If the mouse is moved horizontally the tooltip disappears as expected.

Probably you have to listen for MouseEnter, MouseLeave events....

--- End quote ---

Should be fixed with this patch.

EDIT:

Patch updated: http://forums.codeblocks.org/index.php/topic,13826.msg93222.html#msg93222

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version