FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Vertical menu
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Vertical menu
Posted: Fri Apr 04, 2008 10:39 PM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Vertical menu
Posted: Sat Apr 05, 2008 08:59 AM

Silvio,

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

There are many options :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Vertical menu
Posted: Sat Apr 05, 2008 07:06 PM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Vertical menu
Posted: Sat Apr 05, 2008 07:18 PM

Silvio,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Vertical menu
Posted: Sat Apr 05, 2008 08:01 PM

ok but i want only the submenu

Best Regards, Saludos



Falconi Silvio
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Vertical menu
Posted: Sat Apr 05, 2008 08:05 PM

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

Continue the discussion