• DPropertySheet with DPanel and DLabel
    5 replies, posted
Hey! I made DPropertySheet in DFrame which has 2 Sheets. 1. Updates 2. Community My Problem is: When i open DPanel (Automaticly Updates tab open) There is update information. When i switch to Community the update information keeps but the DPanel is different and dlabels are parented to their dpanels? [editline]16th February 2015[/editline] Anyone?
I'm having a hard time understanding the problem. Are you saying that the updates tab dpanel is not hiding when switching tabs? Could you provide a screenshot of the problem?
[QUOTE=Metamist;47152877]I'm having a hard time understanding the problem. Are you saying that the updates tab dpanel is not hiding when switching tabs? Could you provide a screenshot of the problem?[/QUOTE] I am not at the computer now. When i switch tabs, their content doesnt dissappear. So it is like 2 tabs are the same content. So yeah, not switching and hiding.
Bump
Make sure you parent the content to the tab panel; it should show / hide automatically... If you're writing a more complex menu system then it may be a good idea to set up a HideAll function where with each object / tab you add you make an entry into a table, onClick you HideAll then show the relevant panel.
[QUOTE=Acecool;47155155]Make sure you parent the content to the tab panel; it should show / hide automatically... If you're writing a more complex menu system then it may be a good idea to set up a HideAll function where with each object / tab you add you make an entry into a table, onClick you HideAll then show the relevant panel.[/QUOTE] Well, it was Frame and not UpdatePanel, now i have another problem... Here are some images: When opened: [IMG]http://imgur.com/PGnKyZn.png[/IMG] When i open second tab: [IMG]http://imgur.com/4dHxNPU.png[/IMG] When i open the first tab after second tab: [IMG]http://imgur.com/thssIsV.png[/IMG] So the content dissappears from there?? I am not deleting it anywhere and this is sooo strange. SOLVED
Sorry, you need to Log In to post a reply to this thread.