Change title sale of information

Hello, I wrote because I don’t understand why the title of the window is not changed in the mip plugin since there is no reference to that name in the code, do I have to change it somewhere else, or how can I reset it? Thanks for all. Greetings

My wild guess: This might be Management Client and you might need to modify your ItemNode.

https://doc.developer.milestonesys.com/html/index.html?base=reference/architecture/class_introduction.html&tree=tree_search.html?search=itemnode

I had the Server Side Carousel plugin sample open, and it looks like the graphics you are posting. You can see how ItemNodes etc. is named in the sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/serversidecarrousel/readme.html&tree=tree_1.html

https://github.com/milestonesys

If my wild guess is wrong and the answer does not fit..

Please give me a hint. Is this a Smart Client or a Management Client plugin? What is the view / class you are using?

I was searching in the project that you indicated to me but in that case the information section does not appear in the code, however in the mip plugin it is filled in in the example, I do not understand how it is possible or where it gets that section from, really It is important since nothing aesthetic remains visible.

This is mips that is loaded in the management client Thanks for all. Greetings

My answer wasn’t wrong but it wasn’t the complete truth, and therefore not really useful.

If I now do the experiment of changing ServerSideCarrouselDefinition.cs, lines 110-131, or more specifically 120-121, putting a new text:

"Server Side Carrousel DEF", _treeNodeImage,
"Server Side Carrousels DEF", _treeNodeImage,

I build the plugin and deploy it on the Management Client (MC) PC, replacing the original dll with the new one, when I then open the MC I see no change! So your observation is correct.

I then in the MC do an extra step: From the top menu pick View → Reset Application Layout. Restart the MC and now the header texts are changed.

My first posting was a guess as I was not sure where your screen capture was from, and I had to experiment to find the full answer..