-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
small request: messageBox #18
Comments
What wasn't successful with your messagebox attempt? What did you want that messagebox to do that |
Hi Thom
Here is an image of what I would like:
![goal](https://user-images.githubusercontent.com/19667101/143884913-ab4723e8-0994-49cc-8d49-a3f495909245.png)
This is what my attempt yields:
![attempt](https://user-images.githubusercontent.com/19667101/143884840-6cd6ee84-28da-4547-b246-11924b31251c.png)
Code I tried
1- In extension:
options = {
title: 'Aling Ends',
accept_button: 'Ok',
inputs: [
HtmlUI::Message.new(LH['Pre-Select Edges!'])
]
}
dialog = HtmlUI::MessageBox.new(options)
dialog.prompt
Files I added:
html_ui_message.rb,
message.rb in input folder, html in html folder.
best regards
Mario
------------
Le 29 nov. 2021 à 05:07, Thomas Thomassen ***@***.***> a écrit :
What wasn't successful with your messagebox attempt?
What did you want that messagebox to do that UI.messagebox wasn't doing?
—
You are receiving this because you authored the thread.
… Reply to this email directly, view it on GitHub <#18 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEWBRHIARKVAUVFMBDWI7MLUONGGHANCNFSM5I6DNH6A>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
The image is missing and the code came in oddly formatted.. Can you edit your post on GitHub please? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can use these nice HTML_inputs simply by mixin.
Would like a messagebox also included.
Did try to get messagebox done, no success
.
The text was updated successfully, but these errors were encountered: