From: Gonçalo on
Hello,

I was wondering if it's possible to place a pop-up menu inside a cell in a uitable.

The objective is to have a pop-up menu that allows (or not) the user to input data in the following columns.

For example, if the first columns is the pop-up menu and it has the options of choosing between a object and a color:

| Object/Color | If object allow to insert object name here | If color allow to insert color name here|

note: the " | " represent columns.

This is a very simple example just to put in context why i need a pop-up menu.

Any suggestions for alternative method to do so are greatly appreciated.


Thanks in advance!
From: Gonçalo on
Sorry!

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/uitable.html

Failed to do a proper search in help before asking...


"Gonçalo " <my_zin(a)hotmail.com> wrote in message <htm00k$d3q$1(a)fred.mathworks.com>...
> Hello,
>
> I was wondering if it's possible to place a pop-up menu inside a cell in a uitable.
>
> The objective is to have a pop-up menu that allows (or not) the user to input data in the following columns.
>
> For example, if the first columns is the pop-up menu and it has the options of choosing between a object and a color:
>
> | Object/Color | If object allow to insert object name here | If color allow to insert color name here|
>
> note: the " | " represent columns.
>
> This is a very simple example just to put in context why i need a pop-up menu.
>
> Any suggestions for alternative method to do so are greatly appreciated.
>
>
> Thanks in advance!