showFormInDialog() parameter order

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.

use for x,y,widt,heigt

-1,-1,-1,-1 if you don’t use them,

than the dialog is placed in the middle of the screen, widht default values.

I knew I missed something. thanks!