Hi all,
I have a little annoying problem with the wineconsole / winedbg : as soon as I switch to another window and come back to the debugger, I loose keyboard input. Mouse input still works fine.
I have also often graphical glitches (ie I have only garbage when scrolling due to a newline being displayed). The scollbar seems also to be non-functionnal.
Lionel
Lionel Ulmer wrote:
Hi all,
I have a little annoying problem with the wineconsole / winedbg : as soon as I switch to another window and come back to the debugger, I loose keyboard input. Mouse input still works fine.
do you mean switching window or desktop ? I recently upgraded my system (and the window manager) and it seems that wine no longer behaves correctly when coming back from another desktop leaving and entering the window actually fixes the pb
I have also often graphical glitches (ie I have only garbage when scrolling due to a newline being displayed). The scollbar seems also to be non-functionnal.
there are a few know bugs in scroll implementation, but that shouldn't screw up the scrollbar. could you be more precise on the issues here
A+
I have almost the same problem. when launching wcmd under gnome2 without desktop mode, I don't have the keyboard until I open any entry in a menu. when launching a second wcmd, the same occurs and none of the 2 wcmd receive the keyboard input.
--- Eric Pouech eric.pouech@wanadoo.fr a écrit : > Lionel Ulmer wrote:
Hi all,
I have a little annoying problem with the wineconsole / winedbg :
as soon as
I switch to another window and come back to the debugger, I loose
keyboard
input. Mouse input still works fine.
do you mean switching window or desktop ? I recently upgraded my system (and the window manager) and it seems that wine no longer behaves correctly when coming back from another desktop leaving and entering the window actually fixes the pb
I have also often graphical glitches (ie I have only garbage when
scrolling
due to a newline being displayed). The scollbar seems also to be non-functionnal.
there are a few know bugs in scroll implementation, but that shouldn't screw up the scrollbar. could you be more precise on the issues here
A+
Eric Pouech
===== Sylvain Petreolle spetreolle@users.sourceforge.net Fight against Spam ! http://www.euro.cauce.org/en/index.html ICQ #170597259
"Don't think you are. Know you are." Morpheus in Matrix, chapter 15.
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
Sylvain Petreolle wrote:
I have almost the same problem. when launching wcmd under gnome2 without desktop mode, I don't have the keyboard until I open any entry in a menu. when launching a second wcmd, the same occurs and none of the 2 wcmd receive the keyboard input.
just for info: - do you have the quick edit option enabled ? - when this happen, open the Edit submenu (right click) and tell me whether the copy item is grayed or enabled
TAI
do you mean switching window or desktop ?
In my case, windows (using Metacity on a standard Gnome install of Mandrake8). And no entering / exiting or mouse action can bring the input back.
there are a few know bugs in scroll implementation, but that shouldn't screw up the scrollbar. could you be more precise on the issues here
Well, simply that when I click on the scrollbar, nothing moves (ie I cannot scroll at all).
The corruption happens sometimes when I do a 'disas' for example and that the console is scrolled on its own due to the new text being displayed and that only ojne line is continuously repeated. Will take screenshots when the problem occurs again.
The corruption happens sometimes when I do a 'disas' for example and that the console is scrolled on its own due to the new text being displayed and that only ojne line is continuously repeated. Will take screenshots when the problem occurs again.
sending a -debugmsg +console,+wineconsole might help too A+