Prev: permutation
Next: Making a music player with Matlab
From: Sowmya on 27 Apr 2010 01:51 Hi, Howto add text boxes to browser window obtained by uigetfile()?
From: Walter Roberson on 27 Apr 2010 11:13 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 27 Apr 2010 16:09 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
|
Pages: 1 Prev: permutation Next: Making a music player with Matlab |