Skip to main content
Apollo102
Inspiring
October 23, 2015
Question

non-modal dialog box in FrameScript possible?

  • October 23, 2015
  • 2 replies
  • 558 views

Hi,

I need a non-modal dialog box. Unfortunately, I couldn't find a useful approach to it yet and fear that it doesn't work with FrameScript. Can anybody confirm this or give me some advice how it works?

Thank you very much in advance!

Regards,

Apollo102

This topic has been closed for replies.

2 replies

frameexpert
Community Expert
Community Expert
October 23, 2015

Non-modal dialog boxes are possible in both FrameScript and ExtendScript. Which language are you using?

www.frameexpert.com
Apollo102
Apollo102Author
Inspiring
October 23, 2015

Hi Rick,

I use ExtendScript. It works with the code which I have previously posted.

var ItemListSelectDialog = new Window("palette", DialogTitel , {x: window_xpos, y: window_ypos , width: window_width, height: window_height}, { resizeable: true, borderless: false});

I have found the information here:

Adobe FrameMaker-12 Object Model JS: Window (SUI)

Or is there another better way?

Thank you.

Regards

Apollo102

Apollo102
Apollo102Author
Inspiring
October 23, 2015

I found something as a good starting point:

Adobe FrameMaker-12 Object Model JS: Window (SUI)

Apollo102
Apollo102Author
Inspiring
October 23, 2015

var ItemListSelectDialog = new Window("palette", DialogTitel , {x: window_xpos, y: window_ypos , width: window_width, height: window_height}, { resizeable: true, borderless: false});