Ignore:
Timestamp:
Feb 9, 2022, 3:51:26 PM (2 years ago)
Author:
chronos
Message:
  • Added: Support for profile photo as URL.
  • Added: New UContactImage form to show profile photo in bigger size and with URL.
  • Modified: Profile photo image load/save handling moved to separate unit UContactImage.
  • Fixed: Some dynamically created forms were not translated.
  • Added: Remember last used file name for image open/save dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormGenerate.pas

    r69 r103  
    4646  for I := 1 to SpinEditCount.Value do begin
    4747    Contact := Contacts.AddNew;
    48     Contact.Fields[cfVersion] := '2.1';
     48    Contact.Fields[cfVersion] := Core.DefaultVcardVersion;
    4949    Contact.Fields[cfFirstName] := 'First ' + IntToStr(Random(10000));
    5050    Contact.Fields[cfLastName] := 'Last ' + IntToStr(Random(10000));
     
    5454  end;
    5555  Close;
     56  ModalResult := mrOk;
    5657end;
    5758
Note: See TracChangeset for help on using the changeset viewer.