931 views
in GUI Development by
Hi paul,

I want to increase the vertical list size at run time and the label the change as per requirement.

 

What  I tried:

I made a widget based on example of list box ListBox.NoOfItems = 100;but I am unable to change the label at run time.

please do the needfull

1 Answer

0 votes
by

Hello Pidea,

Concerning your first question: "I want to increase the vertical list size at run time", please see the section: Specify the number of items within the list.

Concerning your second question: "... and the label the change as per requirement", I suppose you want the content of an item to be refreshed. In such case please see the section: Force the list to reload items.

I hope the referenced documentation helps you further.

Best regards

Paul Banach

by
hi paul ,

 

I have started following document .

MeanWhile can you throw some light on the below error

Runtime Core::Group.InvalidateViewState (2:1) : Could not post again the signal '@0662BEEC.menuList.VerticalList.updateComponent'. This signal is currently in progress. The operation was ignored to avoid endless signal delivery. The current callstack is shown in the log messages below.
by

Hello Pidea,

it seems, this question is not related to the actual thread. For the future, when you want to ask a new question, please post it in a new thread. This makes easier for other users to follow the conversations.

Concerning your question: this is a warning. For description of this warning please see at the end of the chapter Statements: postsignal.

Why the warning is reported in your case, is difficult to say. I suppose, in your application you have implemented the method UpdateViewState and for reasons that are not known for me, your implementation requests again an invocation of this method. This would lead to endless invocations of this method. To avoid it, Embedded Wizard ignores this last postsignal and reports the warning.

As mentioned in the message, the corresponding callstack leading to the message is displayed in the Log window. You can thus evaluate the callstack and analyse the conditions leading to the warning message. You can also upload here a screenshot of the callstack for further analysis.

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

...