Jump to content

Why doesn't QuickDrop call my function?


Recommended Posts

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!!!!!

Link to comment

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.