Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Thumbnail select event

Guest
Feb 19, 2014 Feb 19, 2014

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.

TOPICS
Scripting
548
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 24, 2014 Feb 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..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 25, 2014 Feb 25, 2014
LATEST

Hi,

thank you very much for your valuable reply.

thanks

mahedi

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines