change status bar colour
sysSetupFormRun class - init
SysSecEntryPointManager::FormRunHook(this.form().name(), this.design());
sysSetupFormRun class - init
SysSecEntryPointManager::FormRunHook(this.form().name(), this.design());
switch(curext())
{
case "USMF":
this.setStatusBarBackgroundColor(254,255,0,0);
break;
case "INMF":
this.setStatusBarBackgroundColor(143,200,0,0);
break;
}
No comments:
Post a Comment