Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   AdvSmoothButtons ohne Caption (https://www.delphipraxis.net/166752-advsmoothbuttons-ohne-caption.html)

t0mmy 28. Feb 2012 06:36

AdvSmoothButtons ohne Caption
 
Hallo,

Also ich habe ein bestehendes Programm mit den Standard Buttons, jetzt möchte ich diese durch AdvSmoothButtons ersetzen, jedoch wenn ich eins erstelle steht das da ohne Caption obwohl ich etwas im Objektinspektor eingetragen habe.

blondervolker 28. Feb 2012 08:47

AW: AdvSmoothButtons ohne Caption
 
Bei mir geht das ohne weiteres...:-D

Delphi-Quellcode:
unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls, AdvSmoothButton;

type
  TForm1 = class(TForm)
    AdvSmoothButton1: TAdvSmoothButton;
    Button1: TButton;
  private
    { Private-Deklarationen }
  public
    { Public-Deklarationen }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

end.

t0mmy 28. Feb 2012 09:31

AW: AdvSmoothButtons ohne Caption
 
Ja der Button wird bei mir auch angezeigt aber mich würde es interessieren warum ich den Inhalt spirch den Caption Text nicht sehe :( ?

DanielProgramming 28. Feb 2012 09:38

AW: AdvSmoothButtons ohne Caption
 
Hast du vielleicht ShowCaption auf False gesetzt?

Ralf Kaiser 28. Feb 2012 11:21

AW: AdvSmoothButtons ohne Caption
 
Zitat:

Zitat von DanielProgramming (Beitrag 1153327)
Hast du vielleicht ShowCaption auf False gesetzt?

Soweit ich mich erinnere (habe gerade keinen Rechner mit einer TMS Installation hier) ist ShowCaption per Default auf false, muss also extra eingeschaltet werden!


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:33 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz