May 08, 2014
https://github.com/SeijiFujita/dfl-examples-d2
May 08, 2014
On 2014-05-07 23:04, FrankLike wrote:
>
>>>>> Sweet, as I see it works and there's plenty of documentation about
>>>>> swt.
>>>>> Not much can beat a 2.6MB standalone application with a 2mb footprint!
> I test  on  windows 7,it's size is 2829k,with a  2836k footprint.
> But DFL's  is 778k with a  2724k.
>
> example:github.com/SeijiFujita/dfl-examples-d2
>
> Frank

I'm not sure if dfl would have layouts? Can you make the elements stretch along with the window resize action without writing custom algorithms?
May 08, 2014
On Thursday, 8 May 2014 at 03:06:48 UTC, FrankLike wrote:
> https://github.com/SeijiFujita/dfl-examples-d2

Do you have any screenshots? Thanks.
May 08, 2014
> I'm not sure if dfl would have layouts? Can you make the elements stretch along with the window resize action without writing custom algorithms?

DFL  is  so good,someone will do it.

Frank
May 08, 2014
On Thursday, 8 May 2014 at 05:17:09 UTC, Johhttps://github.com/FrankLikeps://github.com/FrankLike/dflrote:
> On Thursday, 8 May 2014 at 03:06:48 UTC, FrankLike wrote:
>> https://github.com/SeijiFujita/dfl-examples-d2
>
> Do you have any screenshots? Thanks.

get the DFL by https://github.com/FrankLike/dfl

You can get make the dfl.lib  by  the bat file.

Then make  the exsmples by bat file.

Frank





May 08, 2014
On 08/05/14 00:22, Etienne wrote:

> Yes :
>
>   Label label3 =
> new
> Label(shell, SWT.NONE);
> label3.setSize(100,20);
> label3.setLocation(30,150);
> label3.setBackground(
> new
> Color(display,200,111,50));
> label3.setText(
> "Speak no evil"
> );

Thanks, I'll have a look. Could you please report an issue here as well (I assume you're using Windows) :

https://github.com/d-widget-toolkit/org.eclipse.swt.win32.win32.x86

-- 
/Jacob Carlborg
May 08, 2014
On 2014-05-08 02:09, Jacob Carlborg wrote:
> On 08/05/14 00:22, Etienne wrote:
>
>> Yes :
>>
>>   Label label3 =
>> new
>> Label(shell, SWT.NONE);
>> label3.setSize(100,20);
>> label3.setLocation(30,150);
>> label3.setBackground(
>> new
>> Color(display,200,111,50));
>> label3.setText(
>> "Speak no evil"
>> );
>
> Thanks, I'll have a look. Could you please report an issue here as well
> (I assume you're using Windows) :
>
> https://github.com/d-widget-toolkit/org.eclipse.swt.win32.win32.x86
>

Yes, I also added a pull request here: https://github.com/d-widget-toolkit/dwt/pull/13
May 08, 2014
On 5/7/14, 12:53 PM, Andrei Alexandrescu wrote:
> On 5/7/14, 12:29 PM, Gary Willoughby wrote:
>> On Sunday, 4 May 2014 at 17:51:50 UTC, Andrei Alexandrescu wrote:
>>> On 5/4/14, 9:19 AM, Gary Willoughby wrote:
>>>> On Sunday, 4 May 2014 at 14:09:38 UTC, w0rp wrote:
>>>>> Best of luck to you guys. I encourage as many people as possible to
>>>>> give writing D GUI libraries a go, and perhaps we can all learn from
>>>>> each other.
>>>>
>>>> Done ;)
>>>>
>>>> http://forum.dlang.org/thread/wdddgiowaidcojbrklsg@forum.dlang.org
>>>
>>> Worth a reddit announcement tomorrow morning? -- Andrei
>>
>> Just seen this. Yeah an announcement would be great, what time do you
>> think is best for maximum impact? Do you want to do it?
>
> 9 AM PST. Will do tomorrow. -- Andrei

http://www.reddit.com/r/programming/comments/251s5i/tkd_cross_platform_gui_toolkit_for_d_based_on/

https://twitter.com/D_Programming/status/464434846849179648

https://www.facebook.com/dlang.org/posts/843295265684156

https://hn.algolia.com/#!/story/forever/0/Tkd


Andrei
May 08, 2014
http://www.reddit.com/r/programming/comments/251s5i/tkd_cross_platform_gui_toolkit_for_d_based_on/
>
> https://twitter.com/D_Programming/status/464434846849179648
>
> https://www.facebook.com/dlang.org/posts/843295265684156
>
> https://hn.algolia.com/#!/story/forever/0/Tkd
>
>
> Andrei

Hello,
TKD is very nice, and it's easy to use,but how to build it to small? Such as the size is below to 1M, not must have the lib ,and Memory usage is below to 3M.

Thank you.

Frank.
May 08, 2014
http://www.reddit.com/r/programming/comments/251s5i/tkd_cross_platform_gui_toolkit_for_d_based_on/
>
> https://twitter.com/D_Programming/status/464434846849179648
>
> https://www.facebook.com/dlang.org/posts/843295265684156
>
> https://hn.algolia.com/#!/story/forever/0/Tkd
>
>
> Andrei

Hello,
TKD is very nice, and it's easy to use,but how to build it to
small? Such as the size is below to 1M, not must have the lib
,and Memory usage is below to 3M.

Thank you.

Frank.