www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - DWT Eclipse Forms

reply Frank Benoit <keinfarbton googlemail.com> writes:
DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse 
Forms.

http://www.eclipse.org/articles/Article-Forms/article.html
May 23 2008
next sibling parent yidabu <yidabu.spam gmail.com> writes:
On Sat, 24 May 2008 08:43:45 +0200
Frank Benoit <keinfarbton googlemail.com> wrote:

 DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse 
 Forms.
 
 http://www.eclipse.org/articles/Article-Forms/article.html
Great works! -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/
May 23 2008
prev sibling next sibling parent reply yidabu <yidabu.spam gmail.com> writes:
On Sat, 24 May 2008 08:43:45 +0200
Frank Benoit <keinfarbton googlemail.com> wrote:

 DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse 
 Forms.
 
 http://www.eclipse.org/articles/Article-Forms/article.html
dwtx.lib dsss build error (with dwt-win svn, dwt-addons svn, dsss 0.75, dmd 1.028 ): dwtx\ui\forms\widgets\Section.d(125): function dwt.widgets.Control.Control.setBa ckgroundImage called with argument types: (void*) matches both: dwt.widgets.Control.Control.setBackgroundImage(Image) and: dwt.widgets.Control.Control.setBackgroundImage(void*) dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: function expected be fore (), not 2147483647 of type int -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/
May 24 2008
next sibling parent reply yidabu <yidabu.spam gmail.com> writes:
On Sat, 24 May 2008 20:19:52 +0800
yidabu <yidabu.spam gmail.com> wrote:

 On Sat, 24 May 2008 08:43:45 +0200
 Frank Benoit <keinfarbton googlemail.com> wrote:
 
 DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse 
 Forms.
 
 http://www.eclipse.org/articles/Article-Forms/article.html
dwtx.lib dsss build error (with dwt-win svn, dwt-addons svn, dsss 0.75, dmd 1.028 ): dwtx\ui\forms\widgets\Section.d(125): function dwt.widgets.Control.Control.setBa ckgroundImage called with argument types: (void*) matches both: dwt.widgets.Control.Control.setBackgroundImage(Image) and: dwt.widgets.Control.Control.setBackgroundImage(void*) dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: function expected be fore (), not 2147483647 of type int
the compile time is terrible, it takes some hours to build a static dwtx.lib -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/
May 24 2008
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
yidabu schrieb:
 the compile time is terrible, it takes some hours to build a static dwtx.lib
So what can be done to make it better?
May 24 2008
parent yidabu <yidabu.spam gmail.com> writes:
On Sun, 25 May 2008 05:05:51 +0200
Frank Benoit <keinfarbton googlemail.com> wrote:

 yidabu schrieb:
 the compile time is terrible, it takes some hours to build a static dwtx.lib
So what can be done to make it better?
perhaps we should write a build-dwt-app.exe like tango does ( build-tango-app.exe in tango\lib\ ) that use dmd directly to build dwt.lib and dwtx.lib -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/
May 24 2008
prev sibling parent Frank Benoit <keinfarbton googlemail.com> writes:
yidabu schrieb:
 On Sat, 24 May 2008 08:43:45 +0200
 Frank Benoit <keinfarbton googlemail.com> wrote:
 
 DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse 
 Forms.

 http://www.eclipse.org/articles/Article-Forms/article.html
dwtx.lib dsss build error (with dwt-win svn, dwt-addons svn, dsss 0.75, dmd 1.028 ): dwtx\ui\forms\widgets\Section.d(125): function dwt.widgets.Control.Control.setBa ckgroundImage called with argument types: (void*) matches both: dwt.widgets.Control.Control.setBackgroundImage(Image) and: dwt.widgets.Control.Control.setBackgroundImage(void*) dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: function expected be fore (), not 2147483647 of type int
thx, it is fixed
May 24 2008
prev sibling parent BLS <nanali nospam-wanadoo.fr> writes:
Frank Benoit schrieb:
 DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse 
 Forms.
 
 http://www.eclipse.org/articles/Article-Forms/article.html
Thanks! So what's left ? Draw2D; at least the name is allready authentic :) B
May 26 2008