October 23, 201015 yr I have written a solution for a therapy practice. The opening script uses the "Show Custom Dialog" script step to give the user feedback about which plugin's are functioning. It contains more information then can fit in the default size of the dialog box. Is there a way to set the size of this box so that a new user can see all the information without having to manually resize the box? I am using FM 11 advanced Edited October 23, 201015 yr by Guest
October 23, 201015 yr No, the "Show Custom Dialog" dialog box size is controlled by the user's interface only. The size is not programmable. You have two options for a larger dialog box. (1) Use a plug-in that provides the ability to create custom-sized dialog boxes. (2) Use a new layout instead of a Show Custom Dialog. You can open up a new window to show this new layout. You can programmatically resize the new window.
Create an account or sign in to comment