LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I am making changes to my GUI but when I run it a previous version is running.

Solved!
Go to solution
I cannot see the changes that I have made in my GUI.
0 Kudos
Message 1 of 5
(3,802 Views)

If you enabled Embed project UIRs option from the Target Settings dialog, you have to re-build your exe/dll in order to see the changes.

 

Is that the case for you? 

S. Eren BALCI
IMESTEK
Message 2 of 5
(3,801 Views)
No I did not have it enabled. But when I enabled it and then rebuilt it, it seems to be working. Is this the way it is supposed to function. If so thx a million.
0 Kudos
Message 3 of 5
(3,799 Views)

Well, if it wasnt enabled, then I cannot see a reason why it did not work as it supposed to.

 

Are you sure the UIR file included in the project and the one specified in your LoadPanel function are the same?

 

You can choose your own method.

1- Enable the option and carry only the executable to distribute your application. Do not forget to re-build.

2- Disable the option and carry the uir file together with your exe to distribute your application. No need to re-bıild when uir changed.

S. Eren BALCI
IMESTEK
Message 4 of 5
(3,797 Views)
Solution
Accepted by topic author InquiringMind

It seems that I had two versions of the uir file. Once I deleted one it started working correctly.

Thanks

0 Kudos
Message 5 of 5
(3,767 Views)