> These are simple C-strings, so the equality test is only checking the pointers. (If you use a C++ string class, you can make the equality test check the content of the strings, but that's not what you have done...) >
That is what i meant by not checking any docs, i did not know if the label() uses a c++string internally hence me using the comparison test like that, lazy not thinking it through properly i know and lazy just thinking, oh well lets see if that works! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

