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

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

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

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]

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

How to build GUI-based applications in D ?

2017-08-01 Thread ashit via Digitalmars-d-learn
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, ... ) i dont need