Bug - UI flickers when saving edited file

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

Post Reply
Luther
Member
Member
Posts: 38
Joined: 2004 May 02, 04:47

Bug - UI flickers when saving edited file

Post by Luther »

I double-click a text file to edit it. When I save the edited file, the xplorer UI (the tree and/or the active pane) flickers noticeably. I have the pane view set to "list", so there is really nothing the UI should be updating.
User avatar
nikos
Site Admin
Site Admin
Posts: 15806
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

it must have received a "folder changed" notification and refreshed everything. It doesn't check to see whether any changes were relevant since that is time consuming in large folders
Luther
Member
Member
Posts: 38
Joined: 2004 May 02, 04:47

Post by Luther »

OK, so it receives a folder notification. That's still no reason to flash the pane by erasing the entire view. All you have to do is redraw all the items (without first clearing the view), and then at the end just erase from the last item to the bottom of your BrowserListView. This will eliminate the flickering, which is caused by clearing the view first.
Post Reply