I want to start a Rich Dialog asynchronously from a proces into an existing window. To do this I need to provide the window ID in the option "...an existing window with ID".

So, how can I get the window ID of a dialog?

asked 29.11.2011 at 11:49

Katharina%20Kaczmarczyk's gravatar image

Katharina Ka...
(suspended)
accept rate: 0%


You can use the following call in a Rich Dialog logic:

panel.getPanelAPI().getRootPanelDisplay().getRootId();

Attention, this not Public API but unfortunately the only way to get the Window ID.

Please see Issue 18447 which requests a Public API for the window ID.

link

answered 01.12.2011 at 10:37

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×40

Asked: 29.11.2011 at 11:49

Seen: 7,088 times

Last updated: 29.11.2011 at 11:49