Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-1168

Can't add Dynamic Pages in front of Component Selection Page

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.1.0
    • 3.0.4, 4.0.1
    • General
    • Windows
    • Qt Installer Sprint 25

    Description

      I try to add Dynamic pages out of a Component Script constructor as follows:

      function Component(){
          if(installer.isInstaller()){
              ...
              installer.addWizardPage(component, "Page", QInstaller.ComponentSelection);
             ...
          }
          else{
              ...
              installer.addWizardPage(component, "Page", QInstaller.ComponentSelection);
              ...
          }
      }
      

      The page shows up for the Installer but not for the Maintenance Tool. How ever, the page shows up in the Maintenance Tool if i change QInstaller.ComponentSelection to QInstaller.ReadyForInstallation.

      Could you please have a look on this and let me know about your results?

      Cheers,
      vanJogt

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              kamartti Katja Marttila
              vanjogt Jan Vogt
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes