Page 1 of 1

Image dissappears

PostPosted: 20 Dec 2014 10:38
by etwoss
Hi

I'm showing a dialog and after a few seconds the image disappears!

Code: Select all
    FDlg := IWCGCreateMessageDialog('', mtConfirmation, [mbYes, mbNo],
      procedure(Dialog: TIWCGJQMsgDialog; AResult: TModalResult)
      begin
        if AResult = mrYes then
        begin
        end;
    end);

    FDlg.JQDialogOptions.ShowCloseIcon:= False;
    FDlg.JQDialogOptions.Resizable := False;
    FDlg.JQDialogOptions.AutoHeight := True;
    FDlg.JQDialogOptions.AutoWidth := True;
    FDlg.Message := 'Signalering voltooien?';

    FDlg.JQDialogOptions.OnClose.OnEvent := DialogClose;
    FDlg.AjaxReRender();

Re: Image dissappears

PostPosted: 22 Dec 2014 12:10
by Alexander Bulei
Hi Eric,

Fixed in v2.4.0.119

IWCGJQImage
- Fixed: Ajax picture change issue


Best Regards.