Hi,
I have a column that has 4 different status values. Based on the value of each cell, I want to display a certain image. However, I don't want the text value to be displayed. I thought of just having two columns to achieve this, but I want to have a value in the image column to allow for proper sorting. Is there anyway that I can retain a cell's value, but display an image while hiding the text?
Thanks,
Jake
matthouston23 said:Shouldn't programmatic settings override whatever is set in the ISL?
No, that would make the ISL files pretty useless for any existing application because you would have to modify the code to remove any appearance-related code to get the isl to work. Also, some controls have default appearance info that would be impossible to override.
Actually, it's a bit complicated. The isl file will override any general settings that apply to large areas of a control: Application-level settings.
Smaller, more targetting appearances, such as the Appearance on an individual cell will override the isl.
All of this is, of course, the default behavior, but there's a property called ResolutionOrder on the ComponentRole in the isl so you could change the behavior, too.
Turned out my ISL file was causing the problem. My ThemedElementAlpha was set to Opaque in there.
Shouldn't programmatic settings override whatever is set in the ISL?
matthouston23 said: Interesting.. the Transparent Alphas work in the designer but then when the app is run, they are opaque. Ideas?
Interesting.. the Transparent Alphas work in the designer but then when the app is run, they are opaque. Ideas?
Sorry, please disregard. I think there's still a problem, but I'm having trouble nailing it down.. Thanks
Awesome, thanks.