-
edittext changed in cs3 ?
I’m starting to re-write some of my scripts to work in cs3 and have found that the ‘return’ key does not apply a carriage return when typing text into an ‘edittext’ box. Here’s the code –
win.infopnl = win.add(‘panel’, [20,225,530,395], ‘Info’);
win.infocomment = win.infopnl.add(‘edittext’, [20,60,420,140], “”, {multiline: true});I was trying to find examples where someone has already done this in cs3, and downloaded Jeff’s rd_SimpleConsole.jsx script, but couldn’t do a carriage return in that either.
What’s gone and changed in cs3 to stop this working ?
Thanks,
Stephen.
Sorry, there were no replies found.