Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8604229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:31:18+00:00 2026-06-12T02:31:18+00:00

Any suggestions on how to avoid the long delay in rendering this form? I

  • 0

Any suggestions on how to avoid the long delay in rendering this form?

I have a userform with a label that says ‘Please wait, downloading’ and no other controls. When the user requests a data download (an async API request) I turn off keyboard entry, and show the ‘please wait’ form. The callback that processes the data re-enables keyboard entry and hides the form. Works like a charm.

Except that it initially pops up as a blank, white rectangle, and then takes several seconds (as many as 5) to paint. My other userforms (modal, for data entry) are painted instantly I’ve never even noticed that they start out white.

Here’s how I show the form before making the async data request:

' Deactivate the keyboard.
Application.OnKey "^d", "KeyboardOn"
Application.DataEntryMode = True

' Display the splash form non-modally.
ssiWaitDialog.TaskDone = False
ssiWaitDialog.Show False

Here’s how it’s removed in the callback:

' Close the splash form.
ssiWaitDialog.TaskDone = True
ssiWaitDialog.Hide

' Re-activate the keyboard.
Application.DataEntryMode = False

Here’s the form code:

' Set true when the long task is done.
Public TaskDone As Boolean

Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer)
    Cancel = Not TaskDone
End Sub

The problem form’s property values only differs significantly from my other forms modal=false, and I’ve set the cursor to an hourglass. Less significant differences are hight / width and the label font size.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T02:31:20+00:00Added an answer on June 12, 2026 at 2:31 am

    Adding ‘DoEvents’ after the show method call fixed the problem. Here’s how the show form code reads now:

    ' Deactivate the keyboard.
    Application.OnKey "^d", "KeyboardOn"
    Application.DataEntryMode = True
    
    ' Display the splash form non-modally.
    ssiWaitDialog.TaskDone = False
    ssiWaitDialog.Show False
    DoEvents
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Anyone have any suggestions on how to make randomized colors that are all greenish?
Any suggestions on how I can cleanup the following code pattern that repeats multiple
Any suggestions on the best way to display this table on an Android platform?
Does anyone have any suggestions on how to edit an <a href=''> link in
Does anyone have any suggestions about where I can find a C# implementation for
Sorry about the extremely vague question title (any suggestions for improvements welcome) I have
Linux gcc 4.4.1 I have this function that passes this second parameter that casts
I was curious if anyone had any suggestions on a Java library that provides
Here's my situation: I've got form that any visitor to the site can fill
Any suggestions on why a VB6 program would be slower when compiled than when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.