Re: How to build GUI-based applications in D ?

2017-08-07 Thread Dukc via Digitalmars-d-learn
thank you aberba ok, so this is useless to me. i want something fully functional stand-alone tools. i have no internet connection there. Don't worry, DlangUI is stand-alone: you only need the connection to download it, but not to use it nor to compile with. Dub will function without connectio

Re: How to build GUI-based applications in D ?

2017-08-05 Thread ashit via Digitalmars-d-learn
thank you everybody for your time to answer my questions.

Re: How to build GUI-based applications in D ?

2017-08-05 Thread ashit via Digitalmars-d-learn
On Saturday, 5 August 2017 at 07:10:50 UTC, aberba wrote: The DlangUI docs has you covered with everything you need to set it up both on the github README file or the github wiki. Its just: dub init PROJECT_NAME dlangui This will create project and add dlangui as dependency. Creating a proj

Re: How to build GUI-based applications in D ?

2017-08-05 Thread Jacob Carlborg via Digitalmars-d-learn
On 2017-08-01 17:45, ashit wrote: thank you James i should try that. i was always enjoy the pure and efficiency of C. that made me stubborn to learn java. Just to be clear, there's no Java code in DWT. Everything is ported to D. -- /Jacob Carlborg

Re: How to build GUI-based applications in D ?

2017-08-05 Thread aberba via Digitalmars-d-learn
On Thursday, 3 August 2017 at 10:02:19 UTC, ashit wrote: On Tuesday, 1 August 2017 at 16:12:45 UTC, Dukc wrote: On Tuesday, 1 August 2017 at 15:18:12 UTC, ashit wrote: i couldn't set control's width and height (Button widget) shows error. maybe it works a different way. 1. Try layoutHeight/wi

Re: How to build GUI-based applications in D ?

2017-08-03 Thread ashit via Digitalmars-d-learn
On Tuesday, 1 August 2017 at 16:12:45 UTC, Dukc wrote: On Tuesday, 1 August 2017 at 15:18:12 UTC, ashit wrote: i couldn't set control's width and height (Button widget) shows error. maybe it works a different way. 1. Try layoutHeight/width. Remember to set it for the main widget too, not just

Re: How to build GUI-based applications in D ?

2017-08-01 Thread Dukc via Digitalmars-d-learn
On Tuesday, 1 August 2017 at 15:18:12 UTC, ashit wrote: i couldn't set control's width and height (Button widget) shows error. maybe it works a different way. 1. Try layoutHeight/width. Remember to set it for the main widget too, not just the children of it. 2. DlangUI is not intended to def

Re: How to build GUI-based applications in D ?

2017-08-01 Thread ashit via Digitalmars-d-learn
On Tuesday, 1 August 2017 at 14:57:50 UTC, JamesD wrote: On Tuesday, 1 August 2017 at 09:31:32 UTC, ashit wrote: what is the simplest library to create gui applications in D? i want to create gui applications but couldnt configure the tools so far. [snip] I recommend you check out the D widge

Re: How to build GUI-based applications in D ?

2017-08-01 Thread ashit via Digitalmars-d-learn
On Tuesday, 1 August 2017 at 10:09:56 UTC, Russel Winder wrote: I use GtkD (with GStreamerD) for my GUI applications written in D. https://gtkd.org/ thank you Russel. i have tried to config that several months ago, but no luck. i should try that once again.

Re: How to build GUI-based applications in D ?

2017-08-01 Thread ashit via Digitalmars-d-learn
On Tuesday, 1 August 2017 at 09:44:48 UTC, ketmar wrote: ashit wrote: [...] Adam Ruppe has minigui in his arsd[0] repo. and minigui_xml to make interface creation easier. it is not really well-documented yet, tho, so you will prolly have to figure some things on your own. [0] https://git

Re: How to build GUI-based applications in D ?

2017-08-01 Thread ashit via Digitalmars-d-learn
On Tuesday, 1 August 2017 at 09:39:36 UTC, Daniel Kozak wrote: https://www.youtube.com/watch?v=5eUL8Z9AFW0 https://github.com/buggins/dlangui thank you Daniel. i have tried Dlangui previously and had no luck. but this time i could successfully compile my first app. now, i can say level zero

Re: How to build GUI-based applications in D ?

2017-08-01 Thread JamesD via Digitalmars-d-learn
On Tuesday, 1 August 2017 at 09:31:32 UTC, ashit wrote: what is the simplest library to create gui applications in D? i want to create gui applications but couldnt configure the tools so far. [snip] I recommend you check out the D widget toolkit (DWT). DWT is a library for creating cross-platf

Re: How to build GUI-based applications in D ?

2017-08-01 Thread Russel Winder via Digitalmars-d-learn
I use GtkD (with GStreamerD) for my GUI applications written in D. https://gtkd.org/ On Tue, 2017-08-01 at 09:31 +, ashit via Digitalmars-d-learn wrote: > what is the simplest library to create gui applications in D? > i want to create gui applications but couldnt configure the tools  > so fa

Re: How to build GUI-based applications in D ?

2017-08-01 Thread ketmar via Digitalmars-d-learn
ashit wrote: what is the simplest library to create gui applications in D? i want to create gui applications but couldnt configure the tools so far. i tried to install DFL several times, but it shows some errors while installing (that bold red lables showing : depreacated, depreacated, ... )

Re: How to build GUI-based applications in D ?

2017-08-01 Thread Daniel Kozak via Digitalmars-d-learn
https://www.youtube.com/watch?v=5eUL8Z9AFW0 https://github.com/buggins/dlangui On Tue, Aug 1, 2017 at 11:31 AM, ashit via Digitalmars-d-learn < digitalmars-d-learn@puremagic.com> wrote: > what is the simplest library to create gui applications in D? > i want to create gui applications but couldn