Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1085
base64 encoding for Imagebackground
posted

Hi,

    While we have an .isl file in our application , from which we load the app styling (AppStyling.Stylemanager.load(A.isl)). Now , in the .isl file , we have provided the styling details for a button. The Button has an image background set which seems to be some sort of code <Imagebackground>AAEAAAD/////AQA......<Imagebackground>

The problem that we have now , we are planning to chnage the skin color , with the help of the property Office2007ColorTable.CustomBlendColor . So , say the button backgroundimage is blue and the skin color is lightsalmon , then it doesnt go hand in hand. We want to dynamically edit the button image backgorund as well (based on the skin color chosen by the user ). Please help !!!

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    I'm not sure what you are asking. Do you want to provide a new image to the isl? Or are you saying you want to somehow modify your existing image in code. AppStyling can't change the colors of the image for you.

Children