Adding desktop module dialog inside monkey app

Monkey Targets Forums/Desktop/Adding desktop module dialog inside monkey app

Terrion(Posted 2015) [#1]
Hello. I'm kind of a rookie at programing in monkey. I want to develop a scene editor, and i need a button to open a dialog window to enter some numbers. What is the simplest way to do that? (desktop target)


StoneFaceEXE(Posted 2015) [#2]
You have a few choices:
1) Use modules that have UI elements you need.
For example this one: http://www.monkey-x.com/Community/posts.php?topic=6132
2) Create UI elements you need yourself.