Jump to content

API UI.DesktopAlert

From Flowcode Help
Revision as of 14:38, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''DesktopAlert''' |- | colspan="2" | Shows a message box that optionally fades  |- |- | width="10%" align="center" | File:Fc9-string-icon.png - STRING | width="90%" | Message |- | colspan="2" | The message to display to the user  |- | width="10%" align="center" | File:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
DesktopAlert
Shows a message box that optionally fades 
- STRING Message
The message to display to the user 
- ULONG AnimationType
Type of animation (none=0, unfold=1, slide=2, fade=3) 
- ULONG AnimationSpeed
The speed to show the message 
- ULONG Transparency
Transparency of the message box (0=transparent, 255=opaque) 
- BOOL NoCaption
Show no caption on the message box 
- STRING Caption
The caption of the message box 
- BOOL AutoClose
Automatically close the message box 
- ULONG AutoCloseTime
Speed to hide the message box 
- ULONG Icon
The icon to use (0=info, 1=app, 2=hand, 3=question, 4=exclamation, 5=winlogo, 6=shield) 
- NONE Return


Detailed description

Examples