Menu inherits from List.  The struggle will be about eliminating the
click-and-dismiss and roll over behaviors of Menu.  If you look into
"states", you can probably get what you want by having Lists and Forms
appear as needed.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of jerlogan
Sent: Friday, December 07, 2007 8:58 PM
To: [email protected]
Subject: [flexcoders] Re: Combining Menu, List, Form

 

Thanks for the response.

My thinking was along the lines : If a menu allows a checkbox, it 
allows a flag to be set, so entering data for a form would not be 
inconsistent. This just allows user to look at the contents of the 
form and glide over to other menu items without actually entering the 
form... (The form should seamlessly disappear as user gets back to 
parent menu...)
I wanted a list to be part of a menu so that it can offer multiple 
selections. (Again one could just navigate to the list while the rest 
of the menu is open and glide over without actually selecting the 
list elements...)..

I needed Menu-->list/form as i also had the need for submenus..

Can i not capture Menu's event listener for Hide event and unhide it? 
(could anyone tell me how to unhide a menu this way...)

-jaihari

--- In [email protected] <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> It is probably possible, but is likely to be quite difficult. Is 
this a
> common UI pattern somewhere? I would think most users would not 
expect
> to enter information in submenus.
> 
> 
> 
> If you don't need the fact that menus float over other things, you 
could
> probably take an easier route of having a list whose selection 
causes a
> form to be positioned near it.
> 
> 
> 
> ________________________________
> 
> From: [email protected] <mailto:flexcoders%40yahoogroups.com>

[mailto:[email protected] <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of jerlogan
> Sent: Friday, December 07, 2007 3:28 PM
> To: [email protected] <mailto:flexcoders%40yahoogroups.com> 
> Subject: [flexcoders] Combining Menu, List, Form
> 
> 
> 
> I am new to flexworld. I apologize if this question sounds strange.
> Is it possible to combine a menu to lead to a form or a list.
> In otherwords can a submenu be a form or a list?
> 
> I attempted to have a menu selection open up a form, but the effect
> is that the original menu disappears leaving the form open etc. I
> understand that one could prevent the menu from hiding in this case
> etc. I just want to know if there is some other way to achieve the 
same.
> 
> Thanks in advance for any response,
> -jer
>

 

Reply via email to