www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - syncExec?

reply bobef <bobef abv-nospam.bg> writes:
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
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
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
Display.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
parent reply bobef <bobef abv-nospam.bg> writes:
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
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
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/
No, it will depend on http://www.terrainformatica.com/htmlayout/ . It is not layout in the sense of another SWT layout class.
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 ?
Feb 26 2008
parent reply bobef <bobef abv-nospam.bg> writes:
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/
No, it will depend on http://www.terrainformatica.com/htmlayout/ . It is not layout in the sense of another SWT layout class.
The browser control i mentioned is also not a layout. It is a control widget.
I only mention that because HTMLayout sounds like a layout :)
 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
parent Jacob Carlborg <doobnet gmail.com> writes:
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