- 
				Archives- April 2023
- November 2017
- April 2017
- March 2017
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- August 2015
- May 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- June 2014
- April 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- July 2013
- June 2013
- May 2013
- April 2013
- January 2013
- December 2012
- November 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- October 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
 
- 
				Meta
Category Archives: Uncategorized
(Part 1) Exploring wxwidgets using zetcode’s tutorial “Widgets communicate” and Code::blocks
So… I’ve spent a couple of weeks learning about Code::blocks, wxwidgets and the like and I’ve have found zetcodes tutorial very helpful… It has some nice basic code, that I can tear apart and explore.. Anyway, the next in example … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		(Part 4 Connect)cont’d Todo’s seeing what happens if you duplicate an event specifier
This morning was correcting some typo’s in my previous post and ran past the todo’s I gave myself. One of them was to see what happens when I duplicate an event specifier. My strategy is to play around with buttons … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		(Part 4 Connect) Exploring wxWidgets using zetcode’s “A simple button” and Code::Blocks.
I’ve been line by line through zetcode tutorial titled “A Simple button” using the IDE C::B Code::Blocks. http://zetcode.com/tutorials/wxwidgetstutorial/firstprograms/ This tutorial produces some output that looks like this: The source looks like this: #include “button.h” Button::Button(const wxString& title) : wxFrame(NULL, wxID_ANY, … Continue reading
									
						Posted in C++, Uncategorized					
					
				
				
				Leave a comment
							
		(Part 3 wxButton) Exploring wxWidgets using zetcode’s “A simple button” and Code::Blocks.
I’ve been line by line through zetcode tutorial titled “A Simple button” using the IDE C::B Code::Blocks. http://zetcode.com/tutorials/wxwidgetstutorial/firstprograms/ This tutorial produces some output that looks like this: The source looks like this: #include “button.h” Button::Button(const wxString& title) : wxFrame(NULL, wxID_ANY, … Continue reading
									
						Posted in Uncategorized					
					
				
				
				1 Comment
							
		(Part 2 wxPanel)Exploring wxwidgets using zetcode’s “A simple button” and Code::Blocks
I’ve been line by line through zetcode tutorial titled “A Simple button” using the IDE C::B Code::Blocks. http://zetcode.com/tutorials/wxwidgetstutorial/firstprograms/ This tutorial produces some output that looks like this: The source looks like this: #include “button.h” Button::Button(const wxString& title) : wxFrame(NULL, wxID_ANY, … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		(Part 1 wxFrame)Exploring wxwidgets using zetcode’s “A simple button” and Code::Blocks
Many moons ago, a friend of mine at lunch said that I ate like a Romulan. I guess I take my food apart before I eat it. I guess I take the same approach learning new things. In my previous … Continue reading
									
						Posted in OpenCascade, Uncategorized					
					
				
				
				Leave a comment
							
		Using Code:Blocks to Compile zedcode’s wxwidget tutorial in Ubuntu Linux
Here are steps on how run the zedcode wxwidget tutorials in Code::Blocks without using a wizard. In this instance, I want to get the tutorial titled “A simple button” working. Step 1) Start the Code::block IDE Step 2) Select File=>New=>Project … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		Getting started guide for code::blocks
I’ve been playing around with code blocks, but there so much in there it’s sort of hard to know where to get started. I was looking for a way to create a project from existing source files and somehow stumbled … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		wxobject hierarchry
I have no time this morning. I want to take a study the object hierarchy today. Here’s a link: http://www.wxwidgets.org/docs/hierarchy_stable_image.htm [Update: Unfortunately, the links in this page are not current] I need to find something more current]
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		Update Generate inherited classes Wxformbuilder
I sort of understand the design of wxformbuilder and the base class you don’t mess with. I like the utility Generate Inherited Classes, but according to this tutorial : wxFormBuilder can even do a one-time generation of a bare-bones inherited … Continue reading
									
						Posted in Uncategorized					
					
				
				
				Leave a comment
							
		