CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Image dissappears

by etwoss » 20 Dec 2014 10:38

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();
You do not have the required permissions to view the files attached to this post.
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Alexander Bulei » 22 Dec 2014 12:10

Hi Eric,

Fixed in v2.4.0.119

IWCGJQImage
- Fixed: Ajax picture change issue


Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal


Return to IWCGJQMessageDlg

Who is online

Users browsing this forum: No registered users and 0 guests

Contact Us.