Ignore:
Timestamp:
Feb 11, 2022, 11:31:42 AM (2 years ago)
Author:
chronos
Message:
  • Fixed: Do not update interface in contact properties if the listview doesn't have handle yet.
  • Added: Synced update of full name and name parts in contact form.
  • Modified: Improved image loading code by image format.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContact.lfm

    r103 r108  
    4343        Top = 75
    4444        Width = 161
     45        OnChange = NamePartChange
    4546        ParentFont = False
    4647        TabOrder = 1
     
    9596      end
    9697      object EditLastName: TEdit
    97         Left = 699
     98        Left = 700
    9899        Height = 43
    99100        Top = 75
    100101        Width = 161
     102        OnChange = NamePartChange
    101103        ParentFont = False
    102104        TabOrder = 2
     
    167169        Top = 125
    168170        Width = 161
     171        OnChange = NamePartChange
    169172        ParentFont = False
    170173        TabOrder = 4
     
    179182      end
    180183      object EditTitleBefore: TEdit
    181         Left = 375
     184        Left = 376
    182185        Height = 43
    183186        Top = 175
    184187        Width = 161
     188        OnChange = NamePartChange
    185189        ParentFont = False
    186190        TabOrder = 5
     
    199203        Top = 175
    200204        Width = 161
     205        OnChange = NamePartChange
    201206        ParentFont = False
    202207        TabOrder = 6
     
    699704        Width = 920
    700705        Caption = 'Address'
    701         ClientHeight = 255
     706        ClientHeight = 281
    702707        ClientWidth = 918
    703708        TabOrder = 9
Note: See TracChangeset for help on using the changeset viewer.