Modify

Opened 10 years ago

Closed 10 years ago

#2718 closed Feature Request (Completed)

SplashOff - example proposal

Reported by: mLipok Owned by: Jpm
Milestone: 3.3.11.6 Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

current contents of the example:

SplashTextOn("Example", "Splash Screen")
Sleep(5000)
SplashOff()

PROPOSAL:

#include <MsgBoxConstants.au3>

SplashTextOn("Example", "Splash Screen", 500, 400, 100, 100)
MsgBox($MB_SYSTEMMODAL, 'Test 1', 'Splash is visible')
SplashOff()
MsgBox($MB_SYSTEMMODAL, 'Test 2', 'Splash is Off')

Justification:
The proposed example better demonstrates the effect of the function.
As it allows INTERACTIONS and observe the effect of this function.

The previous example, even after the removal of SplashOff (), acted in the same way as soon as the line of the script finished work.

Attachments (0)

Change History (1)

comment:1 Changed 10 years ago by Jpm

  • Milestone set to 3.3.11.6
  • Owner set to Jpm
  • Resolution set to Completed
  • Status changed from new to closed

Changed by revision [10125] in version: 3.3.11.6

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.