Closed Bug 6344 Opened 25 years ago Closed 25 years ago

Wizard: renumber screens

Categories

(CCK Graveyard :: CCK-Wizard, enhancement, P3)

x86
Windows 95
enhancement

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 18614

People

(Reporter: robinf, Assigned: robinf)

Details

CCK Wizard screen "Gathering Information" screen (info.ini) has two checkboxes
that need the following logic associated with them:

CD-ready installer checkbox: If user checks this box, the wizard displays the CD
Autorun customization screen (branding_page2.ini). Otherwise, this screen
shouldn't be displayed in the wizard. Set default to checked state.

Internet Setup checkbox: If user checks this box, the wizard displays the
Customizing Internet Setup (branding_page3.ini) and Customizing Internet Setup -
Points of Presence screens (AccountSetup.ini). Otherwise, these screens
shouldn't be displayed. Set default to checked state.
Status: NEW → ASSIGNED
Target Milestone: M11
The Internet Setup checkbox has been removed, since it's not going to be a
separate component.

Elevating to P2 since this affects the doc.
Priority: P3 → P2
Assignee: gayatrib → varada
Status: ASSIGNED → NEW
assigning bug to self
Status: NEW → ASSIGNED
Since the internet setup check box has been removed from this page - I think the
issue has resolved itself - if i am mistaken in arriving at this conclusion
please let me know.
Robin could you let me know if you need something similar done on this page.
Summary: Wizard: Add checkbox logic to Gathering Information screen to turn on/off display of CD Autorun screen and Internet Setup screens → Wizard: Add checkbox logic to Gathering Information screen to turn on/off display of CD Autorun screen
Rewording summary to bring this bug up-to-date. Varada - we still need to
implement the checkbox logic on this page for the CD-ready installer checkbox,
as follows:

CD-ready installer checkbox: If user checks this box, the wizard displays the CD
Autorun customization screen (branding_page2.ini). If this box is not checked,
this screen shouldn't be displayed in the wizard. Set default to checked state.
Thanks.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
This has been fixed - I have made the changes to the wizardui.cpp and
wizardmachine.cpp to deal with this as well as to the .ini files - I have
included a onEnter field to the Navcontrols section. This variable can be used
as a precondition for showing or hiding the page. if the widget in the onEnter
field has been checked or if the value is true - the page is displayed else not.
Currently the code is written only to deal with checkboxes - I shall change it
accordingly to deal with other widgets as well
This behavior has been fixed.  However, if I don't check the CD installer check
box, the screen numbering skips page 6.  This may confuse users... going from pg
5 to 7.
Status: RESOLVED → REOPENED
to clarify my last comments, The screen numbering in the title bar goes from 5
to 7 and may confuse users.

Can renumbering of pages logic be built in so the correct number ordering will
appear in the Title bar?
Resolution: FIXED → ---
Severity: normal → enhancement
Priority: P2 → P3
Target Milestone: M11 → M18
Certainly, we can do a lot of work to fix this small problem.  However, not
until most everything else is done.
Assignee: varada → robinf
Status: REOPENED → NEW
The numbering cannot be decided by the wizard. Hence there are two options
1- we decide to let the numbering stay the way it is - i.e. there will be a
missing number for the pages 5,6,7,8 to 5,7,8.(skipping the CD autorun screen)
2- we decide to have sectional numbering of the pages -viz there would be
InternetSetup - 1 and Branding 1-3 ( everything being relative and no absolute
sequencing of numbers).
It needs to be decided what the optimal solution would be and implement it.
We discussed this at Monday's team meeting, and decided to implement sectional
numbering. For example:

Welcome screen: remove page numbering
Gathering Info: Page 1 of 1
Customizing Browser: Page 1 of 3
Customizing Browser: Page 2 of 3
Customizing Browser: Page 3 of 3
CD Autorun screen: Page 1 of 1
Customizing Internet Setup: Page 1 of 2
Customizing Internet Setup: Page 2 of 2
Customizing the Installer: Page 1 of 1
Building Installers: Page 1 of 1
Status: NEW → ASSIGNED
Summary: Wizard: Add checkbox logic to Gathering Information screen to turn on/off display of CD Autorun screen → Wizard: renumber screens
Updating bug summary to reflect the bug.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 18614 ***
Status: RESOLVED → VERIFIED
[bugday] verified duplicate. all bugs fixed below except the title consistencies
which is the duplicate bug.
You need to log in before you can comment on or make changes to this bug.