Skip to main content
daitranthanhoa
Inspiring
June 24, 2016
Answered

What is file [.fr]?

  • June 24, 2016
  • 2 replies
  • 1400 views

In Resource File of Sample Plugin, they have files [.fr]?

What is that file?

How add that file?

This topic has been closed for replies.
Correct answer Manan Joshi

The fr file is the file using which we create resources for the InDesign plugin. In this file we basically define the UI of the plugin. This is compiled using a compiler called as odfrc which is referenced in the Custom Build Step of your plugin project. For more details please refer the SDK documentation.

-Manan

2 replies

Manan JoshiCommunity ExpertCorrect answer
Community Expert
June 24, 2016

The fr file is the file using which we create resources for the InDesign plugin. In this file we basically define the UI of the plugin. This is compiled using a compiler called as odfrc which is referenced in the Custom Build Step of your plugin project. For more details please refer the SDK documentation.

-Manan

-Manan
Inspiring
June 24, 2016

The answer can be found in <SDK>/docs/html/index.html

daitranthanhoa
Inspiring
June 24, 2016

Has not folder html in docs

Inspiring
June 24, 2016

Not sure which version of SDK you are using and on which platform. It's better to get the detail from <SDK>/readme.txt about the programming documentation.