Re: Just a Reminder...

2020-03-08 Thread Brakeran via Digitalmars-d-learn
On Monday, 24 February 2020 at 17:47:37 UTC, Ron Tarrant wrote: In case you thought the GtkDcoding blog announcements have stopped, I just want to let you know that starting with #0101, they'll be made in the Announce sub-forum from now on. This is where they were originally supposed to be made

Re: Can't compile dlangui

2020-03-08 Thread Brakeran via Digitalmars-d-learn
On Friday, 7 February 2020 at 14:25:05 UTC, Jan Hönig wrote: On Friday, 7 February 2020 at 12:04:10 UTC, A.Perea wrote: [...] I am afraid that dlangui and dlangide is currently not maintained, since i can reproduce the error as well. If you are looking for a good editor for D: I am using V

Re: A small D/GtkD example game

2020-03-08 Thread Brakeran via Digitalmars-d-learn
On Monday, 24 February 2020 at 19:18:24 UTC, mark wrote: I've just completed a small D/GtkD game. It might be useful for others trying to learn GtkD since it is only just over 1000 lines, yet shows how to create a dialog-style app with a modal dialog and a modeless dialog, and a custom drawn

Re: Determination of thread status.

2018-12-30 Thread Brakeran via Digitalmars-d-learn
On Thursday, 27 December 2018 at 06:22:31 UTC, Vitaly wrote: Maybe use spawnLinked()? https://run.dlang.io/is/9xbyAF Thanks. At the moment, I implemented it through sending a message, and receiveTimeout receiving, if the response is not received after the timeout expires, then it is considered