Hi, I have a dilemma. I have a window that has a DesktopPagePanel with 4 panels. The 4th panel contains a HTMLViewer that is use to load different sites.
The issue is that a person can select 1 from 3 options to view (a url) and that gets loaded to the HTMLViewer but the current implementation using the same HTMLViewer keeps the history from the previous url loaded which defeats the purpose of only selecting 1 option from 3.
First question… Is there a way to clear the history (with no plugin)?
So I searched online (limited) and could not find anything to clear the history. I then decided to implement the HTMLViewer in a different way. The new way is to subclassed the HTMLViewer and instantiated programmatically and place it in the window. My idea was to place it inside the DesktopPagePanel but I could not find a way to do it so i added the control to the window. This is causing other issues.
Second question, Is there a way to add a control to a DesktopPagePanel programmatically?
TIA
6 posts - 2 participants