Plugin folder on start

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Hurdet
Power Member
Power Member
Posts: 626
Joined: 2003-05-10, 18:02 UTC

Plugin folder on start

Post by *Hurdet »

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?
User avatar
nsp
Power Member
Power Member
Posts: 1816
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Plugin folder on start

Post by *nsp »

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)
Hurdet
Power Member
Power Member
Posts: 626
Joined: 2003-05-10, 18:02 UTC

Re: Plugin folder on start

Post by *Hurdet »

Autorun not work.
User avatar
nsp
Power Member
Power Member
Posts: 1816
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Plugin folder on start

Post by *nsp »

Hurdet wrote: 2024-04-28, 08:51 UTC Autorun not work.
Give a test with my response in autorun plugin thread.
Hurdet
Power Member
Power Member
Posts: 626
Joined: 2003-05-10, 18:02 UTC

Re: Plugin folder on start

Post by *Hurdet »

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.
User avatar
nsp
Power Member
Power Member
Posts: 1816
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Plugin folder on start

Post by *nsp »

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.

Code: Select all

CommandExec /CD:S "\\\VirtualPanel"
SendCommand cm_GoToPreviousDir
Pragma AutorunFinalizeSection
Post Reply