Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Update von Application.Title funktioniert nicht (https://www.delphipraxis.net/17224-update-von-application-title-funktioniert-nicht.html)

Dannyboy 1. Mär 2004 14:58


Update von Application.Title funktioniert nicht
 
Hey yo,
die Überschrift beschreibt ein Problem der Taskleiste.
Irgendwie wird hier zu unfrequentiert geupdatet und das nervt mich so sehr!


Delphi-Quellcode:
procedure TForm1.ShowTitle;
begin
  application.title:= 'prozent: '+ Inttostr(prozent);
  update;
end;
So, das ist ja alles schön und gut, aber in das minimierte Objekt in der Taskleiste
ädert den prozentualen Wert nur einmalig!

Habe ich was vergessen? :gruebel:

Christian Seehase 1. Mär 2004 15:28

Re: Update von Application.Title funktioniert nicht
 
Moin Dannyboy,

wann rufst Du denn ShowTitle auf?

Dannyboy 1. Mär 2004 16:03

Re: Update von Application.Title funktioniert nicht
 
Moin Chris,
na da haben wir ja schon das fehlende Element. :oops: :oops: :oops:

Dank' Dir. :wall:


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:48 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