xffm behavior

Jens Luedicke jens at irs-net.com
Tue Feb 18 20:26:48 CET 2003


On Tue, 2003-02-18 at 19:40, edscott wilson garcia wrote:

> More than one call to open_dir() is OK because in order to make loading
> of large directories faster, when a node is expanded, it is collapsed
> before elements are added, and then reexpanded when adding is done. This
> is because it's about 5x faster than adding elements to a expanded node.

that makes sense, but my homedir is loaded and expanded three
times and its visible (flickering). It seems to me that xffm
is doing it more than needed. 

xffm: on_refresh: call on_refresh_dot
xffm: on_refresh_dot: call do_it
xffm: do_it: expand row
xffm: open_dir: /home/jens
xffm: open_dir: expand row
xffm: open_dir: /home/jens

xffm: on_refresh: call on_refresh_dot
xffm: on_refresh_dot: call do_it
xffm: do_it: expand row
xffm: open_dir: /home/jens
xffm: open_dir: expand row
xffm: open_dir: /home/jens

xffm: on_refresh: call on_refresh_dot
xffm: on_refresh_dot: call do_it
xffm: do_it: expand row
xffm: open_dir: /home/jens
xffm: open_dir: expand row
xffm: open_dir: /home/jens

> OTH, everything should be collapsed on startup. If it's not, try a make
> clean.

my homedir is opened on startup.

-- 
Jens Luedicke <jens at irs-net.com>

"Never offend people with style when you can offend them with
substance."
--Sam Brown






More information about the Xfce4-dev mailing list