ShowFormInDialog has the following parameters;
( form, [x], [y], [width], [height], [dialog_title])
When I just want to add a title to the dialog I have to set the x, y, width and height as well. (or am I missing something?)
So my request is if the parameter order can be changed so that the dialog_title is placed behind the form parameter.