Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TitleStyle disappears on focus.

    I'm formatting a title with this:

    Code:
    myTextItem.setTitleStyle("coolStyle");
    and it works fine until the cursor enters the TextItem. At that point the style is removed and the title is displayed unformatted. I haven't found where to set the style that is used when focussed. Any pointers would be appreciated.

    #2
    Can anyone shed any light on this? Is there some way to control the layout of the title when the field has focus? Is this a bug? This video is an example of the problem (click the small video at the top of the screen). Is there anyway to prevent the title losing the styling?

    Comment


      #3
      For the benefit of anyone else who comes across this, it can be controlled with FormItem.setShowFocused().

      Comment

      Working...
      X