Thread Subject: GUI with more than one figure. Menus

Subject: GUI with more than one figure. Menus

From: Mario Ruz

Date: 21 Aug, 2008 19:58:02

Message: 1 of 2

Hello

I have a GUI created. The problem is that I have a lot of
parameters and I'd like to define them in a NEW figure
which appears when pushing a button or from a menu created,
for example called "options". How can I create a new Figure
with some edit texts and static texts in the same way I
create the "main" figure with GUIDE?.

I think it is important to have several windows for complex
GUIs.

Kind regards, Mario.

Subject: GUI with more than one figure. Menus

From: matt dash

Date: 21 Aug, 2008 20:10:02

Message: 2 of 2

"Mario Ruz" <mario_ruz@hotmail.com> wrote in message
<g8khca$98c$1@fred.mathworks.com>...
> Hello
>
> I have a GUI created. The problem is that I have a lot of
> parameters and I'd like to define them in a NEW figure
> which appears when pushing a button or from a menu created,
> for example called "options". How can I create a new Figure
> with some edit texts and static texts in the same way I
> create the "main" figure with GUIDE?.
>
> I think it is important to have several windows for complex
> GUIs.
>
> Kind regards, Mario.


Make the new gui just like you made the old one, have a
button on the old one call the new gui the same way you
would call it from the command line. Pass data between them
as an extra input to the new gui's call (it'll be in
varargin), or (what I like to do) store it in the guidata of
the root, which is accessible by all objects:
set(0,'userdata',handles) etc.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
guide figures m... MRR 21 Aug, 2008 16:00:19
rssFeed for this Thread

Contact us at files@mathworks.com