Vertical menu

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Vertical menu

Post by Silvio »

Dear friends,
have U an idea or a test program to create a vertical menu.
i must insert it in a small part of a dialog.
thanks
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Silvio,

You can use a listbox, or a tree, or a browse.

There are many options :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

can i use the part of menu pulldown as i must show only one menu often the menu title?
sample
if i write
menu
menuitem "test"
menuitem "test"
endmenu

this write the menu in orizontal on a line
can i use these line for create the menu in vertical
where i must modify and wich class?
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Silvio,

You can create a pulldown menu with just one menuitem, that has a submenu.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

ok but i want only the submenu
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

You may use the system menu, modified with your own options.

If you want a non Windows standard behavior, then you have to code a new class for it. If you use a listbox, a tree, or a browse, you will save the work to create such class.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply