Components/GUISkin.py: - add possibility to access the Screen title from inside the...
authoracid-burn <acidburn@opendreambox.org>
Tue, 13 Oct 2009 21:02:22 +0000 (23:02 +0200)
committeracid-burn <acidburn@opendreambox.org>
Tue, 13 Oct 2009 21:02:22 +0000 (23:02 +0200)
Just use self.setTitle(_("yourTitle)") inside your Screens onLayoutFinish to set the Title and access it from your skinfile over for example:
<widget source="Title" render="Label" position="80,110" size="322,75" .....> if needed like inside fullscreen screens where no Border is drawn.


No differences found