Andreas Klostermann wrote: > Hmmm.. robustness when facing problems... isn't that also something > of a problem with the frontend independence of lyx as a whole?
I don't think so. > Maybe some details of that controller/view model aren't > followed through correctly. The controller is stateless. At least, it's meant to be. Having asked the view to show the dialog, it doesn't really care if that request failed. OTOH, if the code in the view leads to the generation of an error signal, then that will indeed cause lyx to abort. -- Angus