Found it!
Typo in the original code (and missing in the example):
BUTTON('Select all', _type='buttom', _ONMOUSEUP = mouseup())
should be:
BUTTON('Select all', _type='button', _ONMOUSEUP = mouseup())
Sorry for the noise.
Found it!
Typo in the original code (and missing in the example):
BUTTON('Select all', _type='buttom', _ONMOUSEUP = mouseup())
should be:
BUTTON('Select all', _type='button', _ONMOUSEUP = mouseup())
Sorry for the noise.