[Bug 16564] New: Please implement OleCreatePropertyFrame
http://bugs.winehq.org/show_bug.cgi?id=16564 Summary: Please implement OleCreatePropertyFrame Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ole32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: w41ter(a)gmail.com fixme:ole:OleCreatePropertyFrame (0x30094,0,0,(null),1,0x32fabc,1,0x32fa9c,0,0,(nil)), not implemented (olepro32.dll) I get that message when I use a stock charting program that's implemented as an ocx application. The message appears when I right-click on a chart to call a popup menu. I really can't use the program without that popup menu, so I'd be truly grateful if one of you wine wizards would do this. Thanks! -- 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=16564 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|ole32 |-unknown Resolution| |INVALID Summary|Please implement |OleCreatePropertyFrame is |OleCreatePropertyFrame |not implemented Version|CVS/GIT |1.1.10 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-12-18 23:16:39 --- FIXME's are not bugs. -- 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=16564 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-12-18 23:16:56 --- Closing. -- 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=16564 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-12-19 00:01:37 --- Does: $ wget kegel.com/wine/winetricks $ sh winetricks dcom98 fix your application? What application is this? -- 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=16564 --- Comment #4 from walt <w41ter(a)gmail.com> 2008-12-19 07:28:01 --- (In reply to comment #1)
FIXME's are not bugs.
No, it's a request for an enhancement, as the 'bug' report clearly states. If you don't want such requests you should remove 'enhancement' from the dropdown menu. -- 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=16564 --- Comment #5 from walt <w41ter(a)gmail.com> 2008-12-19 07:31:35 --- (In reply to comment #3)
Does: $ wget kegel.com/wine/winetricks $ sh winetricks dcom98
fix your application? What application is this?
It certainly does, thank you! The program is myTrack, from the online brokerage of the same name. Unfortunately you need an account with them to use it because it's no longer free. -- 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=16564 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Component|-unknown |ole32 Resolution|INVALID | Summary|OleCreatePropertyFrame is |Stock charting program - no |not implemented |popup menu --- Comment #6 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-12-19 09:04:04 --- This is a real bug - no pop up menu, reopening. What is exact name of the program? -- 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=16564 --- Comment #7 from walt <w41ter(a)gmail.com> 2008-12-19 10:10:26 --- (In reply to comment #6)
This is a real bug - no pop up menu, reopening.
What is exact name of the program?
https://www.mytrack.com/index.asp The software is described at the bottom right corner. The main program is called myTrack, but the problem with the popup occurs in a helper application named tdcCharts.ocx which actually draws the charts. But installing dcom98 does fix it, so I'm very happy. If you want to implement OleCreatePropertyFrame I'd be even happier :-) -- 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=16564 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Stock charting program - no |myTrack (a stock charting |popup menu |program) - no popup menu on | |right-click -- 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=16564 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-06-30 11:23:32 --- Still unimplemented. -- 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=16564 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2010-01-04 16:21:34 --- Still a stub. -- 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=16564 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2011-10-01 13:51:59 CDT --- (In reply to comment #9)
Still a stub.
Implemented by 9c9baf4da1de9146d4941f9a2b9712bab4e2eeae, please retest. -- 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=16564 --- Comment #11 from walt <w41ter(a)gmail.com> 2011-10-03 14:55:30 CDT --- Created attachment 36696 --> http://bugs.winehq.org/attachment.cgi?id=36696 BT when running myTrack from fresh install in new wineprefix I get this backtrace when I do a new install of myTrack in a freshly created new wineprefix. -- 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=16564 --- Comment #12 from walt <w41ter(a)gmail.com> 2011-10-03 15:06:57 CDT --- However, if I run the original old install of MyTrack in its old wineprefix, I don't get any backtrace. The formerly missing popup menu actually does appear now. But when I click on the various checkboxes in the popup menu, the checkmarks in the checkboxes change appropriately but the corresponding callback functions don't run (I think) and thus my selected changes never actually happen. All this using wine.git commit fdda702acd1a9ace6925845ec50edcf5e1023c79. I should mention that the old wineprefix still has dcom98 installed, which may be confusing the issue. winetricks doesn't install dcom98 anymore? -- 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=16564 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2013-11-13 16:49:10 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16564 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #14 from Austin English <austinenglish(a)gmail.com> --- Abandoned. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=16564 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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