Re: frozen conglomerate
David Malcolm <[email protected]>
| Newsgroups | gmane.editors.conglomerate.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2004-10-29 at 23:58 +0200, Geert Stappers wrote: > On Fri, Oct 29, 2004 at 12:37:58PM +0200, Michèle Garoche wrote: > <snip/> > > > > I notice a very long delay when opening huge file without a warning or > > a progress bar, so that the user does not panic and thinks his system > > is frozen. > > Is it during DTD load? > ( http://bugzilla.gnome.org/show_bug.cgi?id=117469 ) > > or during file load? > ( open a bugreport ) Another source of delay might be in the period after the file is loaded, where Conglomerate is creating the main editor widget (or perhaps the other views, though they're fairly fast, I believe). There's some great code in Nautilus for handling operations that don't usually take a noticeable period of time, but which do occasionally - it will pop up a progress dialog, but only after the operation has already taken a while (e.g. half a second). It might be worth borrowing that code. > > > Geert Stappers > _______________________________________________ > Conglomerate-devel mailing list > [email protected] > http://lists.copyleft.no/mailman/listinfo/conglomerate-devel