Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

a serious bug when use Layout.Inst().PushDialogue(ProgressDialogue()) #7

Open
bruceliu01 opened this issue Mar 24, 2018 · 0 comments
Open

Comments

@bruceliu01
Copy link

bruceliu01 commented Mar 24, 2018

#6

ProgressDialogue can display a task progress, but when we push this dialogue with PushDialogue, it can not work right because all progress dialogue add up together.
Actually, one progress is a dialogue. For example, %10 is a dialogue, %11 is a dialogue and so on.
If we use PushDialogue to push all the dialogue, one dialogue will on another. So we can not back to the menu with key "esc", because we just back to the last one progress dialogue!
The solution is write another push method for progress dialogue. The following is my pull request
20f42eb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant