V
vlsidesign
Guest
I have a script that remasters some of the instances. The script opens
certain views for readonly, and then if it contains instances that I
want to remaster, I then check it out, open for edit, and do the
changes, and then check in.
However, if I already have the cell checked out, I don't want to do
the remastering of the instances, so I am trying to find a way to
check to see if a cell is already checked out and then way I can
ignore that cell. I can't seem to find a function or an attribute to
do that. I was thinking that ddCheckout would return 'nil' if it was
already checked out, but it doesn't. ... Any help is appreciated.
certain views for readonly, and then if it contains instances that I
want to remaster, I then check it out, open for edit, and do the
changes, and then check in.
However, if I already have the cell checked out, I don't want to do
the remastering of the instances, so I am trying to find a way to
check to see if a cell is already checked out and then way I can
ignore that cell. I can't seem to find a function or an attribute to
do that. I was thinking that ddCheckout would return 'nil' if it was
already checked out, but it doesn't. ... Any help is appreciated.