416 views
in GUI Development by

Hello,

I'm getting this messages when using the prototyer on the debug windows, i undestand that it refers to the vertical list item.

1 Answer

0 votes
by

Hello Riccardo,

this error message is reported because of an error in your OnLoadItem implementation. According to the call stack, the OnLoadItem method modifies the property SelectedItem of the list itself. This cause a recursive list update during actual update.

Please note, that OnLoadItem should be used to load the item views only. To fix the error, remove the assigned to the SelectedItem property from the OnLoadItem method.

I hope it helps you further.

Best regards

Paul Banach

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...