FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Adding a pullldown menu at runtime.
Posts: 100
Joined: Wed Oct 04, 2006 04:50 PM
Adding a pullldown menu at runtime.
Posted: Wed Oct 18, 2006 09:01 PM

Hi all,

I was able to add a menu item in the system menu that was created in the resource file at runtime.

My next task requires to add a pulldown menu at runtime.

Is it posible? How?

Many thanks!

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Adding a pullldown menu at runtime.
Posted: Wed Oct 18, 2006 09:21 PM

Have a look at TMenu:Add() or TMenu:Insert() methods.

EMG

Posts: 100
Joined: Wed Oct 04, 2006 04:50 PM
Adding a pullldown menu at runtime.
Posted: Wed Oct 18, 2006 09:49 PM

Got it.

Regards!

Continue the discussion