Daniel Lewis

Daniel Lewis - Blog Banner

Entries Tagged as 'wxCocoa'

OpenOffice Aqua

May 30th, 2007 1 Comment

Right, its not terribly new news. But I thought I would comment on it anyway, the guys at Sun said: THIS
So I commented on their blog: HERE
Hopefully we can sway Sun to change their minds about the Java choice - but then they are the makers of Java. I think a lot of Mac developers […]

Tags:

Compiling wxWidgets stuff without the use of XCode

March 30th, 2007 1 Comment

[! THIS IS A POST FOR PEOPLE ON THE WXCOCOA@BROOKES TEAM !]
Here is how to compile (preconfigured) mac/carbon build source (all done in terminal):
cd ~/wx/wxwidgets/build-mac-release/ && make
Here is how to compile (preconfigured) mac/carbon Widgets Demo (all done in terminal):
cd ~/wx/wxwidgets/build-mac-release/samples/widgets && make
You can then go into the build-mac-release/samples/widgets directory using Finder, double click on […]

Tags:

wxCocoa

March 12th, 2007 2 Comments

The wxCocoa project is really going strong now. The team at Brookes are really doing well, we have squashed plenty of bugs and we are on track for getting wxWidgets for Cocoa functional for use in professional (proprietary and open source) software by this Summer!
How cool is that!!!!
However, one thing disappoints me about the project, […]

Tags:

Static Text GetLabel

February 15th, 2007 No Comments

Here is a comparison between some system implementations of wxStaticText::GetLabel.
Code is taken from the CVS for 2.8.2 Pre-release, but should not be different for 2.8.0 (and we will probably be moving to 2.8.2 soon anyway)
<br />
click here if you can’t see the above iframe
This is a post for the wxCocoa@Brookes team.

Tags: