Servoy 3.5 rc 4

Ok, I finally I figured out what’s specific to the showFormInDialog calls I’m having problems with. If you make a dialog plugin call before the showFormInDialog call, you get the blank dialog. I made a test solution and will submit to support today…but try this:

if( plugins.dialogs.showQuestionDialog( "confirm?",  "Confirm?",  "Yes",  "No" ) != "Yes" )
	return;
	
application.showFormInDialog( forms.employees,-1,-1,150,150,"Dialog",true,false,'dialog',true);

greg.