qt qml dead
-
Hi,
I switched the QML file to change the screen.
So If I switch exactly 20 times, QML was not switched, but QML worked.
However, the 21st QML died and did not work.
What's the problem?
Even if I switch slowly, QML dies at the 21st time, and even if I do it quickly, it dies at the 21st time also.
I'm not good at english so I'm worrid if my meaning was conveyed correctly.
Thanks
-
Hi,
I switched the QML file to change the screen.
So If I switch exactly 20 times, QML was not switched, but QML worked.
However, the 21st QML died and did not work.
What's the problem?
Even if I switch slowly, QML dies at the 21st time, and even if I do it quickly, it dies at the 21st time also.
I'm not good at english so I'm worrid if my meaning was conveyed correctly.
Thanks
Hi, and welcome!
@Jaekook-Choi said in qt qml dead:
Even if I switch slowly, QML dies at the 21st time, and even if I do it quickly, it dies at the 21st time also.
You have not described what happens when it "dies" (Does it crash? Does it freeze?)
Anyway, it sounds like your code is affected by a bug. If you want us to investigate the problem for you, then you must provide a minimal, compilable example code.