John Ormerod 17.Oct.08 05:24 PM Lotus Notes Client for Desktop6.1.2Windows XP
Our client has a banner bar that we created and is used in place of the default one. Because the clients in some stores will only have a 1024x768 screen they might want to be able to hide the banner at times. I have added a toggle button to the status bar (there is no menu bar) and this toggles the setVisible() method of the SComposite that our banner extends.
But, the result of this is that setting the banner to be invisible simply exposes the shell behind it, rather than allowing the rest of the controls to expand. I wonder if it's possible to provide an outline of what has to be done to reuse the banner bar's space ?