Status Bar: Bar graph showing selecte bytes/free bytes src

Hello, I want to get a status bar bar graph showing the selected bytes in the source with the free disk space of the destination as 100%, but

{bg+V=sb/dfDb}does not work - what is wrong?

Thanks,
VL

That code seems to work fine for me. Did you put it in the Status Bar (Dual) page, or the other one?

I think that codes which refer to a destination will only work in dual status bars and dual-pane listers. (i.e. They probably won't work between separate two single-pane listers.)

Hello, thank for the quick reply, yes it's in dual mode, and the full code is

{fl}
{vm}
{ls}
{bg+V=sb/dfDb} {sb}->{dfDb}{rtree}
{sdL}/{tdL}{i:dir} {sfL}/{tfL}{i:file} {sbaL}{h!} ({hiL} hidden{h!} ({dfL} free){rleft}
{rtree2}
{sdR}/{tdR}{i:dir} {sfR}/{tfR}{i:file} {sbaR}{h!} ({hiR} hidden){h!} ({dfR} free)

and - as you see - the values are OK, but the bar graph shows nothing.


OK, by coping the code out of the settings, taking a sample code for the status bar, OK 'til end and then pasting code back - IT WORKS!