[GH-ISSUE #758] i haved a error when no debug on vs2017 #499

Closed
opened 2026-02-27 15:50:39 +03:00 by kerem · 0 comments
Owner

Originally created by @nbsp-null on GitHub (Feb 26, 2019).
Original GitHub issue: https://github.com/quasar/Quasar/issues/758

private void SetBuildState(bool state)
    {
        try
        {
            // this.Invoke((MethodInvoker)delegate
            // {
            //FrmBuilder.btnBuild.Text = (state) ? "Build" : "Building...";
            
               // FrmBuilder.btnBuild.Enabled = state;
            //});
        }
        catch (InvalidOperationException)
        {
        }
    }
Originally created by @nbsp-null on GitHub (Feb 26, 2019). Original GitHub issue: https://github.com/quasar/Quasar/issues/758 private void SetBuildState(bool state) { try { // this.Invoke((MethodInvoker)delegate // { //FrmBuilder.btnBuild.Text = (state) ? "Build" : "Building..."; // FrmBuilder.btnBuild.Enabled = state; //}); } catch (InvalidOperationException) { } }
kerem closed this issue 2026-02-27 15:50:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#499
No description provided.