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
745
ComboDropDownButton border style
posted

Hi,

I'm trying to define a border for ComboDropDownButton in an isl file. I defined the same border for the states "HotTracked" and "Normal", but the style is only applied for the HotTracked state. No border is displayed for the normal state. Here is a sample of my isl file:

<style role="ComboDropDownButton">
          <states>
            <state name="Normal" backColor="White" borderColor="255, 67, 67" backColor2="209, 215, 225" backGradientStyle="GlassTop37" />
            <state name="HotTracked" backColor="White" borderColor="255, 67, 67" backColor2="209, 215, 225" backGradientStyle="GlassTop37" />           
          </states>
        </style>

Do you have any idea of what I am doing wrong?

Thanks

Parents
No Data
Reply
  • 469350
    Offline posted

    It's hard to guess without the rest of the isl file and maybe a sample project to run and see the behavior.

    If you load your isl file into AppStylist and go to the Editors tab, do you get the same results there?

    What version of the controls are you using?

Children