> matthiasm told me > In "Extra Code", enter something like > o->data(index, (void*)"/usr/local/lib"); > In a callback, retreive them like this: > const char *path = browser->data(index); > > Doing this, the comiler tells me that "index" is an undeclared > identifier!!!! Where should i declare it?
It's a long time since I watched it, but you might find that Greg's on-line video introduction to fluid will really help get you started. See http://seriss.com/people/erco/fltk-videos/ He also has a "cheat sheet" that demonstrate various fltk tricks: See http://seriss.com/people/erco/fltk/ Cheers Duncan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

