Hello Luis,

Edit file dmap.lfm and delete line " Style = lbOwnerDrawFixed " in object
TListBox.

  object ListBox1: TListBox
    Left = 8
    Top = 8
    Width = 121
    Height = 249
    Color = clBtnFace
    ItemHeight = 32
    Items.Strings = (
      '  Nodes'
      '  Links'
      '  Labels'
      '  Notation'
      '  Symbols'
      '  Flow Arrows'
      '  Background'
    )
*---->    Style = lbOwnerDrawFixed
    TabOrder = 0
    OnClick = ListBox1Click
    OnDrawItem = ListBox1DrawItem
  end

Your form load correctly.

I tested with Lazarus 0.9.23 R11761


-- 
Laurent.
--------------------------------------------------------------------------------------------
My Web : http://wile64.neuf.fr/
French Forum : http://lazforum-fr.tuxfamily.org/index.php

Reply via email to