Jump to page: 1 2
Thread overview
gtkDcoding Blog Post #0007 Now Live
Feb 06, 2019
Ron Tarrant
Feb 06, 2019
WebFreak001
Feb 08, 2019
Ron Tarrant
Feb 06, 2019
Antonio Corbi
Feb 08, 2019
Ron Tarrant
Feb 08, 2019
rikki cattermole
Feb 08, 2019
Antonio Corbi
Mar 21, 2019
number
Mar 21, 2019
number
Mar 21, 2019
number
Mar 21, 2019
number
Mar 22, 2019
Ron Tarrant
Mar 22, 2019
Ron Tarrant
February 06, 2019
I forgot to do this yesterday (the announcement, not the post) so I'm doing it now. It's not so much about pressing buttons as it is releasing them (which conjures images of a catch-n-release mouse trap, but that's another story).

February 06, 2019
On Wednesday, 6 February 2019 at 13:28:14 UTC, Ron Tarrant wrote:
> I forgot to do this yesterday (the announcement, not the post) so I'm doing it now. It's not so much about pressing buttons as it is releasing them (which conjures images of a catch-n-release mouse trap, but that's another story).

the link would have been nice :)

http://gtkdcoding.com/2019/02/05/0007-button_release.html
February 06, 2019
On Wednesday, 6 February 2019 at 13:28:14 UTC, Ron Tarrant wrote:
> I forgot to do this yesterday (the announcement, not the post) so I'm doing it now. It's not so much about pressing buttons as it is releasing them (which conjures images of a catch-n-release mouse trap, but that's another story).

Hi Ron,

Probably you know this yet but in case you don't here it goes.

The gnome project maintains a 'How Do I do this...' page, it's almost gtk and C related but (thank's to the wonderful binding from Mike Wey) the 'mental mapping' from C->D + gtk->gtkd is very straightforward:

https://wiki.gnome.org/HowDoI/

Antonio.
February 08, 2019
On Wednesday, 6 February 2019 at 16:12:25 UTC, WebFreak001 wrote:

> the link would have been nice :)
>
> http://gtkdcoding.com/2019/02/05/0007-button_release.html

<smirk> Senior moment. And I'm so young, too. (sigh)
February 08, 2019
On Wednesday, 6 February 2019 at 19:09:57 UTC, Antonio Corbi wrote:

> The gnome project maintains a 'How Do I do this...' page, it's almost gtk and C related but (thank's to the wonderful binding from Mike Wey) the 'mental mapping' from C->D + gtk->gtkd is very straightforward:
>
> https://wiki.gnome.org/HowDoI/
>
> Antonio.

I seem to remember reading somewhere that it's gone out of vogue to thank people in forums. I get it; it adds noise to threads, but I still think it's the polite thing to do.

So, thanks, Antonio.

However, if this is now frowned upon on this forum, please let me know and I'll stop thanking people.

Thank you for listening.... I mean: oh crap. I did it again. (sigh)
February 08, 2019
On 08/02/2019 11:28 PM, Ron Tarrant wrote:
> I seem to remember reading somewhere that it's gone out of vogue to thank people in forums. I get it; it adds noise to threads, but I still think it's the polite thing to do.

If you want to do it, go for it!
February 08, 2019
On Friday, 8 February 2019 at 10:28:36 UTC, Ron Tarrant wrote:
> On Wednesday, 6 February 2019 at 19:09:57 UTC, Antonio Corbi wrote:
>
>> The gnome project maintains a 'How Do I do this...' page, it's almost gtk and C related but (thank's to the wonderful binding from Mike Wey) the 'mental mapping' from C->D + gtk->gtkd is very straightforward:
>>
>> https://wiki.gnome.org/HowDoI/
>>
>> Antonio.
>
> I seem to remember reading somewhere that it's gone out of vogue to thank people in forums. I get it; it adds noise to threads, but I still think it's the polite thing to do.
>
> So, thanks, Antonio.

You are welcome, Ron ;)

>
> However, if this is now frowned upon on this forum, please let me know and I'll stop thanking people.
>
> Thank you for listening.... I mean: oh crap. I did it again. (sigh)


March 21, 2019
On Wednesday, 6 February 2019 at 13:28:14 UTC, Ron Tarrant wrote:
> I forgot to do this yesterday (the announcement, not the post) so I'm doing it now. It's not so much about pressing buttons as it is releasing them (which conjures images of a catch-n-release mouse trap, but that's another story).

Thanks!

Little typo at '* returns on value,'? should be 'no value' i guess?
March 21, 2019
On Thursday, 21 March 2019 at 14:18:56 UTC, number wrote:
> Little typo at '* returns on value,'? should be 'no value' i guess?
I'm referring to 0006

March 21, 2019
On Wednesday, 6 February 2019 at 13:28:14 UTC, Ron Tarrant wrote:
> I forgot to do this yesterday (the announcement, not the post) so I'm doing it now. It's not so much about pressing buttons as it is releasing them (which conjures images of a catch-n-release mouse trap, but that's another story).

In 0007 the 'myTestRig.showAll()' is still in main() in the github code as opposed to the explanation in the blog post that is has moved to the window class.
« First   ‹ Prev
1 2