Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need fast help with PopupMenu

Status
Not open for further replies.

svirvyta

Computer
Joined
Jan 22, 2004
Messages
2
Location
LT
Hi,

I need to create like function menu with popup. Everything is fine, but then I click on Popup item PopupMenu closes. How to do that PopupMenu be closed only by user (with some button or something). Maybe you nkow other solutions, I need to create menu exactly like Popup or Main menu where items can be checked.

Please help as fast as you can

Vytautas
 
We could offer help if we know which programming language you are using.

Steven van Els
SAvanEls@cq-link.sr
 
Oh, I forgot, it's Delphi.
 
The PopupMenu works only with the right mouse click on a form, button or other visual component. Look in the object inspector at PopupMenu under tab events to link your form/control etc to your PopupMenu.

To put a check mark, each menu item has the property checked


Steven van Els
SAvanEls@cq-link.sr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top