B4J Question Banano Table Events

Juanmavalero

Member
Licensed User
Longtime User
Hello , I need an event that it raised after keydown or change a column. That colulmn is created like dtUsers.AddEditDialog("cantidad",False)
It is possible?
Thanks
 

Mashiane

Expert
Licensed User
Longtime User
Ok, please next time just prefix your Thread title to include the library you are referring to. This will avoid confusion and also ensures you are getting help quicker. Also enclose any code you post on a thread inside '
B4X:
'

I will have to check the vuetify documentation about what you need. If you don't mind me asking...

Q. What are you trying to achieve?
Q. When should the keydown event be fired?
Q. What are the circumstances of changing a column?

B4X:
 dtUsers.AddEditDialog("cantidad",False)

This method call here ensures that an edit dialog box is added to the table, you want to trap a keydown event on the text field in the edit-dialog?
 
Upvote 0

Juanmavalero

Member
Licensed User
Longtime User
hello sorry for not being more specific
Yes, i mean that exactly. I want to trap a keydown event on the text field in the edti-dialog
I need to know when a change has occurred in the column
 
Upvote 0
Top