spaghetti_developer Posted October 28, 2013 Report Share Posted October 28, 2013 Hi guys, I have done a function that would work with the QuickDrop window. The funcion has to be a plugin. The problem is that even though on the ShortCut list of the QuickDrop window the function apears the window doesn't call the function. I tell this because I set a break point into the function and the code doesn't stop and do nothing! I have tested the function calling it from an external VI and it seems working well. Is there to set a special property on the VI to let it to work with the QD? Ok... It is resolved... It was enough to close and open labview again!!!!! Quote Link to comment
hooovahh Posted October 28, 2013 Report Share Posted October 28, 2013 To add to this, when a quick drop function runs, it runs in a different application instance. This may make debugging slightly more difficult. Once you get a break point to trigger you don't really need to worry about it but I'm guessing what the issue was is that you set a break point, but it was for the main application instance, and hasn't been resaved, so when the quick drop ran the break point wasn't called in the new application instance. Quote Link to comment
spaghetti_developer Posted October 29, 2013 Author Report Share Posted October 29, 2013 Thank you hooovahh for your support in this matter..... Quote Link to comment
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.