06-06-2007 09:18 AM
06-06-2007 10:11 AM
Hi Mitch,
Just a couple of questions.
- What version of CVI are you using? Is it the same version that you used when
the PromptPopup function was working?
- Did you move from different Windows OS's? I have seen issues before where
popups would display wrong on some operating systems and others would work?
- Is it pretty easy to reproduce?
- Is this on a deployed machine or development machine? In that I mean did you
create a CVI application and deploy it to a target machine and that is where
the strange behavior is occurring?
Best Regards,
06-06-2007 10:41 AM
The LabWindows version is 7.1.1. This is the same version that I was using when the PromptPopup function was working correctly.
The problem is happening on my development computer which has always had Windows XP and LabWindows Version 7.1.1 installed on it. Also, this is the same computer where the PromptPopup was working correctly in the past.
The message "%s is not a directory" is shown everytime that the PromptPopup is displayed.
Mitch
06-06-2007 11:45 AM
06-06-2007 12:07 PM
Hi Mitch,
One of my co-workers brought to my attention just a few minutes ago that your message files in the C:\Windows\sytem32\cvirte directory might have gotten corrupted somehow. If that's the case, let’s try these steps:
1) Make a backup of the cvirte folder by copying that folder to some arbitrary location.
2) Delete the cvirte folder
3) Do a repair of the CVI Runtime Engine under Control Panel >> Add/Remove Programs >> National Instruments Software.
Hopefully that will copy over the new and corrupt-free message files.
Let me know what happens!
Best Regards,
06-06-2007 12:29 PM
I did a repair of the CVI Runtime Engine and the problem has been fixed.
Thanks!
Mitch
11-18-2022 08:33 AM
I have a similary problem :
I'm using a promptpopup and I am waiting for a scan entry which is actually working. But the user can also presse the confirm button to close the window and I have no answer then...
Is there a solution ?