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
I want to remove the default "Cancel" button when calling message_box. COSMOS 3.8.0 crashes immediately with:
message_box("Text", "Button Text", false)
The text was updated successfully, but these errors were encountered:
It crashes because all the items must be Strings which get turned into button text. For now you can put the following code in your lib folder to achieve what you want:
I want to remove the default "Cancel" button when calling message_box. COSMOS 3.8.0 crashes immediately with:
message_box("Text", "Button Text", false)
The text was updated successfully, but these errors were encountered: