question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running Wizard as a non-modal/non-popup is broken

See original GitHub issue

Hi,

Following structure of UICatalog, I am trying to run Wizard scenario. The difference is that instead of calling Application.Run on Wizard as done here, I am simply adding it inside the MainWindow which is included in the Top. In this case, when the wizard shows the last step added as first step and then behaves completely in incorrect way. But if I call Application.Run(wizard) it works properly though it doesn’t show any other controls, like menu, that I have added in Top.

I have updated my sample app TerrminalWizard

What am I missing?

https://user-images.githubusercontent.com/5595263/177230377-9a6a4530-2a7d-4d7d-b6d5-52c725435770.mov

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:32 (13 by maintainers)

github_iconTop GitHub Comments

3reactions
tigcommented, Jul 18, 2022

307Jfsm 1

How’s this look?

Note, I’m still playing with some layout and color things. Prepping a PR now.

1reaction
tigcommented, Jul 23, 2022

@GaikwadPratik - In my fix for #1883 I have decided to make it so setting the first step explicitly is not needed IN YOUR CASE.

There is still a case where devs will need to do it, but it’s an outlier. The docs will now read:

image
Read more comments on GitHub >

github_iconTop Results From Across the Web

Non Modal Bootstrap Wizard
This can be enabled by setting the isModal property to false in the wizard constructor. var wizard = $('#satellite-wizard').wizard({ keyboard : ...
Read more >
Inline Dialogs/Popups on Wizard Modal Page in APEX 21.2 ...
The error I get is: Uncaught Error: Error: Region does not support being opened and closed. when I go to access one of...
Read more >
Modals and Popups and Dialogs, Oh My! Which to Use When ...
We will cover modal and non - modal dialog pages, inline dialog and inline ... Attend and gain confidence in your use of...
Read more >
Text Visualizer should not be a modal dialog
The Text Visualizer, and other debug visualizers as well, are modal dialogs. This is extremely unhelpful when trying to compare two long ...
Read more >
Modal · Bootstrap v5.0
Use Bootstrap's JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found