Magnus Manske wrote:
Brion Vibber wrote:
Mono 1.1.15 doesn't seem too happy with it; it seems to be missing the SplitContainer control. Got source I could look at?
Sure: http://magnusmanske.de/wikipedia/CommonsBrowserProject.zip
Yep, SplitContainer isn't implemented in Mono's System.Windows.Forms yet; it's a .NET 2.0-only control, and not all of the class library is updated for 2.0. If you can redo it with the older Splitter control it would likely work; or better yet abstract out the UI so a Gtk# user interface can be written on it for Linux.
(Any reason you're not putting this in SVN?)
-- brion vibber (brion @ pobox.com)