digitalmars.D.announce - gtkDcoding Blog Post #0007 Now Live
- Ron Tarrant (4/4) Feb 06 2019 I forgot to do this yesterday (the announcement, not the post) so
- WebFreak001 (3/7) Feb 06 2019 the link would have been nice :)
-
Ron Tarrant
(2/4)
Feb 08 2019
Senior moment. And I'm so young, too. (sigh) - Antonio Corbi (9/13) Feb 06 2019 Hi Ron,
- Ron Tarrant (10/16) Feb 08 2019 I seem to remember reading somewhere that it's gone out of vogue
- rikki cattermole (2/5) Feb 08 2019 If you want to do it, go for it!
- Antonio Corbi (2/20) Feb 08 2019
- number (4/8) Mar 21 2019 Thanks!
- number (2/4) Mar 21 2019 I'm referring to 0006
- number (4/8) Mar 21 2019 In 0007 the 'myTestRig.showAll()' is still in main() in the
- number (6/6) Mar 21 2019 The 0007 github code doesn't compile.
- Ron Tarrant (4/10) Mar 22 2019 Wow! I thought I was being sooooooo careful.
- Ron Tarrant (2/8) Mar 22 2019 I forgot to say, these have all been corrected.
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).
Feb 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
Feb 06 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)
Feb 08 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.
Feb 06 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)
Feb 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!
Feb 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:You are welcome, Ron ;)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)
Feb 08 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?
Mar 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
Mar 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.
Mar 21 2019
The 0007 github code doesn't compile. button_002_05_release.d(40): Error: undefined identifier buttonCaption buttonCaption is now defined (and unused) in the button class but still used in the window class and the button constructor still uses the label argument.
Mar 21 2019
On Thursday, 21 March 2019 at 15:59:29 UTC, number wrote:The 0007 github code doesn't compile. button_002_05_release.d(40): Error: undefined identifier buttonCaption buttonCaption is now defined (and unused) in the button class but still used in the window class and the button constructor still uses the label argument.Wow! I thought I was being sooooooo careful. Thank you once again for catching all these errors, mistakes, typos, and outright faux pas.
Mar 22 2019
On Thursday, 21 March 2019 at 15:59:29 UTC, number wrote:The 0007 github code doesn't compile. button_002_05_release.d(40): Error: undefined identifier buttonCaption buttonCaption is now defined (and unused) in the button class but still used in the window class and the button constructor still uses the label argument.I forgot to say, these have all been corrected.
Mar 22 2019