ModPlug Central

OpenMPT Development (Archive) => Feature Requests => Feature Request Archive => Topic started by: LPChip on May 12, 2007, 13:36:44

Title: Cancel option when loading song with N.Ex. Vst's
Post by: LPChip on May 12, 2007, 13:36:44
If you have a song that has alot of VST(i) effects that all are not installed, it will give a message on each plugin if you want to load it.

You can click on all No buttons but it would be easier if there was a cancel option that would skip these messages from coming up for this loading event.

The following would be needed in the code: (written in basic)

QSkipMessage = False

if QSkipMessage = False then $question = msgbox(blaat, , vbYesNoCancel)

if $question = vbcancel then
   QSkipMessage = True
   $question = vbno
end if


Okay, I admit, this part of code is poorly written, but then you get the idea of where I want to go :)

Edit by dev: Closed this request as it's implemented in a different way now.