Skip to main content
Participant
November 27, 2013
Question

ScriptUI edittext scrollbar problem with Bridge CC Mac

  • November 27, 2013
  • 2 replies
  • 1028 views

Hello,

With Bridge CC for Mac, in the UI, the scrollbar which come with edittext and multiline option, is not active.

The scrollbar on the right appears by typing text or ENTER, but not by scripting.

Any idea? Thanks

#target bridge

var textgen = new Array();

for (var r = 0; r < 15; r++) {

    textgen = ("line "+r);

    }

var generatedtext = (textgen.join('\n')); 

var win2 = new Window("dialog", undefined, [0,0,200,200], ); // UI

with(win2){    

    win2.eText = add( "edittext", [5,45,140,175], generatedtext, {multiline: true, scrolling: true} ); // problem here with Bridge CC Mac

    win2.retour = add( "button", [150,5,195,32], "Close" );

    }

win2.retour.onClick = function() {win2.close();};

win2.center();

win2.show();

This topic has been closed for replies.

2 replies

GaborM
Participating Frequently
May 8, 2014

Was about to post about this, pretty sad to read that it's indeed a bug and it's unresolved!

Known Participant
May 9, 2014

It is clear Adobe does not support their scripting environment.  I have several large scripts that will only run in CS5, requiring me to keep CS5 on my computers.  You might want to think twice before investing much time in Bridge scripting...

GaborM
Participating Frequently
May 9, 2014

Yeah I completely gave up the idea of scripting Bridge for now, hope they will clean up all this in a near future.

Pedro Cortez Marques
Legend
November 27, 2013

Welcome to the wonderful world of bridge UI unsolved bugs!

On Mac and PC bridge, CS6 or CC

Sign the petition if we want to make some pressure on in here:

http://gsfn.us/t/34ccy

and here:

http://gsfn.us/t/46vwa

It time to say it:

If (Bridge_Team.exists) {

     alert("Help on this old unsolved bug!")

} else {

     alert("Cloud CC deserves our trust?");

}