showTextToolbar in showFormInDialog

I have a form shown in a Dialog.
In my code I selected the TextToolbar TRUE.
The toolbar shows greyout even when selecting text in a field.
This is my code:

application.showFormInDialog(forms.Projecten,300,800,500,400,‘List’,false,true,‘mydialog’,false);

Anyone?

Servoy Dev. 3.5.3
Vista

Does your field have a display type RTF_AREA or HTML_AREA ?
The text toolbar only works with those display types.

Hope this helps.

You are right (again) thank you Robert.

Regards,
Ron

Hello!

I have an issue that the parameters , [y], [width], [height] of the function ‘showFormInDialog()’ doesn’t work correct in Servoy 3.5.3. When I set ‘-1, -1, -1, -1’ the dialog is displayed in the middle of the screen in layoutsize. But when I change the values to ‘300, 200, 450, 250’ I always get the dialog window like before.

Regards
Thomas

HI Thomas,

try to restart your developer or change the window name
Servoy now is remembering the last position of the window based on his name.

Thank you Harjo, you are right. It’s ok to know that it works, but not nice for trying and testing the changes in Servoy Dev…

Thomas