105 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

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...