Ticket S38705
Visible to All Users

DBUpdater - Remove an application splash screen showing during the database update

created 13 years ago

This is a console tool and it makes no sense to display a Windows Forms splash screen for it.
This behavior already confused our users in the past:
How to suppress the status window shown by DatabaseUpdater
Q254040
Q437310
Probably some progress information can be shown in the Text mode, but in any case it seems to be unnecessary. Moreover, XPO does not currently provide any progress information when a schema is updated.
See Also:
DBUpdater - Make it possible to provide a notification during the database update
Thanks,
Dennis

Answers approved by DevExpress Support

created 12 years ago (modified 12 years ago)

I have implemented this small feature in 12.2. Now no splash screen will be shown by default.
If you want your splash screen back, you can override the WinApplication.RemoveSplash method without calling its base.RemoveSplash() one, i.e. keep the body empty.

    Comments (3)

      Not a fan of the solution. I display a custom splash screen which shows the user that something is happening, but I run silent to hide the console window. Can you implement a different way please???!!!

      Dennis Garavsky (DevExpress) 12 years ago

        Thank you for the feedback, Nate. I am afraid I will not reconsider the current solution because we received quite many requests for this from other customers in the past. It also seems to be logical not to display anything in the silent mode. If you still need your splash screen in the silent mode, you can override the WinApplication.RemoveSplash method without calling base.RemoveSplash().

          As long as there is a way around it, I'm fine :) Thanks!

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.