Page 1 of 1

IWCGCreateMessageDialog close and resize

PostPosted: 02 Oct 2014 11:40
by etwoss
Hi

I'm not using the latest version and also could not found it in online documentation:

- Is it possible to hide the x button of the MessageDlg?
- Is it possible to hide the resize handle of the MessageDlg?

Eric

Re: IWCGCreateMessageDialog close and resize

PostPosted: 02 Oct 2014 11:53
by Jorge Sousa
Hi

also could not found it in online documentation


Let me give you an hand....


http://www.cgdevtools.com/docs/_html/IWCGJQDialog.TIWCGJQDialogOptions.htm

Re: IWCGCreateMessageDialog close and resize

PostPosted: 02 Oct 2014 12:25
by etwoss
Haha thanks, always look at the ..options

Re: IWCGCreateMessageDialog close and resize

PostPosted: 02 Oct 2014 12:26
by etwoss
Make the dialog adjust wigth based on its conten

Small mistake with "wigth"

Re: IWCGCreateMessageDialog close and resize

PostPosted: 02 Oct 2014 14:28
by Alexander Bulei
Hi Eric,

If you want only hide the [x] icon, use the ShowCloseIcon property.
2nd question, check the Resizable.

Best Regards.