Iced: Views not updating

Created on 18 Sep 2020  路  2Comments  路  Source: hecrj/iced

I just created my first iced application, but my view doesn't update when I hit the "root" button and the "next" button.

source code

question

All 2 comments

You seem to be cloning the steps and assigning them to a View variant, these cloned steps are then used in the view logic.

However, you call advance on the original steps, which are not used anywhere in your view logic.

Ah, I see it now. I'm still a noob at this haha, thanks for helping me out!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Newbytee picture Newbytee  路  4Comments

michael-hart picture michael-hart  路  4Comments

olanod picture olanod  路  4Comments

aentity picture aentity  路  3Comments

hecrj picture hecrj  路  3Comments