CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Extension to JQWpaint

Suggest new components/features

by zsleo » 01 Jan 2017 23:17

Request: can you please implement a .OnAfterSave for JQWpaint as you have done for JQImage

TIA
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33

by Alexander Bulei » 03 Jan 2017 17:52

Hi zsleo,

No need, since the Image have onAfterSave:

delphi code
procedure TIWForm10.IWAppFormCreate(Sender: TObject);
begin
IWCGJQImage1.OnAfterSave:= IWCGJQImage1AfterSave;
end;

procedure TIWForm10.IWCGJQButton1JQButtonOptionsClick(Sender: TObject; AParams: TStringList);
begin
IWCGJQWPaint1.ExportToImage(IWCGJQImage1);
IWCGJQImage1.SaveImage('C:\temp_wpaint.png');
end;

procedure TIWForm10.IWCGJQImage1AfterSave(Sender: TObject; const AFileUrl: string);
begin
sleep(0);
end;


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 zsleo » 03 Jan 2017 20:39

Sorry! I completely missed that... I will try later today.

Thanks
zsleo
 
Posts: 776
Joined: 03 Feb 2013 03:33


Return to Suggestions

cron

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.