Skip to main content
Inspiring
September 18, 2018
Question

UI dialog problem

  • September 18, 2018
  • 2 replies
  • 608 views

Hi experts,

In Adobe CC version of InDesign, the Java Script UI has a problem, if active the ui, it will cause script jump out InDesign (if some folders are open) after run the script.

    var
        w = new Window("dialog","UI_Stub", undefined, {closeButton: false}),
        p = w.add("panel"),
            mLine = p.add("group"),
                mStat1 = mLine.add("statictext", undefined, "Leave left: "),
                mEdit1 = mLine.add("edittext", undefined, ""),
                mStat2 = mLine.add("statictext", undefined, " character(s)"),
        mB = w.add("group");
        mB.add ('button', undefined, "OK", {name: "OK"}); 
        mB.add ('button', undefined, "Cancel", {name: "Cancel"});
        mLine.alignChildren = "left";
        mEdit1.characters = 3;
        mB.spacing = 50;
        mEdit1.active = true;
        if (w.show() == 1);

I active the mEdit1

Thanks

John

This topic has been closed for replies.

2 replies

JohnwhiteAuthor
Inspiring
September 19, 2018

thank you Peter.

John

Peter Kahrel
Community Expert
Community Expert
September 18, 2018

It's a known problem and has been reported. Please add your voice here:

Adobe InDesign: Bugs: Hot (1157 ideas) – Adobe InDesign Feedback

JohnwhiteAuthor
Inspiring
September 18, 2018

Hi Peter

Any solution to fix it?

John

Peter Kahrel
Community Expert
Community Expert
September 19, 2018

Well, I would have given it to you if I knew it, wouldn't I?