In the application.showFormInDialog() method the window title is showing wrongly. I think it just shows whatever it has been set for the first time.
Servoy Developer
Version 3.5 b3-build 503
Java version 1.5.0_11-b03 (Windows XP)
In the application.showFormInDialog() method the window title is showing wrongly. I think it just shows whatever it has been set for the first time.
Servoy Developer
Version 3.5 b3-build 503
Java version 1.5.0_11-b03 (Windows XP)
In 3.5.1, my method fires:
application.showFormInDialog( forms.PopupWBS, -1, -1, 605, 415, 'Create a WBS Line', false, false, false);
And the form opens with the title of the previous formindialog. Happens consistently. Eventually it catches up, after you’ve closed the formindialog several times and reopened it, using the same code.
Please file a case in the Support System for this.
Paul