1704: common.fontbold never gets back to normal

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: 1704: common.fontbold never gets back to normal

Re: 1704: common.fontbold never gets back to normal

by Ludek » Thu May 22, 2014 7:41 am

Thanks, will be fixed in build 1705: http://www.ventismedia.com/mantis/view.php?id=12060

1704: common.fontbold never gets back to normal

by Dr.Sol » Fri May 09, 2014 5:23 am

I think there is a bug in the SDBUICommon.fontbold property.
I’m writing a script where a dropdown is used and depending on some logical reasons I want to change color and boldness on the dropdown. The color change works fine (myDD.common.fontcolor = integer), and turn boldtext on works fine (myDD.common.fontbold = true) but not turning the bold text back to normal (myDD.common.fontbold = false); then the text keeps going bold.

I've tried using the common.visible off an on but that doesn't help, and since the color is changed directly i think the boldness should work the same way, but nope. So, maybe it is a bug?

Top