[Bug 11402] New: Date selector not displayed in Lotus Notes 7.0.2
http://bugs.winehq.org/show_bug.cgi?id=11402 Summary: Date selector not displayed in Lotus Notes 7.0.2 Product: Wine Version: 0.9.53. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: ploum(a)fritalk.com I'm using Lotus Notes 7.0.2 with wine 0.9.53/Ubuntu 7.10 In some places in Lotus Notes, there are what I call "date selector", which are small calendar displayed so you can easily choose a day. A typical place where it is used is when you schedule an appointment. This date selector is not displayed when LN is used with Wine. Instead, clicking the date selector button writes the current date into the date field. No error is displayed in the console. Workaround : you can still write the date manually or use the up/down arrows to change the date in the field. -- 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=11402 Ploum <ploum(a)fritalk.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- 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=11402 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement -- 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=11402 --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-01-30 09:00:27 --- Retest with wine-0.9.54 -- 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=11402 --- Comment #2 from Ploum <ploum(a)fritalk.com> 2008-01-30 09:18:00 --- It still happens with wine 0.9.54. -- 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=11402 --- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-01-30 15:32:36 --- can you attach screenshots of the data selector for Lotus Notes on Windows and on Wine? -- 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=11402 --- Comment #4 from Ploum <ploum(a)fritalk.com> 2008-01-31 09:00:01 --- Created an attachment (id=10548) --> (http://bugs.winehq.org/attachment.cgi?id=10548) screenshot of the date selector, Windows As you can see, clicking the little "16" button bring you a date selector. -- 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=11402 --- Comment #5 from Ploum <ploum(a)fritalk.com> 2008-01-31 09:01:15 --- Created an attachment (id=10549) --> (http://bugs.winehq.org/attachment.cgi?id=10549) Date selector non apparent under linux Here, under Linux with Wine, I clicked the date selector (the one above, you can see that it's a pressed button) but nothing appeared. -- 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=11402 --- Comment #6 from Lei Zhang <thestig(a)google.com> 2008-01-31 13:59:23 --- Can you check to see if using a native comctl32.dll make this problem go away? -- 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=11402 --- Comment #7 from Ploum <ploum(a)fritalk.com> 2008-02-01 01:42:47 --- I copied the comctl32.dll (and .ocx, I don't know what a ocx file is) then I started Lotus Notes with : export WINEDLLOVERRIDES=oleacc,comctl32=n wine c:\\notes\\nlnotes.exe But it didn't change anything related to this bug. Unfortunatly. -- 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=11402 --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-02-01 11:45:07 --- (In reply to comment #7)
I copied the comctl32.dll (and .ocx, I don't know what a ocx file is) then I started Lotus Notes with :
export WINEDLLOVERRIDES=oleacc,comctl32=n That is not enough. You have to remove the corresponding manifest file from c:\windows\winsxs
-- 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=11402 --- Comment #9 from Ploum <ploum(a)fritalk.com> 2008-02-04 06:54:37 --- So I removed : x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest (which was the only file in the manifest folder) And I started LN with : export WINEDLLOVERRIDES=oleacc,comctl32=n wine c:\\notes\\nlnotes.exe The only thing that changed was that the attachement icon were having a black baground, displaying black square with an icon in it in the mails with attachments. No changes for the date field. -- 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=11402 Ploum <ploum(a)fritalk.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #10 from Ploum <ploum(a)fritalk.com> 2008-04-25 02:47:28 --- This bug was solved between 0.9.59 and 0.9.60. It works in 0.9.60 ! Thanks for the good work :-) -- 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=11402 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2008-05-02 12:38:23 --- Closing bugs fixed in 0.9.61. -- 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