Hey,
I wanna Input some Numbers via Lua Plugin. But when I do it like the following code, It opens the Textwindow.
Is there a way to open the calculator to Input a number?
Hey,
I wanna Input some Numbers via Lua Plugin. But when I do it like the following code, It opens the Textwindow.
Is there a way to open the calculator to Input a number?
I don't know how to do it directly but a MessageBox() has the ability to add one.
local options = {
title="This is a title", --string
timeoutResultCancel=false, --bool
messageTextColor=nil, --int|string
message="This is a long\nMultiline\nMessage", --string
commands={
{value=0, name="NO"}, --int, string
{value=2, name="YES"}
},
inputs={
{name="INPUT 1", value="123", blackFilter="", whiteFilter="0123456789", vkPlugin="NumericInput", maxTextLength = 3},
},
}
local r = MessageBox(options)
Display More
If you do:
cd 16.2.1
list
that will give you a list of textures in the command line. not all of them work but I think the one you are looking for is either logo or logo_small haven't tested though.
ok Thanks!
Don’t have an account yet? Register yourself now and be a part of our community!