Diego Allen

Results 3 comments of Diego Allen

It can de done by using [NSAttributedString](https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSAttributedString_AppKitAdditions/index.html) which let's you define strings with attributes such as font, background color, foreground color, underline, etc. To see all options check the docs....

I think this is a bug. From what I've read in the documentation for the Timer class: > Python abstraction of an Objective-C event timer in a new thread for...

A possible workaround is to use python's Timer class in the threading module.