Lua V2 Dialogs

Started by Darkknight900

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.

gramps Lv 1

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)

Darkknight900 Lv 1

ok that worked thank you didn't know that this lua convention had affect to this but its annoying anyway… thank you