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

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

      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

        For Gerrit Dashboard: QTIFW-1168
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes