Difference between revisions of "Talk:WxSmith tutorial: Hello world"
From Code::Blocks
(Great article, Thanks) |
(→Using Close() in an OnClose() handler: new section) |
||
Line 1: | Line 1: | ||
This is a wonderful tutorial which bring me to the world of wxWidget step by step, Thanks! As a beginner myself, I really learned a lot from this page. | This is a wonderful tutorial which bring me to the world of wxWidget step by step, Thanks! As a beginner myself, I really learned a lot from this page. | ||
I think I can create some video tutorials ( use Wink or other screen cast tools) to support these topics. | I think I can create some video tutorials ( use Wink or other screen cast tools) to support these topics. | ||
+ | |||
+ | == Using Close() in an OnClose() handler == | ||
+ | |||
+ | Doing this makes the program crash when closing via close symbol. | ||
+ | http://forums.wxwidgets.org/viewtopic.php?t=34967&p=143167 | ||
+ | Somebody forgot to change the tutorial or is this intentional? |
Revision as of 09:31, 29 April 2013
This is a wonderful tutorial which bring me to the world of wxWidget step by step, Thanks! As a beginner myself, I really learned a lot from this page. I think I can create some video tutorials ( use Wink or other screen cast tools) to support these topics.
Using Close() in an OnClose() handler
Doing this makes the program crash when closing via close symbol. http://forums.wxwidgets.org/viewtopic.php?t=34967&p=143167 Somebody forgot to change the tutorial or is this intentional?