algorithmic modeling for Rhino
To David and the Development team,
I don't know if this is of interest but I've noticed an odd behavior with the boolean button when used in conjunction with a MessageBox.Show.
The toggle unfortunately doesn't revert to a false state until the window focus comes back to the GH canvas - which is delayed when ever a system window is triggered. This wouldn't normally be an issue but that the button is being used to trigger a process and if warnings are generated for users the button won't return to off.
I don't know if this is a behavior that you know of a work around for but if you do I would be grateful. I've tried various caching methods to no avail.
Tags:
Hi,
a normal message box will always block your main.
Be aware of: Test_Form.ShowDialog(); // <--- focus is on Test_Form
And:
Test_Form Test_Form = new Test_Form(this); // Declare new instance...
Test_Form.Show(this); // <--- Test_form wont block Main...
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by