-
```
rdar://6857649 - NSGradient fails when using LAB Colorspace
causes -[GTMTheme patternColorForStyle:active:] to fail on 10.6 , sample code:
NSColor *backgroundColor = [NSColor blueColor];
NSColor…
-
```
What steps will reproduce the problem?
Resize the window while heavy content like
http://webkit.org/blog-files/3d-transforms/poster-circle.html is loaded. The
content does not specifically need …
-
Here's the scenario: I have a TUIView called ExampleView acting as the rootView of a TUINSView and I want to add an NSView to it. So I copy the following code from TwUI's ExampleProject and paste it t…
-
I'm seeing an issue where when I select a color from the list. It sets the color but its darker. When I found out the reason from http://stackoverflow.com/questions/14578759/wrong-color-in-interface-b…
-
If I run `visualize someColor`, I get:
```
UIDeviceRGBColor isn't supported. You can visualize UIImage, CGImageRef, UIView, CALayer or NSData.
```
Chisel should generate a square or circular image o…
-
`[18:31:22] LuaSkin's toNSObjectAtIndex is clearly to blame 😊`
lowne updated
8 years ago
-
When applying AttributedText NSForegroundColorAttributeName the colors being set will be overridden when the text is long enough to require scrolling. The issue seems to stem from refreshSubLabels:. …
-
Hello,
Had to manage change from a ARGB color to another ARGB one, but the script only manage RGB :
```
```
But no alpha management yet in the script (and I'm not knowing python enought to make a …
-
```
What steps will reproduce the problem?
Resize the window while heavy content like
http://webkit.org/blog-files/3d-transforms/poster-circle.html is loaded. The
content does not specifically need …
-
I'm having an issue where I tap on a link, and it takes a string that was bolded only on the `a` attribute, and makes the entire label bold, and can't quite track it down.
I've subclassed `ZSWTappabl…