Rob, I'm currently looking at the changes you made to the BibTeX dialog.
Why the freeze/unfreezes? Eg in FormBibtex::input fl_freeze_form(form()); fl_set_input(dialog_->input_style, style.c_str()); fl_unfreeze_form(form()); It seems totally unnessesary, as you're updating only one widget... Angus