Skip navigation
RichardMunn
Currently Being Moderated

Controlling a custom Format plugin from script

May 19, 2011 9:29 AM

Hi,

 

I have created a custom Format plugin based on the SimpleFormat sdk example.


Can someone give me an example on how I can access its options from script?

 

 

The parameters block from my .r file are as follows:

 

        {                                                    /* non-filter plug-in class here */
            vendorName " myFormat",                        /* unique class name */
            plugInClassID,                                    /* class ID, must be unique or Suite ID */
            plugInAETEComment,                                /* optional description */
            {                                                /* define inheritance */
                "<Inheritance>",                            /* must be exactly this */
                keyInherits,                                /* must be keyInherits */
                classFormat,                                /* parent: Format, Import, Export */
                "parent class format",                        /* optional description */
                flagsSingleProperty,                        /* if properties, list below */
                           
                "imageFormat",
                keyImgFmt,
                typeChar,
                "image format",
                flagsSingleProperty
               
                /* no properties */
            },

 

The imageFormat field works as expected when creating and running Actions - I just need to be able to set it from script

 

Thanks,

 

Richard

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points