Shekhar Jadhav
Shekhar Jadhav

Reputation: 1035

Codename one: Not able to change Spanlabel style

I am not able to change style of span label such as color,font.whenever I change style with codename one designer it doesn't reflect on app. Is there any other way to change style of span label in codename one using codename one designer? Thanks in advance.

Upvotes: 2

Views: 116

Answers (1)

Use

.getTextAllStyles()

instead of

.getAllStyles()

to modify the style of the text.

Edit

Sorry, I might have misunderstood you. In designer I guess you should modify the "Label" UIID.

Upvotes: 2

Related Questions