01-07-2010 02:22 PM
Hi all,
I have a function in my lvlib that contains a control called control1.ctl, and the control is in folder1. I copy control1.ctl to another folder called folder2 without renaming the control. Then, in the same project, I used both controls from the two different folders. I thought the control used in the lvlib is going to be saved from naming conflict? What's going on?
Yik
01-08-2010 02:11 PM
01-11-2010 12:28 PM
01-11-2010 12:40 PM
It probably opens the first one it get to. I bet if you look at the warning on the start up that it tells you that i got if from C:\....\folder1 or folder2. If you change the name on one I bet it would open from the other.
I don't beleive that you can have control1.ctl open twice with two different versions.
01-11-2010 01:32 PM
aeastet wrote:I don't beleive that you can have control1.ctl open twice with two different versions.
You can, as long as they are in separate libraries, as the library name would be part of the name.
To OP: I'm not sure what you're doing wrong, but it is possible to have two controls of the same name as long as they are in separate libraries. See attached example.
01-11-2010 03:32 PM
It can work, if the control is actual part of the lvlib.
If you open the control the title of the control should contain the lvlib name.
If not, add the control to the lvlib and resave.
Ton