Movielist sample app failed in latest Fuse

Sorry to bother again about the sample apps, please understand that they are crucial for us to learn how to use the various libraries and syntaxes in Fuse.

Found another issue in the sample Movielist app when using the latest Fuse.

Hi!

We really appreciate you taking the time to notify us :slight_smile: I’ve just updated the example to work with the newest version of Fuse.

Instead of AddChild(element) has been removed from Panel. Instead you can use Children.Add(element) for the same effect.

Thanks, Kristian. It works perfectly.