CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Ability to SELECT text in IWCGMessageDlg

by mrcarver » 17 Feb 2017 19:39

CG Gurus,

I am using the IWCGMessageDlg extensively to handle posting exceptions:
except
on E:Exception do
begin
lDlg := IWCGMessageDlg(E.Message, mtError, [mbOK], nil);
lDlg.Width := 350;
lDlg.Height := 200;
end;

The rendered text is not selectable, which is very tedious considering I am using GUIDS as primary keys. How can I make the IWCGMessageDlg selectable so I can easily COPY text for the purposes of debugging the raised exception.

Regards,
Monte Carver
mrcarver
 
Posts: 70
Joined: 05 Jun 2012 10:51

by Alexander Bulei » 20 Feb 2017 19:19

Hi mrcarver,

Its because of z-Index of label...and we have fixed for next beta build....

You can workarround until the build:

delphi code
lDlg.Label_.StyleRenderOptions.RenderZIndex:= False;


Thank you.

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 JQDialogEx

Who is online

Users browsing this forum: No registered users and 3 guests

Contact Us.