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
945
ultracheckEditor styling not applied when sytle is set to button
posted

hi, 

I am using an ultracheckeditor as a toggle button within my application. To do this i am setting the style of the ultracheckeditor to "button" as opposed to the standard "check". It works fine except that the appstyling is not applied to the resulting button.

If the control is left with a style of "check" the appstyling is applied fine...

Am i missing something.. or there something else i need to do to get it to pick up the appstyling...

Ray

Parents Reply
  • 945
    Offline posted in reply to Hristo Goshev

    Hristo,

    That seems to do the job. The only issue is that it does not apply the Default button style. If you take for example the "Office2007Blue.isl" file, you need to go back up the tree and select "base" in order to apply the flatborderless  button style. The problem with this is that this has effects on other controls in the isl file when you apply it at base level....

    It would be nice to be able to edit the buttonstyle on the CheckEditorWithButton. I suppose the real issue here is that CheckEditorWithButton is under the Editor hierarchy when it should probably be under the Button hierarchy (although it would not fit 100%)...

    Regards

    Ray

Children