Dears all,
I put a toolbar between right and left display windows of my dual vertical lister. Each window have its own special information space on status bar (I used Status Bar (Dual)). In addition, I separated the source and destination information space on status bar by a Status Bar Bar Graph that is as width as my toolbar width and must be placed exactly under it (pic-2).
This works was performed by following code:
{rtree}
{i:dir} <#0000FF><b>{sdL}<#></b>/<b><#0000FF>{tdL}</#></b> {i:.txt} <#007A00><b>{sfL}<#></b>/<b><#007A00>{tfL}</#></b> (<b><#663366>{siL}</b> selected</#> = <b><#BB0000>{sbaL} </#></b>){pad35}
{puL}% full, {dfL} free
<b>{bg+v=-{sb}/{dfDa}, w=75,c=#ffff00,f=2}</b>
{rtree2}
{i:dir} <#0000FF><b>{sdR}<#></b>/<b><#0000FF>{tdR}</#></b> {i:.txt} <#007A00><b>{sfR}<#></b>/<b><#007A00>{tfR}</#></b> (<b><#663366>{siR}</b> selected</#> = <b><#BB0000>{sbaR} </#></b>){pad34}
{puR}% full, {dfR} free
Although the above code is worked, but have some problem too. For example, since I used {pad} for dimensioning, if you change the system resolution or open the Folder Tree pane, the arrangement of status bar will be destroyed.
After above long story, now my main question:
For fixing the place of Bar Graph exactly under my toolbar, I used {rleft} but {rleft} was crazy. "The right-hand edge of the section is aligned with the right-hand edge of the left-hand file display" DOpus Help said, but {rleft} in my experience pushed the Status Bar Bar Graph to the left-hand edge of the right-hand file display (Pic-1). Also without b[/b], I cannot push the Drive Size sections to the end of their locations on status bar.
The Pic-1 was produced of the following code:
{rtree}
{i:dir} <#0000FF><b>{sdL}<#></b>/<b><#0000FF>{tdL}</#></b> {i:.txt} <#007A00><b>{sfL}<#></b>/<b><#007A00>{tfL}</#></b> (<b><#663366>{siL}</b> selected</#> = <b><#BB0000>{sbaL} </#></b>)
{puL}% full, {dfL} free
{rleft}
<b>{bg+v=-{sb}/{dfDa}, w=75,c=#ffff00,f=2}</b>
{rtree2}
{i:dir} <#0000FF><b>{sdR}<#></b>/<b><#0000FF>{tdR}</#></b> {i:.txt} <#007A00><b>{sfR}<#></b>/<b><#007A00>{tfR}</#></b> (<b><#663366>{siR}</b> selected</#> = <b><#BB0000>{sbaR} </#></b>)
{puR}% full, {dfR} free
Can I solve this problem?
Best Regards