Skip to main content
This topic has been closed for replies.
Correct answer try67

Yes. Use the app.response() method and populate the response field with the

value you want the user to copy.

On Tue, Nov 22, 2016 at 2:39 PM, ChristianBahnsen <forums_noreply@adobe.com>

3 replies

JR Boulay
Community Expert
Community Expert
November 25, 2016

One day, one of my client asked me to display some infos from its form in the Console because "it looks like more professional".

Acrobate du PDF, InDesigner et Photoshopographe
JR Boulay
Community Expert
Community Expert
November 24, 2016

Or you can display anything in the JavaScript Console.

Acrobate du PDF, InDesigner et Photoshopographe
ChristianBahnsen
Inspiring
November 25, 2016

I think end users would be put off by the javascript console.  I was looking for a way to display a proposed file name that they could copy, and the app.response() approach can do that.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
November 22, 2016

Yes. Use the app.response() method and populate the response field with the

value you want the user to copy.

On Tue, Nov 22, 2016 at 2:39 PM, ChristianBahnsen <forums_noreply@adobe.com>

ChristianBahnsen
Inspiring
November 22, 2016

OK, not exactly what I had in mind (I was thinking in terms of an alert box) but that'll work.

Thanks

try67
Community Expert
Community Expert
November 22, 2016

You can create your own Dialog object...