Skip to main content
February 19, 2014
Question

Thumbnail select event

  • February 19, 2014
  • 1 reply
  • 566 views

Hi,

help me.

when i run the script every functionality will be loaded and before loaded if i not select a thumb on bridge i got message which i given but  after loaded the script when i select a thumb get no message which pinrt.

function addFilelogScriptPalette(doc)

    {

             var sel = doc.selections;

             //$.writeln(sel.length);

            

             if(sel.length == 0)

             {

                 alert("Select file");

                 return false;

             }

            var fileName = sel[0].name;

          $.writeln(sel[0].name);

  }

i mean when i select every thumb i want to get each file inforation.

would u please help me in this regards.

Thanks.

This topic has been closed for replies.

1 reply

Participating Frequently
February 24, 2014

Have a look at this post http://forums.adobe.com/thread/1189554

It shows how to setup a thumbnail select event and may help you..

February 25, 2014

Hi,

thank you very much for your valuable reply.

thanks

mahedi