On Sun, 26 Jun 2016 11:36:09 +0200, Mike Wey wrote:

On 06/26/2016 01:35 AM, dan hitt wrote:

On Wed, 22 Jun 2016 13:43:00 GMT, Gerald Nunn wrote:

On Tue, 21 Jun 2016 20:51:10 GMT, dan hitt wrote:

Can somebody point me to an example gtkd program that has an object of class Timeout in it?
.....

.......

I have one residual problem that i know of:
I tend to get messages of this form:

GLib-CRITICAL **: Source ID NNN was not found when attempting to remove it

........

probably because this change:

https://github.com/gtkd-developers/GtkD/commit/1f2d06b4e9b7614a2da13f74f30f6db5fbb7bf75

hasn't made it into a release yet.

Thanks Mike, somehow i didn't see your reply earlier.

For simple enough usage i don't have this problem --- i do get it when i create timers within timers, but it's certainly possible that those are my bugs and no-one else's.

What would be extremely useful, imvho, would be some means to change the timeout period when the delegate gets executed. Of course if there's not underlying support for this in gtk it would not be reasonable to add it at the d-level.

I would like to say though that i really appreciate the work you've put in on gtkd.

I think it gtkd fills in a very big and important hole.

dan