digitalmars.D.dwt - syncExec?
- bobef (4/4) Feb 26 2008 Hi,
- Frank Benoit (6/12) Feb 26 2008 Display.syncExec is implemented.
- bobef (2/6) Feb 26 2008 No, it will depend on http://www.terrainformatica.com/htmlayout/ . It is...
- Frank Benoit (5/12) Feb 26 2008 The browser control i mentioned is also not a layout. It is a control
- bobef (3/16) Feb 26 2008 No, because the browser is slow, unlike HTMLayout. And the browser is no...
- Jacob Carlborg (3/5) Feb 27 2008 I don't know about HTMLayout but the browser in DWT/SWT uses a platform
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, bobefDisplay.syncExec is implemented. In dwt-samples there is a related testcase. See user/torhu_synctest.d 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: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/No, it will depend on http://www.terrainformatica.com/htmlayout/ . It is not layout in the sense of another SWT layout class.
Feb 26 2008
bobef schrieb:Frank Benoit Wrote:The browser control i mentioned is also not a layout. It is a control widget. So probably the DWT browser control will have the functionality of the htmllayout port ?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/No, it will depend on http://www.terrainformatica.com/htmlayout/ . It is not layout in the sense of another SWT layout class.
Feb 26 2008
Frank Benoit Wrote:bobef schrieb:I only mention that because HTMLayout sounds like a layout :)Frank Benoit Wrote:The browser control i mentioned is also not a layout. It is a control widget.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/No, it will depend on http://www.terrainformatica.com/htmlayout/ . It is not layout in the sense of another SWT layout class.So probably the DWT browser control will have the functionality of the htmllayout port ?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 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.I don't know about HTMLayout but the browser in DWT/SWT uses a platform specific browser or firefox, is that so slow ?
Feb 27 2008