Good evening everybody.Please, i need your help.
I created a simple browser interface, with the "browser" itself, the "file 
name" and a "save" button.

I wanted to know:
- how to add the paths in the browser
- what to do to save this file in that location

I got 2 responses for my first question but i doesn't work.
So please, i want somebody explains me how to do this and the second point.

Thanks a lot.


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?

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to