Monthly Archives: December 2008

(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

Moving beyond the tutorials in Code::blocks and wxformbuilder

Ok…. I got up real early on Sunday to play and my body needed to catch up on Monday morning, so I don’t have much time here before I need to get off to work.  Apologies in advance for bad … Continue reading

Posted in Uncategorized | Leave a comment