2023 Mar 21 12:40 PM
I ve got grid, can i add non-editable (for user ) field at the toolbar which will be inicializing during the program ( for example it will initialize with the field user clicked ) . I marked the place of textfield with rectange
2023 Mar 21 1:22 PM
You should start by giving the method you have used to display your grid
2023 Mar 21 1:26 PM
2023 Mar 21 2:24 PM
You can define:
NB: you'd better move the buttons to the Application Toolbar (the empty line below the title)
2023 Mar 22 8:57 AM
Do u know how to do it ? I created a class with 2 methods. How to add a text in mine button after i double_clicked it ?
So button was added at handle_toolbar method.
2023 Mar 22 6:43 PM
The event TOOLBAR is called only once, but you can force it by calling SET_TOOLBAR_INTERACTIVE, see reproducible code here: https://stackoverflow.com/questions/52371282/dynamic-custom-toolbar
2023 Mar 22 5:08 AM