| Author |
context menyu not closing
|
amarshi mohanty
Ranch Hand
Joined: Jul 01, 2008
Posts: 109
|
|
hi,
for the below code ,I m able to get the menu item value on contextmenu, but the response time is very slow.
i need to get the cut option enable first on click of any leaf node and when i click the next time then the paste menu will be enable .
but its not that first .
and sometimes the contextmenu is not even closing, the functionality works fine , but the component behaves very slowly.
is there anyway i can improve the performance of the component.
Regards,
amarshi
|
SCJP (97%), SCWCD (95%))
|
 |
Brendan Healey
Ranch Hand
Joined: May 12, 2009
Posts: 181
|
|
You don't specify but it looks like you're using RF 3.3.* and to be honest I've only ever used RF 4. At a guess you need to
move the contextMenu outside the rich:tree, it doesn't need to be a child component because of the attachTo (renamed to
target in RF 4.2.0.CR1). That's the way you'd do it in RF 4 anyway.
Regards,
Brendan.
|
 |
amarshi mohanty
Ranch Hand
Joined: Jul 01, 2008
Posts: 109
|
|
Hi Brendan Healey,
I tried doing the same, but it doesn't make any difference.Is it a problem with the 3.3 version?
Regards,
Amarshi
|
 |
 |
|
|
subject: context menyu not closing
|
|
|