http://bugs.codeweavers.com/show_bug.cgi?id=587
*** shadow/587 Thu Apr 18 09:03:59 2002
--- shadow/587.tmp.8204 Thu Apr 18 09:17:12 2002
***************
*** 13,19 ****
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
- | Dependencies: OtherBugsDependingOnThis: 101 |
+============================================================================+
| DESCRIPTION |
More and more applications use or embed Interned Explorer.
--- 13,18 ----
***************
*** 23,25 ****
--- 22,49 ----
Project "Mozilla ActiveX Control" (http://www.iol.ie/~locka/mozilla/control.htm)
can provide code for the ActiveX control relplacement.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-18 09:17 -------
+ Other related projects:
+
+ Plugin for Netscape to display ActiveX controls:
+ http://www.iol.ie/~locka/mozilla/plugin.htm
+
+ ActiveX Control for Hosting Netscape plug-ins in IE:
+ http://www.mozilla.org/projects/plugins/plugin-host-control.html
+
+ Related is also James Hatheway's work on the JScript engine. This work was
+ presented on Wineconf 2002. Summary of the presentation (taken from winehq.com):
+
+ "James Hatheway's presentation was next, about how he implemented an
+ ActiveScript aware jscript.dll. Due to a client's request, he was assigned to
+ develop his own jscript.dll, desipte the fact that the MS dll is freely
+ distributable. He explained what ActiveScript is, a platform for applications to
+ handle scripting languages, without having to know how those languages are
+ implemented. Using spidermonkey, he was able to develop a jscript dll that
+ allowed groove networks' client to work. The client uses Javascript to render
+ its entire interface. Francios of Macadamian also discussed a tool, which lets
+ applications replace embedded internet explorer components with a Gecko browser.
+ James' presentation discussed a lot of details of COM and the IDispatch pointer,
+ which most of the developers found unfamiliar. James himself described the
+ functionality as "black magic"."
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=580
*** shadow/580 Thu Apr 18 03:46:26 2002
--- shadow/580.tmp.31422 Thu Apr 18 08:29:07 2002
***************
*** 2,8 ****
| Vertical ScrollBar disappearing on Open common dialogbox |
+----------------------------------------------------------------------------+
| Bug #: 580 Product: Wine |
! | Status: UNCONFIRMED Version: 20020310 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
--- 2,8 ----
| Vertical ScrollBar disappearing on Open common dialogbox |
+----------------------------------------------------------------------------+
| Bug #: 580 Product: Wine |
! | Status: NEW Version: 20020310 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
***************
*** 57,59 ****
--- 57,66 ----
Mehmet
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-18 08:29 -------
+ It looks like the scrollbar disappears because 7 files fit in the list view area
+ because the issue does not happen with 8 files. Different sizes of the listview
+ area are calculated the first time the dialog switches to detailed view and the
+ second time.
\ No newline at end of file