Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Vertical menu with submenu
Tue, Sep 8 2015 11:05 AMPermanent Link

Christian Kaufmann

I looked at the TMenu component. I would like to have some main topics on top level and some topics on a second level. Click on the main topic would just open the list of subitems.

Did I miss something?

Or do I have to implement this myself?

cu Christian
Tue, Sep 8 2015 12:13 PMPermanent Link

Walter Matte

Tactical Business Corporation

Christian Kaufmann wrote:

I looked at the TMenu component. I would like to have some main topics on top level and some topics on a second level. Click on the main topic would just open the list of subitems.

Did I miss something?

Or do I have to implement this myself?

cu Christian


Tim answered in another thread.  This is coming in a future release.
Tue, Sep 8 2015 12:16 PMPermanent Link

Walter Matte

Tactical Business Corporation

Walter Matte wrote:

Christian Kaufmann wrote:

I looked at the TMenu component. I would like to have some main topics on top level and some topics on a second level. Click on the main topic would just open the list of subitems.

Did I miss something?

Or do I have to implement this myself?

cu Christian


Tim answered in another thread.  This is coming in a future release.


http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_general&page=1&msg=6941#6941
Tue, Sep 8 2015 3:31 PMPermanent Link

Christian Kaufmann

Walter Matte wrote:

> Tim answered in another thread.  This is coming in a future release.
>
> http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_general&page=1&msg=6941#6941

I read this post, but I want a menu on the left side with the topitems and the subitems all in the
same column, but only the subitems of one topitems are expanded.

cu Christian
Wed, Sep 9 2015 10:20 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Christian,

<< I read this post, but I want a menu on the left side with the topitems and the subitems all in the same column, but only the subitems of one topitems are expanded. >>

So, you want a vertical menu, but with items being able to expand into sub-menus, correct ?  If so, then that will be coming with 2.02, which will have a TMenuBar and will implement the functionality for capturing mouse input and floating sub-menus.

Tim Young
Elevate Software
www.elevatesoft.com
Wed, Sep 9 2015 4:23 PMPermanent Link

Christian Kaufmann

Tim Young [Elevate Software] wrote:

> So, you want a vertical menu, but with items being able to expand into sub-menus, correct ?  If

Yes something like that

Main1
 Sub11
 Sub12
 Sub13
Main2
 Sub21
 Sub22
Main3
Main4

Main1 - Main4 are always visible
Sub Items are visible or not depending on the click on the Main item. So it's some kind of tree
expand/collapse behaviour.
I made some indention in my example but in fact I would prefere to align all items, but main items
could be bold and/or a different background color than the sub items. And one item will be the
selected item (e.g. special color) and will correspond with the content in the client area.

cu Christian
Image