CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

CGJQImage, bug in 2.4.0.117?

by pierobonf@contal.it » 21 Dec 2014 07:59

Hello,

If i try to assign an image at run time, example:
IWCGJQImage1.Picture.Url := 'Test.jpg';
i receive an exception: "Invalid characther in the URL".

Best regards,

Francesco Pierobon
pierobonf@contal.it
 
Posts: 13
Joined: 06 Sep 2014 10:57

by ScottWGast » 21 Dec 2014 19:21

Try this:
Code: Select all
var
    strPath: String
begin
    strPath := 'c:\mypictures\';
    imagePanel.Picture.Picture.LoadFromFile(strPath + 'test.jpg');
end;


HTH!
Scott
ScottWGast
 
Posts: 875
Joined: 23 May 2012 11:02

by pierobonf@contal.it » 22 Dec 2014 13:46

Hello,

Thank you for your reply but also with LoadFromFile the url is wrong. In my case:
"http://127.0.0.1:8888/MWaBkU7OF0gAqVse3lpgQa/$/%5C/imgcache%5C/RESelezMsk1Form_CGImage1_CGIMAGE1.png"

the red part is obviosly a mistake.

Francesco Pierobon
pierobonf@contal.it
 
Posts: 13
Joined: 06 Sep 2014 10:57

by Alexander Bulei » 22 Dec 2014 16:12

Hello,

This issue is already fixed and available in new v2.4.0.119.

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 ScottWGast » 22 Dec 2014 16:52

Ahhhh... ok!

sg
ScottWGast
 
Posts: 875
Joined: 23 May 2012 11:02


Return to General

Who is online

Users browsing this forum: No registered users and 70 guests

Contact Us.