PDA

Click to See Complete Forum and Search --> : menupopup problem ?


toraj
Dec 3rd, 1999, 09:29 PM
i created a treeview and everytime user
right click on any treeview items , i create
a popup menu , but:
when i right click on one item and
my menu appears,i can not right click
on other treeview item , i have to choose
one of menus or click on other position
on the screen and close menu and then right
click on another treeview item .


excuse my bad english,
thanx

MartinLiss
Dec 3rd, 1999, 10:21 PM
While there may be a way to change the behavior, what you describe is the way popup menus usually work.

------------------
Marty

toraj
Dec 3rd, 1999, 10:59 PM
Finally find the answer !
in popupmenu command i use a flag the same below

popupmenu file_menu,2

2 is a flag that describe in vb help .

it is the only way to correct my problem .