Ja das meine ich

Danke.
Ist das von Nagota
"onPressKeyDict[app.DIK_F5] = lambda : self.__PressQuickSlot(7)"
Auch so richtig?
Oder muss ich das verändern wenn ich deine funktion da benutzen will.?
Bei mir sieht das jetzt so aus:
PHP Code:
onPressKeyDict[app.DIK_F5] = lambda : self.__uiswitchbonus()
def __uiswitchbonus(self):
self.BoniSwitcher = uiSwitchBonus.OptionDialog()
self.BoniSwitcher.Show()
(imported habe ich es oben schon

)
EDIT: Bleibt beim Ladebalken hängen.