Announcement

Collapse
No announcement yet.

Different theme for each build configuration?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Different theme for each build configuration?

    Hi,

    Is there a way of having different theme for each build configuration?

    Thanks

  • #2
    No.

    Ulrich

    Comment


    • #3
      Different theme for each build configuration?

      Thanks for reply.
      Are there any plans to implement this feature?

      Comment


      • #4
        I am not aware of any plans to support include the theme in the build configuration. As the theme defines the screen sizes, margins and fonts, this could mean that depending on the selected theme even the size and/or position of objects on the screens might change.

        However, if you only want to use different graphics, but keep the same screen sizes and fonts on the dialogs, then you already can control the side, top and body images to be used with a simple batch file, which you could call with the "Run Before Build" option. Just set the theme for the project to a generic name, like "MyTheme", and copy the images form the source folder into the "MyTheme" theme folder (renaming them as required) before starting the build.



        Ulrich

        Comment


        • #5
          Yes I already started implementing a similar idea.
          Basically I edit the xml project file (.suf) and set the value <ProjectTheme> to the theme I need depending on the build configuration.

          Thanks

          Comment

          Working...
          X