GUI Matlab - show an html file in a panel using a select box

Hi,
In my GUI, I succeed to create some html files (financial heat maps with html 5 : each .html is linked to a .js) and save them in a folder. Now I would like to show each html file in a panel with a select box.
Do you know how can I show an html file (linked to a .js) in a panel with a slect box?
Thanks for your help!

Answers (1)

Jan
Jan on 11 Sep 2013
Edited: Jan on 12 Sep 2013
This seems to be a task for http://undocumentedmatlab.com/blog/gui-integrated-html-panel/ . Only the detail "selectbox" is not clear to me. What exactly is a "selectbox"?
[EDITED] When you are working under Windows, you could open an ActiveX panel containing an Internet Explorer window also:

3 Comments

oops sorry i meant a listbox. For example when selecting one of the items it opens an html file in a panel.
I can show a simple html file in a panel. However when this html file is linked to another js file, it does not show it anymore. Do you know what I should do? Thanks for your help!
Jan
Jan on 12 Sep 2013
Edited: Jan on 12 Sep 2013
A small example would be useful. Perhaps the link is simply dead (points to a not existing folder)? Which path did you specify to find the js file?
See [EDITED] in my answer.

Sign in to comment.

Categories

Find more on Share and Distribute Software in Help Center and File Exchange

Tags

Asked:

on 11 Sep 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!