Hi,
Info: Windows XP and CVI 8.
I am using NewCtrlMenuItem to edit the menu options depending on the Tree item the user clicks.
When the user performs a right click event I setup a postdeferred callback to make sure I get the correct tree item. In the callback I modify the menu according to the tree item selected.
It appears that the CVI tree control menu pops up before the postdeferred callback is executed.
Is there anyway to delay the menu from being displayed until after the postdeferred callback has been executed?
Thanks,
Garth