[Lazarus] TaskDialog asking

Ondrej Pokorny lazarus at kluug.net
Wed Feb 15 09:41:57 CET 2017


On 14.02.2017 22:21, Alexey via Lazarus wrote:
> - use Timer in taskdialog: I dont see event OnTimer or smth (flag for 
> timer exists!)

What is it good for?

I see that Delphi has it: 
http://docwiki.embarcadero.com/Libraries/XE7/en/Vcl.Dialogs.TCustomTaskDialog.OnTimer

I didn't add this feature yet.

> - show dialog with non-expanded style, ie how to use ExpandButtonCaption

Set ExpandedText to something.

> - set icon with some Std id. ie Stop, Warn, Shield- main icon, footer too

You MainIcon and FooterIcon. Unfortunately they are interger properties 
(as it is in Delphi) but I will probably change it to enum (and 
introduce a Delphi incompability).

Ondrej


More information about the Lazarus mailing list