Opening PopupChooserBuilder from a dialog
Hi,
In my plugin iam opening a dialog from write action. From the dialog i want to open a poup using PopupChooserBuilder.
I want to continue with dialog code execution only after the value is selected from poup. How can i do this.
请先登录再写评论。
Hi! It's too abstract. Could you please describe the whole idea? Creating a list popup isn't a problem. For example, look at the Recent Files Button http://i.imgur.com/jnRKZbo.png
Why do you need write action while opening a dialog? It's wrong.
Open the dialog, collect necessary data, close dialog and perform write action.