Files
x06da/script/test.py
2015-12-15 14:46:11 +01:00

20 lines
443 B
Python

from startup import *
"""
show_message("My message", title = "Title", blocking = True)
print get_option("Choose:" , option_type = SwingUtils.OptionType.YesNoCancel)
print get_string("Enter string:", default = "default")
print get_string("Choose string:", default = "default", alternatives = ["default", "alt1", "alt2"])
print get_string("Enter password:", password = True)
"""
def tst():
inject()
print current.read()