You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you stop the screen from flashing when you instantiate the pymotorcad class ?
example here
1 self.mcad = pymotorcad.MotorCAD()
2
3 # turn off the UI
4 self.mcad.set_visible(False)
5
6 # Ensure Motor-CAD does not create any dialogs requesting user response
7 self.mcad.set_variable("MessageDisplayState", 2)
i get screen open then close between line 1 and line 4
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How do you stop the screen from flashing when you instantiate the pymotorcad class ?
example here
1 self.mcad = pymotorcad.MotorCAD()
2
3 # turn off the UI
4 self.mcad.set_visible(False)
5
6 # Ensure Motor-CAD does not create any dialogs requesting user response
7 self.mcad.set_variable("MessageDisplayState", 2)
i get screen open then close between line 1 and line 4
Thanks
Malcolm
Beta Was this translation helpful? Give feedback.
All reactions