[Bug 14498] New: VB6 App problem on MouseIcon property
http://bugs.winehq.org/show_bug.cgi?id=14498 Summary: VB6 App problem on MouseIcon property Product: Wine Version: 1.1.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: gabmoa(a)yahoo.it Created an attachment (id=14824) --> (http://bugs.winehq.org/attachment.cgi?id=14824) Test for VB6 App problem on MouseIcon property This is VB6 example program that work fine in Win Xp (and 2000,Vista...) but in wine there is a problem in the WriteProperties of the morphbutton object: Private Sub UserControl_WriteProperties(PropBag As PropertyBag) ... Call .WriteProperty("MICON", UserControl.MouseIcon) (*) ... doesn't work in wine! The problem is here(*). If I write Call .WriteProperty("MICON", UserControl.MouseIcon, Nothing) it works in wine! Maybe is a problem related to the variants... NOTE: The WriteProperties event is a standard VB6 event utilized for storing properties values. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14498 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26(a)gmail.com --- Comment #1 from Andrew Nguyen <arethusa26(a)gmail.com> 2008-10-26 05:13:40 --- I can't reproduce a crash on 1.1.7, so this seems to be fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14498 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-10-26 20:37:17 --- Reported fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14498 Gabriele Moabiti <gabmoa(a)yahoo.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | --- Comment #3 from Gabriele Moabiti <gabmoa(a)yahoo.it> 2008-10-27 03:14:20 --- (In reply to comment #2)
Reported fixed.
it seems to be fixed but the example is a sample of a suite of applications written in vb6 and with wine 1.1.7 the bug seems not to be fixed... I'll do some test to post the result and another example... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14498 Gabriele Moabiti <gabmoa(a)yahoo.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #4 from Gabriele Moabiti <gabmoa(a)yahoo.it> 2008-11-08 11:31:48 --- It seems really fixed! Nice! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14498 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2008-11-21 10:31:44 --- Closing bugs fixed in 1.1.9. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org