From: Sowmya on
Hi,
Howto add text boxes to browser window obtained by uigetfile()?
From: Walter Roberson on
Sowmya wrote:

> Howto add text boxes to browser window obtained by uigetfile()?

You cannot. Unless you use some magic parameters that are documented as
going away Very Soon, uigetfile() calls operating-system specific
routines to create the browser window. This is particularly true for MS
Windows. For non-Windows systems there is a bit more leeway in that if
you dig through the code you may be able to find ways to trigger the
backup-up Java version that is included, and then to hack the Java version.
From: Yair Altman on
Walter Roberson <roberson(a)hushmail.com> wrote in message <hr6uue$id0$1(a)canopus.cc.umanitoba.ca>...
> Sowmya wrote:
>
> > Howto add text boxes to browser window obtained by uigetfile()?
>
> You cannot. Unless you use some magic parameters that are documented as
> going away Very Soon, uigetfile() calls operating-system specific
> routines to create the browser window. This is particularly true for MS
> Windows. For non-Windows systems there is a bit more leeway in that if
> you dig through the code you may be able to find ways to trigger the
> backup-up Java version that is included, and then to hack the Java version.

Browser windows can be integrated in Matlab GUI windows, as explained in these posts:
http://undocumentedmatlab.com/blog/gui-integrated-html-panel/
http://undocumentedmatlab.com/blog/gui-integrated-browser-control/

Yair Altman
http://UndocumentedMatlab.com