04-29-2009 03:23 PM
Solved! Go to Solution.
04-29-2009 03:35 PM
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?
04-29-2009 03:38 PM
04-29-2009 03:48 PM
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.
04-30-2009 06:11 AM
It seems that I had two versions of the uir file. Once I deleted one it started working correctly.
Thanks