Hello,
I am trying to show tool window on the uir which also has five images being displayed. I am using the following functions in the main program.
toolWindow = imaqSetupToolWindow (TRUE, 4, NULL);
imaqShowToolWindow (TRUE);
imaqSetCurrentTool (IMAQ_SELECTION_TOOL);
imaqMoveToolWindow (imaqMakePoint(275,500));
The tool window works fine for the first image i.e., I can use the zoom tool, rectangle tool, it shows co-ordinates of the cursor on the image but the tool window does not work on the rest of the four images. It seems as if it does not get activated for the rest of the four images except for the first image.
Is there any possible way how I can get it to work. I am sure I am using all the functions necessary but I may be lacking something. Any help?
Regards,
Nauman