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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=378728#c8


Thomas Wiest <[EMAIL PROTECTED]> changed:

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




--- Comment #8 from Thomas Wiest <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to