Ignore:
Timestamp:
Dec 13, 2021, 8:47:20 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Properties with just BASE64 instead of ENCODING=BASE64 was not decoded using Base64 and so contact photos were not loaded correctly.
  • Added: Allow to save from file and load to file contact property values in All fields tab.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormProperties.lfm

    r62 r72  
    7474      Action = AClone
    7575    end
     76    object ToolButton5: TToolButton
     77      Left = 141
     78      Height = 33
     79      Top = 2
     80      Style = tbsSeparator
     81    end
     82    object ToolButton6: TToolButton
     83      Left = 149
     84      Top = 2
     85      Action = ALoadValueFromFile
     86    end
     87    object ToolButton7: TToolButton
     88      Left = 184
     89      Top = 2
     90      Action = ASaveValueToFile
     91    end
    7692  end
    7793  object ListViewFilter1: TListViewFilter
     
    112128    object MenuItem4: TMenuItem
    113129      Action = ASelectAll
     130    end
     131    object MenuItem6: TMenuItem
     132      Caption = '-'
     133    end
     134    object MenuItem7: TMenuItem
     135      Action = ALoadValueFromFile
     136    end
     137    object MenuItem8: TMenuItem
     138      Action = ASaveValueToFile
    114139    end
    115140  end
     
    146171      OnExecute = ACloneExecute
    147172    end
     173    object ASaveValueToFile: TAction
     174      Caption = 'Save value to file...'
     175      ImageIndex = 7
     176      OnExecute = ASaveValueToFileExecute
     177    end
     178    object ALoadValueFromFile: TAction
     179      Caption = 'Load value from file...'
     180      ImageIndex = 5
     181      OnExecute = ALoadValueFromFileExecute
     182    end
    148183  end
    149184  object ListViewSort1: TListViewSort
     
    157192    Top = 428
    158193  end
     194  object SaveDialog1: TSaveDialog
     195    Left = 760
     196    Top = 448
     197  end
     198  object OpenDialog1: TOpenDialog
     199    Left = 760
     200    Top = 520
     201  end
    159202end
Note: See TracChangeset for help on using the changeset viewer.