Playing sound on change

1
I wrote some javascript that can play a notification sound if a table content were to change within a html document. I tried to implement this within Mendix but was unsuccessful. This I believe was due to the script I wrote bound the change event to the html table but when data changes within a table in Mendix the table is recreated, meaning the event never fires. My question is does anyone have any ideas on how I could do this. The ideal flow would be, If an item is added to a data grid a sound would play.
asked
2 answers
0

Used a Java action for this, got desired result.

:)

answered
0

Great work Simon, i have the same problem, What did you do in the Java action?

answered