Michael Aivaliotis Posted March 24, 2006 Report Posted March 24, 2006 Does anyone know how to programmatically add a separator line in a right-click context-menu? Quote
Jim Kring Posted March 24, 2006 Report Posted March 24, 2006 Does anyone know how to programmatically add a separator line in a right-click context-menu? Use the Application Item Tags. In this case, you want to use APP_SEPARATOR. Download File:post-17-1143199460.vi Quote
Michael Aivaliotis Posted March 25, 2006 Author Report Posted March 25, 2006 Use the Application Item Tags. In this case, you want to use APP_SEPARATOR.Download File:post-17-1143199460.vi Thanks Jim, I was actually doing this already but it wasn't working for me. It turns out that one of the menu functions was erroring out and thus not displaying the line. I was trying to perform a "disable" action on the line by accident. You can't do that to APP items. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.