CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

IW 15.1.4 and latest CG Bug

by ozelaya » 23 Aug 2019 17:26

Hi,

Using latest IW an latest CG, the controls on TIWCGJQDialog are not rendered, just the dialog buttons. version 15.0 was working ok.

Thanks in advance,

Omar Zelaya
You do not have the required permissions to view the files attached to this post.
ozelaya
 
Posts: 193
Joined: 05 Apr 2013 21:06

by INFOSYS » 26 Aug 2019 09:48

Hi,
I can't confirm: with IW 15.1.4 and CG 4.0.1.208 - 212 my TIWCGJQDialog seems to work as expected...

But I have other strange effects:

CGGrid: https://www.cgdevtools.com/cgforum/viewtopic.php?f=118&t=3897

and

CGEdit PopupRegion: https://www.cgdevtools.com/cgforum/viewtopic.php?f=118&t=3898

And still no feedback...

Best Regards, Alfred.
INFOSYS
 
Posts: 24
Joined: 19 Feb 2014 11:12

by ozelaya » 26 Aug 2019 16:18

Hi,

What code do you use to make the TIWCGJQDialog visible?

Thanks in advance,

Omar Zelaya
ozelaya
 
Posts: 193
Joined: 05 Apr 2013 21:06

by INFOSYS » 27 Aug 2019 07:28

Hi ozelaya,
this is my piece of code for show a classic change password dialog:

Code: Select all
  fChangePwdDlg:= TfrmPassword.Create(Self, not ServerController.UserSession._pwdMustBeChanged);

  fChangePwdDlg.Parent := self;
  fChangePwdDlg.Name:= CGFindUniqueComponentName(Self, 'nPw');
  fChangePwdDlg.IWFrameRegion.JQDialogOptions.Buttons[0].OnClick.OnEvent := SetPasswordCancelClick;
  fChangePwdDlg.IWFrameRegion.JQDialogOptions.Buttons[1].OnClick.OnEvent := SetPasswordConfirmClick;

  if CGIsCallBackProcessing then
    fChangePwdDlg.IWFrameRegion.AjaxReRender // Async mode ok
  else
    fChangePwdDlg.IWFrameRegion.Visible := True; // Sync mode ok


And this is the Form:
27-08-2019 08-24-31.jpg


Best Regards, Alfred
You do not have the required permissions to view the files attached to this post.
INFOSYS
 
Posts: 24
Joined: 19 Feb 2014 11:12

by ozelaya » 09 Sep 2019 14:46

Hi,

I'm using a TIWCGJQDialog component placed on a IWForm and showing it with following code DialogMoverLic.AjaxReRender(true,false);.

Thanks in advance.

Omar Zelaya
You do not have the required permissions to view the files attached to this post.
ozelaya
 
Posts: 193
Joined: 05 Apr 2013 21:06

by ozelaya » 24 Oct 2019 16:03

Hi,

I'm still having this issue with latest build of CG and Intraweb.

Thanks in advance,

Omar Zelaya
ozelaya
 
Posts: 193
Joined: 05 Apr 2013 21:06

by ozelaya » 24 Oct 2019 17:06

Hi,

Removed the dialog from the form and added it again worked.

Thanks
ozelaya
 
Posts: 193
Joined: 05 Apr 2013 21:06


Return to General

cron

Who is online

Users browsing this forum: No registered users and 4 guests

Contact Us.