Lock Item problem
hi,
whould me in regards.
any thumbnail, able lock lock symbol context menu lock item
but want favor/facility script
same issue label also
but i'm not able.
thanks.
if ((filelist[i] instanceof file) && (filelist[i].hidden == false)) {
var t = new thumbnail(file(filelist[0]));
t.label = "red";
$.writeln(t.label);
t.locked = true;
$.writeln( t.locked);
}
something this?....
#target bridge var filelist = app.document.selections; for(var in filelist){ if ((filelist[i].spec instanceof file) && (filelist[i].hidden == false)) { var t = filelist[i]; $.writeln( t.label = "select"); while(t.label != "select"){};//add delay update label $.writeln( t.spec.readonly=true); } }
More discussions in Bridge Scripting
adobe
Comments
Post a Comment