Einzelnen Beitrag anzeigen

Benutzerbild von uligerhardt
uligerhardt

Registriert seit: 19. Aug 2004
Ort: Hof/Saale
1.735 Beiträge
 
Delphi 2007 Professional
 
#6

AW: Re: Action and checked button on toolbar

  Alt 8. Feb 2012, 14:49
Hm, I don't know why for you is ok when for me is not ok.
Acha, I used spTBXLib, maybe this is reason?
I added this:
Delphi-Quellcode:
  object SpTBXDock1: TSpTBXDock
    Left = 0
    Top = 29
    Width = 635
    Height = 25
    object SpTBXToolbar1: TSpTBXToolbar
      Left = 0
      Top = 0
      TabOrder = 0
      Caption = 'SpTBXToolbar1'
      object TBItem3: TTBItem
        Action = Action1
      end
      object TBItem2: TTBItem
        Action = Action2
      end
      object TBItem1: TTBItem
        Action = Action3
      end
    end
  end
Still works.
Uli Gerhardt
  Mit Zitat antworten Zitat