October 30, 2025, 05:37:18 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


How to add a new window in the Browser_Test2 program

Started by Andy, October 06, 2011, 05:45:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andy

Hi,

If I added a new button called "History", how could I amend the Browser_test2 example to open a new window at the left hand side, the same way the browser is re-sized to include a history window, so that someone could browse the history, and once clicked again revert back to the original browser window.

I have a method of recording the history - so thats not a problem, just the new window.

Can anyone help?

Thanks,
Andy.




Day after day, day after day, we struck nor breath nor motion, as idle as a painted ship upon a painted ocean.

LarryMc

If I understood you correctly the attached should be pretty much what you are looking for.

To open the history window click the history tab.

The history window will appear in the left side of the existing browser window.

You can use the LoadHistory function to load the list of urls.

Double-click an entry which will open that url in the browser and the history window will disappear.

LarryMc
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Andy

Hi Larry,

Thanks very much, yes that is exactly it!

Prefect,

Thanks again,
Andy.
:)
Day after day, day after day, we struck nor breath nor motion, as idle as a painted ship upon a painted ocean.