CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Mailto

by etwoss » 03 Jan 2015 11:31

Hi

What should be the link property for calling mailto?

just mailto:recipient@example.com does not work

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Alexander Bulei » 05 Jan 2015 10:54

Hi Eric,

Removed validation function of link property in next beta build.

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

by etwoss » 05 Jan 2015 13:18

Hi

You mean

mailto:recipient@example.com

Should have worked?

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Alexander Bulei » 05 Jan 2015 13:30

etwoss wrote:Hi

You mean

mailto:recipient@example.com

Should have worked?

Eric


Yes ;)
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

by etwoss » 10 Jan 2015 10:32

Hi

Just installed latest version

lblLink.Link := 'mailto:' + Datamodule.qryClientInfoEMAIL.AsString;

Still does not work.
Old version showed some webpage, this version does nothing.

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Alexander Bulei » 12 Jan 2015 11:02

Hi Eric.

Clearly, must also fill the text property.

delphi code
lblLink.Text:= 'Test #1'


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

by etwoss » 14 Jan 2015 18:56

Hi

Label was connected to a Database field, but added some text,
No result!

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Alexander Bulei » 14 Jan 2015 19:02

Hi Eric,

delphi code
procedure TIWForm10.IWAppFormCreate(Sender: TObject);
begin
IWCGJQLabelEx1.Link:= 'mailto:recipient@example.com';
IWCGJQLabelEx1.Text:= 'recipient @ example.com';
end;


Work as expected.

Note: Property Link doesn't support async change.

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

by etwoss » 15 Jan 2015 08:54

Hi

can you try connection the label using datalink

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Alexander Bulei » 15 Jan 2015 10:13

Hi Eric,

DataLink will set only the text!

Note: Property Link doesn't support async change.


Send me the simple testcase or quote of code.

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

Next

Return to JQLabelEx

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.