Since a few monthes I'm using the IDE of VIP 7.401, it behaves randomly.Follows a list of the main unexpected behavior I sometimes encounter during migrating projects from 7.3 to 7.401. That are, may be, "youthfull indiscretions"...?
1) When modifying a dialog for instance in the IDE, after saving the IDE window and compiling the package, appears a window with the prompt :
"File PackageName/FileName.pro changed outside the IDE"
offering the choice Reload/ignore.
It's a wrong information, because I'coming from the IDE. If I choose ignore, all is right. If I choose Reload, it can happens that an object added in the IDE window is not written, after compiling, in the automatically maintained region of the implementation. Very strange... In that case, the only solution is to go back to the IDE, remove the object, and redesign it.
2) When adding in the IDE an editControl, it can happens that the height line of the properties is unreacheable : the height's value cannot be changed in its window.(Which is the normal case for a checkBoxControl, I suppose...). If I save in that state, the height-line of the editControl does not appear in the automatically maintained region of the implementation. In that case, the only solution is to go back to the IDE, remove the editControl, and design it again. Conversly, it happened that an object cut in the IDE keeps a method written into the automatically maintained region (onOKClick, if I right remember...).
3) When leaving the IDE after a modification, if I try to push directly the Compile Module button of the toolbar, it does not work. One must make a right click upon the pack file and select the compile package option. After that, the Compile Module button of the toolbar works normally.
I hope that in the next release, the IDE will recover it's perfection of 7.3.
