Darkknight900 Lv 1
If you have a too long string either at a label or a button or a slider etc. the window and or the additional items wont consider the long string. Long strings must be splitted for now :/
Hopefully this can be fixxed soon.
If you have a too long string either at a label or a button or a slider etc. the window and or the additional items wont consider the long string. Long strings must be splitted for now :/
Hopefully this can be fixxed soon.
Here is a screenshot what i mentioned.
You can have a two-line string by using lua strings delimited with [[ … ]] as follows:
ask.AA = dialog.AddCheckbox([[Note the AA code
hello this is a long strong on two lines]], true)
ok that worked thank you didn't know that this lua convention had affect to this but its annoying anyway… thank you