March 20, 2008
I would like to know the realization of time dwt.browser .

if i need a  Weakened function IE.WebBrowser,   Those interfaces  must be to
achieve?
I change "dispinterface DWebBrowserEvents" to " interface :
IDispatch", "dispinterface DWebBrowserEvents2", to "interface
  DWebBrowserEvents2 :IDispatch" , and
"[in]" to "in", "[out]" to "out", "[in, out]" to "inout".   Then compile
successful the DD-dwt.lib .

when i copy the old browser of dwt-liu to dwt-win, remove the  phobes impot. get a lot error ....
--------------------------------------------------------------------------
dwt\browser\browser.d(14): module dwt.DWT is in multiple packages dwt.DWT
dwt\browser\browserevents.d(20): module dwt.events.TypedEvent is in multiple
packages dwt.events.TypedEvent
dwt\browser\website.d(36): module dwt.widgets.Composite is in multiple
packages dwt.widgets.Composite
dwt\browser\website.d(37): module dwt.widgets.Event is in multiple packages
dwt.widgets.Event
dwt\browser\website.d(38): module dwt.widgets.Menu is in multiple packages
dwt.widgets.Menu
dwt\browser\website.d(39): module dwt.widgets.Shell is in multiple packages
dwt.widgets.Shell
dwt\browser\browserlisteners.d(19): module dwt.internal.DWTEventListener is
in multiple packages dwt.internal.DWTEventListener
dwt\browser\browser.d(21): module dwt.graphics.Point is in multiple packages
dwt.graphics.Point

-----------------------------------------------------------------

very sorry for my poor english.


March 20, 2008
畅龙 schrieb:
> I would like to know the realization of time dwt.browser .

I don't know. There is no roadmap. It depends on how John, DavidL and me have time for this and what kind of problems we may encounter.

> if i need a  Weakened function IE.WebBrowser,   Those interfaces  must be to achieve? I change "dispinterface DWebBrowserEvents" to " interface : IDispatch", "dispinterface DWebBrowserEvents2", to "interface   DWebBrowserEvents2 :IDispatch" , and "[in]" to "in", "[out]" to "out", "[in, out]" to "inout".   Then compile successful the DD-dwt.lib .

I don't understand that. Anyone else can help here?

At the moment i haven't looked very close to the browser code. So i cannot answer detail questions.


> 
> when i copy the old browser of dwt-liu to dwt-win, remove the  phobes impot. get a lot error ....

The dwt-liu and the dwt-win are not compatible. So copying code from one to the other is expected to not work.