Thank you for your comments, in fact I tried the approach to the plugin, but could not fully understand it, how would I get a storage descriptor that is not a public element of the component.
In any case, I tried something else, and when debugging, I found that although I create the component again when I click the show button, the identifier is transmitted the same way (which is desirable), but somehow there is already a previous link for this identifier available in Ext.Components components.
Therefore, there is a simple solution: Component comp = Ext.getCmp (id); if (comp! = null) comp.destroy ();
it really worked like a link that called (the isRendered () property of the ComboBox to return true is no longer available and therefore I can correctly see the repository.
Hope this helps others who are facing a similar issue. Thanks anyway for the answer.
Ashwani
source share