Problem with TMSFMXCloudGContacts

Hi.


I buy TMS Cloud Pack, and TMS Cloud Pack for iOs for Rad Sudio XE4 Professional ( registered ).
I've tried the Google Contacs Demo for Windows and for iOs, with same Google Account and oAuth Keys.
While the Cloud Pack Demo works well, the iOs version don't extract any information about the contact : just the ".title" and ".birthday" . LastName, FirstName etc. are empty.

What i wrong or miss ?

Best regards, Fabrizio.

Hi, 


We have tested this here and we able to reproduce this here, we have applied a fix that will be available in the next release.

Kind Regards, 
PIeter

Thank you very much for your support.

When next release will be available ?

Kind Regards,
Fabrizio

Hi, 


If everything goes as planned, this week. If you are in need of an update, you can always contact us by direct email to request a source update.

Kind Regards, 
Pieter

Hi,

I have just installed the new version of this component  (1.5.0.0  11/9/2013).
My old problem now is ok, but i think there's another similar bug on the same Demo Project, regarding the ".imageURL".
This field "gc.ImageUrls" is empty

    TMSFMXCloudImage1.URL := gc.ImageURL;

I think is a bug. Correct ?

Kind regards, Fabrizio.


Hi, 


We have traced and solved this, the next version will have this fixed.

Kind Regards, 
Pieter

Thank you very much for your support.

When next release will be available ? I need te correct version.

Kind Regards,
Fabrizio

Is currently being uploaded as we speak, version 1.5.1.0 will have XE5 support and the fix for the ImageURL parameter.


Kind Regards, 
Pieter

Hi.

Probably i'm unlucky but there's another problem, just in new relase 1.5.1.0
Same demo project : now the picture is updated, but after 2/3 seconds, the app crash !
Have you tried your sample project ?

Regards, Fabrizio

We have tested the demo here but are unable to reproduce this here. Did you load the Groups as well?


Kind Regards, 
Pieter

Ok. These are the steps i follow :


1) Connect
2) Load Groups ( ok see all system group and my personal group )
3) Load Contacts (ok, i see all my 29 contacts )
4) If i select a contact without picture is everything ok
5) If i select a contact with an associated picture, i see for few seconds all data and picture, then the application close. I try it on simulator and iOs device with 6.1.x sdk.

Fabrizio



It is unclear why the exception is occuring, we ar unable to reproduce this here with the steps you are describing. Can you perhaps track down what exactly is happening after clicking on a contact with an image. The issue could be located inside the FMX.TMSCloudImage.pas source file.


Kind Regards, 
Pieter

I've tried to run the app in debug mode. 

Everything is ok until the selected row :

  if Assigned(ListBox1.Selected) then
  begin
    gc := ListBox1.Selected.Data as TGContact;
    lbName.Text := gc.FirstName + ' ' +gc.LastName;
    meNotes.Lines.Text := gc.Notes;
    Label6.Text := gc.Company + ' ' +gc.JobTitle;
    Label5.Text := DateToStr(gc.BirthDay);
    TMSFMXCloudImage1.URL := gc.ImageURL;
  end;

When i "step" this row, Delphi XE4, ask me to locate FMXListBox.pas then show SIGSV(11)
I'm worjing with a registered Rad Studio XE4 Professional.


Are you using XE4 update 1?

No news ?


Kind regards,

Fabrizio.

We were able to reproduce this, I had overlooked you are using iOS, I was testing with the Mac OSX demo. A fix is applied and the next release (1.5.1.1), currently uploading should fix the issue.


Kind Regards, 
Pieter