Changing CJ 18.6.0 by 18.3.0 work fine.


Quote Originally Posted by Ezequiel Marin View Post

Hi Folks


Now , only one thing to correct.


The transparent_state property (on textbox class) not work with if I use color or bitmaps as background.


Someone saw something like this ?


This is my skin:

Code:
Object oSkin is a cCJSkinFramework
   Set psSkinFile to "Office2010.cjstyles" 
   Set psSkinIni to "NormalBlue.ini"
End_Object

........
.........


Object oMainMenu is a cSigCJRibbonBar
   Procedure OnCreateCommandBars
      Forward Send OnCreateCommandBars
      Set peVisualTheme to xtpThemeOffice2010
   End_Procedure        
.....