|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dwt - syncExec?
Hi, I want to port my HTMLayout wrapper from DFL to DWT and make a HTMLayout control, but before I proceed I need the Display.syncExec. Is it implemented already in the Windows port? Thank, bobef Feb 26 2008
bobef schrieb:Hi, I want to port my HTMLayout wrapper from DFL to DWT and make a HTMLayout control, but before I proceed I need the Display.syncExec. Is it implemented already in the Windows port? Thank, bobef Feb 26 2008
Frank Benoit Wrote:HTMLLayout, sounds like it would depend on the browser control? SWT has a browser control, which is not yet ported. http://www.eclipse.org/swt/widgets/ Feb 26 2008
bobef schrieb:Frank Benoit Wrote:HTMLLayout, sounds like it would depend on the browser control? SWT has a browser control, which is not yet ported. http://www.eclipse.org/swt/widgets/ Feb 26 2008
Frank Benoit Wrote:bobef schrieb:Frank Benoit Wrote:HTMLLayout, sounds like it would depend on the browser control? SWT has a browser control, which is not yet ported. http://www.eclipse.org/swt/widgets/ Feb 26 2008
bobef wrote:No, because the browser is slow, unlike HTMLayout. And the browser is not customizable at all. What I see from the docs it is only there to display pages. HTMLayout on the other hand is not real browser. Feb 27 2008
|