[Mono-bugs] [Bug 378728] LParam missing on key event messages

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 13 16:41:54 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=378728

User twiest at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=378728#c8


Thomas Wiest <twiest at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |VERIFIED




--- Comment #8 from Thomas Wiest <twiest at novell.com>  2008-08-13 14:41:54 MDT ---
I verified that LParam is no longer 0 in Mono 2.0p2 on SLED 10 sp2 i586.

However, does it matter that the LParam number in MS .Net is different than the
LParam number in Mono on Linux?

If it does, please re-open the bug.


Pressing 'a' in MS .Net on Windows XP (as per Rusty's attachment in comment 3)
gives:
Message.Msg: 256
Message.LParam: 1966081
Message.WParam: 65
-----------------------------------------
KeyDown: A
Message.Msg: 258
Message.LParam: 1966081
Message.WParam: 97
-----------------------------------------
Message.Msg: 257
Message.LParam: -1071775743
Message.WParam: 65
-----------------------------------------



Pressing 'a' in Mono 2.0p2 on SLED 10 SP2 i586 gives:
Message.Msg: 256
Message.LParam: 1076232193
Message.WParam: 65
-----------------------------------------
Key Down: A
Message.Msg: 258
Message.LParam: 1076232193
Message.WParam: 97
-----------------------------------------
Message.Msg: 257
Message.LParam: -1071251455
Message.WParam: 65
-----------------------------------------


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list