DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L1886
Version: 1.1-current


Fl_File_Chooser::value() should indicate the index values are 1-based.

Also, would be handy to show an example for() loop showing how to walk the
filenames, eg:

----
// Get list of filenames user selected from a MULTI chooser
for ( int t=1; t<=chooser->count(); t++ ) {
    const char *filename = chooser->value(t);
    ..
}
----


Link: http://www.fltk.org/str.php?L1886
Version: 1.1-current

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to