Skip to main content
동후김83505835
Known Participant
August 19, 2016
Question

How about call filter module from automation module plug-in?

  • August 19, 2016
  • 1 reply
  • 537 views

DescriptorTypeID hiddenEventID;

  Auto_Desc descriptor;

  Auto_Desc result(false);

  sPSActionControl->StringIDToTypeID(HiddenUniqueString, &hiddenEventID);

  error = sPSActionControl->Play(&result,

    hiddenEventID,

    descriptor.get(),

    plugInDialogSilent);

  if(error != kSPNoError)

  MessageBoxA(NULL, "Error", "Error", MB_OK);

HiddenUniqueString is the unique value.

What's the reason?

Please explain with the simple code.

This topic has been closed for replies.

1 reply

Tom Ruark
Inspiring
August 19, 2016

Look in your system info. Do you have this line or a line equivalent to your hidden filter plugin?

   Hidden 17.0 - from the file “Hidden.8bf”

If not, try installing all of the SDK examples.

동후김83505835
Known Participant
August 22, 2016

How did you can know that a version is 17.0?

I have Hidden 17.0.

openandsave is automation module plugin. (call Hidden)

Tom Ruark
Inspiring
August 22, 2016

Looks like you have all the SDK examples installed. Does the AutomationFilter work for you? Under the File -> Automation menu?

If that works then I would guess that your unique id in your openandsave automation plugin does not match the one in your hidden plug-in. Without the full source of both I can't tell any more at this point.