When I start TC, it have 2 tab locked.
In background a Virtual Panel and in foreground a Path
If I drag un file from from Path to Virtual Panel nothing happens.
I have to before focus the Virtual Panel.
Do it is possible to avoid it?
Do it need to preload Virtual Panel?
Plugin folder on start
Moderators: Hacker, petermad, Stefan2, white
Re: Plugin folder on start
it is just a guess !
You could probably first try the opposite (VP) in foreground to see if it change something. If yes you will probably have to setup a startup script to load vitualfolder plugin. (see Autorun plugin)
You could probably first try the opposite (VP) in foreground to see if it change something. If yes you will probably have to setup a startup script to load vitualfolder plugin. (see Autorun plugin)
Re: Plugin folder on start
Autorun not work.
Re: Plugin folder on start
You've misinterpreted the reference material. LoadLibrary refers exclusively to child plugins or libraries for which the software part described on the Appendix > For developers page is implemented. No other TC plugins or libraries can be loaded in this way.
Re: Plugin folder on start
I've tested myself and have the same conclusion as you.
This is why in the autorun forum i gave a working sample on how to have virtualpanel plugin to be loaded using an autorun config sample.
This is why in the autorun forum i gave a working sample on how to have virtualpanel plugin to be loaded using an autorun config sample.
Code: Select all
CommandExec /CD:S "\\\VirtualPanel"
SendCommand cm_GoToPreviousDir
Pragma AutorunFinalizeSection