Professional OPC
Development Tools

logos

Online Forums

Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.

Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.

Do not use the Contact page for technical issues.

It takes ~6 seconds to load the EasyUAFormsApplication

More
16 Dec 2024 07:24 #13328 by support
Hello.

Cannot reproduce it. In my tests, the time to execute this statement is so short that is not noticeable.
Please provide a minimal project that exhibits the problem.

As a workaround, you can do this in a background (example below). That should work unless the user actually needs to execute that command from the system menu before it is added - in your case in first 6 seconds.
        Dim SetupSystemMenu = Sub()
                                  EasyUAFormsApplication.Instance.AddToSystemMenu(Me)
                              End Sub
        Dim SetupSystemMenuThread As New System.Threading.Thread(Sub() Invoke(SetupSystemMenu))
        SetupSystemMenuThread.Start()
Regards

Please Log in or Create an account to join the conversation.

More
16 Dec 2024 05:50 #13327 by micham
Hi,

It takes ~6 seconds to add the form using the following API:

EasyUAFormsApplication.Instance.AddToSystemMenu(Me)

Is there a way to improve it?

The customer have to wait 6 more seconds until our main form is loaded...

Thank you.

Michael

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.041 seconds