Friday 16 February 2018

change status bar colour

change status bar colour

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