SA Project- Use of Custom Theme (no5 and no6) without editing SA_Control-> Theme.ci

Hi,

Is it possible to use custom Theme 5/6 and configure them through Parameters set in Citect Studio, without doing changes to the Theme.ci file. 

Rune

Parents
  • Thanks Bradley,


    Would you please clarify following for my understanding:


    If I use
    Theme_SetHeaderColor(5, THEME_Header_Light)
    Theme_SetHilightColor(5, THEME_Hilight_Blue) => Gives me compile error,

    If I use
    Theme_SetHeaderColor(5, THEME_Header_Light)
    Theme_SetHilightColor(5, THEME_Hilight_Indigo) => Gives me orange buttons

    If I use
    Theme_SetHeaderColor(5, THEME_Header_Light)
    Theme_SetHilightColor(5, 1) => Gives me my wanted Theme with Grey heading and Blue buttons


    Thanks
    Rune
Reply
  • Thanks Bradley,


    Would you please clarify following for my understanding:


    If I use
    Theme_SetHeaderColor(5, THEME_Header_Light)
    Theme_SetHilightColor(5, THEME_Hilight_Blue) => Gives me compile error,

    If I use
    Theme_SetHeaderColor(5, THEME_Header_Light)
    Theme_SetHilightColor(5, THEME_Hilight_Indigo) => Gives me orange buttons

    If I use
    Theme_SetHeaderColor(5, THEME_Header_Light)
    Theme_SetHilightColor(5, 1) => Gives me my wanted Theme with Grey heading and Blue buttons


    Thanks
    Rune
Children
No Data