Rob wrote:
Thank you sir. As an aside, when I went to build I ran into some trouble. I think this might be an appropriate fix, though one of you fellows will have to confirm: All that C++ makes my head want to explode. :S --- old.fltkui.cc 2011-05-16 18:27:23.892000731 -0400+++ fltkui.cc 2011-05-16 18:24:59.000000000 -0400@@ -1022,7 +1022,7 @@ bool FltkOptionMenuResource::isSelected (int index) {- return index == (int)((Fl_Choice *)widget)->mvalue()->user_data();+ return index == (long)((Fl_Choice *)widget)->mvalue()->user_data(); } int FltkOptionMenuResource::getNumberOfItems()
Sorry about the crappy patch - I hardly ever generate those things, and don't really know what the protocol is. I guess I should take some time to learn those things.
Ouch - that is ugly. ?Have a look here: http://www3.sympatico.ca/rsquared/lib/patch
Patch committed.