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 !!!
Hi RC,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
You can do this by clicking on the 'File' menu in the 'AppStylist', then click on 'New Style Library' and choose 'Blank Library' if you want to start from scratch or 'Start from Template', if you like the colors of some template. Is this what you want?
Okay, if you want to change the isl contents at run-time, then you don't need to worry about the encoding, you can assign an image through the object model to the UIRole and state you want. I posted some code here that demonstrates setting the font, which is essentially the same thing - you just set the image property instead of font.
Change font at runtime - NetAdvantage for Windows Forms - AppStylist for Windows Forms
As for themes, I'm not really sure what you are asking. You can create your own isl file using AppStylist. Is that what you mean?
Yes mike , if we can provide a new image to the isl , that will also work for us. Please help on that..also i would like to know if there are any themes supported by infragistics 9.2 ...or is there any way through which we can create custom themes and use them.
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.