Forum Discussion
angela wrote:Willkommen in der Aras Welt! Man erkennt die Deutschen an den technisch sehr detaillierten Beiträgen :).
In der Kürze liegt die Würze. Nicht meine - unsere ? - Stärke. ;)
Innovator version is Release 29.
The content from the project list comes from an AML query <Item type = 'Project' action ='get' ...>
angela wrote:"com.aras.innovator.cui_default.mwh_header" is the top header it self. As far as I remember the header is only rendered once at startup.
When working with IncludeEvents, it is possible to trigger a rerender of the Command Bar Section Items every time an event from IncludeEvents is fired. Therefore, there must be a solution to force this behavior.
I could also verify that if I run this command,
this.mainLayout.init();(...) in my OnClick methods, than the dropdown button gets also refreshed. But I do not like that behaviour, because the whole window gets refreshed and other strange things happens.
Can you test following:
control.render();
- reinke_patrick_smc_com29 days agoIdeator II
Unfortunately this does not work.