Post #1163:
oh
📋 Metadata
- Author: roaoao
- Date: 2017-12-27 13:13:43
- Type:
answer - Quality Score: 8/10
- Reply to: post_01162
- Replies (1): post_01164
🏷️ Tags
popup-dialog hotkeys intermediate solved
⚙️ Related PME Features
- Popup Dialog Editor
- Stack Key Editor
- Python Scripting
- Command execution
💬 Content
ohsilentone:
is there a way to have a pop up dialogue box appear in a specific place rather than under the mouse?
Hi, yes, you can use Stack Key with one slot to move the mouse and open the popup:
C.window.cursor_warp(300, 200); open_menu("Popup Dialog")
Or use this code in pie’s slot (Command tab).