X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=data%2Fstartwizard.xml;h=402eeef93533fe6f57da9a49fbbd6aeb474b1bb2;hp=eb16c263d1574d5b8d078c9caf72306ac94ec0b9;hb=e5d5efded2cdbc62105ed3742ac3396602e1d564;hpb=a27631694342ad6f77090743b5affddef5e155e0 diff --git a/data/startwizard.xml b/data/startwizard.xml index eb16c26..402eeef 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -30,7 +30,7 @@ self["rc"].startMoving() from Components.NimManager import nimmanager -self.condition = nimmanager.getNimType(0) != nimmanager.nimType["empty/unknown"] +self.condition = not nimmanager.nim_slots[0].empty @@ -48,7 +48,7 @@ self["arrowdown"].startMoving() from Components.NimManager import nimmanager -self.condition = nimmanager.getNimType(1) != nimmanager.nimType["empty/unknown"] +self.condition = not nimmanager.nim_slots[1].empty @@ -66,9 +66,9 @@ self["arrowdown"].startMoving() from Components.NimManager import nimmanager -self.condition = nimmanager.getNimType(2) != nimmanager.nimType["empty/unknown"] +self.condition = not nimmanager.nim_slots[2].empty - + self["rc"].moveTo(500, 50, 1) @@ -84,9 +84,9 @@ self["arrowdown"].startMoving() from Components.NimManager import nimmanager -self.condition = nimmanager.getNimType(3) != nimmanager.nimType["empty/unknown"] +self.condition = not nimmanager.nim_slots[3].empty - + self["rc"].moveTo(500, 50, 1) @@ -131,7 +131,7 @@ self["arrowup2"].startMoving() - +