0
Menus Larger
How can I make these menus larger so that the words are clear?
8 replies
-
Looks like you are using HTML code to make the pop-up window. If that is correct, please post the html code or a sample of the your database so people can see what you are doing.
-

Try:
let htm := " <html> <head> <style> .nx-alert-pane { display: flex; flex-direction: row; justify-content: center; padding: 1px; background-color: Azure; } .nx-alert-buttons { display: flex; flex-direction: column; background-color: LightBlue; } .nx-alert-buttons .nx-button-text { background-color: CornflowerBlue; color: Blue; text-align: center; } </style> </head> <body> Choose action: </body> </html>"; let action := dialog(html("Send items to vendor"), html(htm), ["Request", "Ordered", "Discount", "Add/Remove", "Complete", "Shipped", "Finished", "Cancel"]); if action = "Cancel" or action = "" then alert("click") end
Content aside
- 4 days agoLast active
- 8Replies
- 49Views
-
3
Following
