How to have an independent "minimal" lister

Hi,

With Windows Explorer I used to have a window with all my rdp links. There are so many that I kept that window with a determinated size and position so I can view all items at once.
I would like to this on DOpus, and even keep that window wihout menus or status bars o anything making this window bigger than necessary, but I would like this setting not to affect to te rest of DOpus windows (i.e. if I close the menu bar on one window it closes on all of them).

How can I acomplish this?

Regards.

You can use a lister layout to open a window with a special size, folder, etc.

There isn't currently any way to turn off the toolbars in a particular window, though. (You can add temporary toolbars to just one window, but you cannot take away the normal toolbars without removing them from all windows.)

If you are just using this window to select an RDP link, creating a menu out of the directory may be a better option. The Go FOLDERCONTENT command can do that. There's an example here.

Hi,

Thanks for your suggestion. It's working nicely. I used this one:

<?xml version="1.0"?>
<button backcol="none" display="both" textcol="none" type="menu">
<label>RDP</label>
<icon1>%windir%\system32\mstsc.exe</icon1>
<button backcol="none" display="both" textcol="none">
<label>Programs</label>
<tip>Ir a escritorios remotos</tip>
<icon1>%windir%\system32\mstsc.exe</icon1>
<function type="normal">
<instruction>Go path G:\Docs\enlaces\RDP FOLDERCONTENT </instruction>
</function>
</button>
</button>

Best regards.