Hi, I would like to change the names of the buttons.
for example, instead to say: New Edit Delete, Should say: "New User" "Edit User" Delete User"
thank you
You can use the text property for that - see example here.
text
Colin
Perfect, thanks a lot.
Thank you, it helped me too! Additional question: When you click on each button mentioned above, a window POPs up. How to replace the window title text (top) and button text (bottom). As in this screenshot
You can do that with formTitle and formButtons - see example here.
formTitle
formButtons
Super!
Answers
You can use the
textproperty for that - see example here.Colin
Perfect, thanks a lot.
Thank you, it helped me too!
Additional question:
When you click on each button mentioned above, a window POPs up. How to replace the window title text (top) and button text (bottom).
As in this screenshot
You can do that with
formTitleandformButtons- see example here.Colin
Super!