I am very new to FLTK and c++ programming in general. I have designed a program that uses a file chooser. I would like the contents of the selected file to appear in a multiline input widget I created.
I have figured out how to access the contents of the chosen file using the text() method of the Text Buffer. I just can't figure out how to have the contents of the buffer automatically added to the input field when a file is chosen in the file chooser. Thank you for any help and please excuse my ignorance! -Steve _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

