GitHub
Moderator
[ModalMessageBox] add class
This class was originally cherry picked from https://github.com/openatv/enigma2/blob/master/lib/python/Screens/MessageBox.py and modified for compatibility with openvix by @TwolDE2
This version drops keeping an instance of the class permanently running, instead closing the instance when display is not required, which in theory should save valuable resources that lesser boxes can ill afford to waste.
Note:It may seem peculiar opening the instance like this, but it is being done for compatibility with plugins that are shared between the various distros.
@beta-testers, please test thoroughly.
Continue reading...
This class was originally cherry picked from https://github.com/openatv/enigma2/blob/master/lib/python/Screens/MessageBox.py and modified for compatibility with openvix by @TwolDE2
This version drops keeping an instance of the class permanently running, instead closing the instance when display is not required, which in theory should save valuable resources that lesser boxes can ill afford to waste.
Note:It may seem peculiar opening the instance like this, but it is being done for compatibility with plugins that are shared between the various distros.
@beta-testers, please test thoroughly.
Continue reading...