Questions tagged [psmtabbarcontrol]

4 questions
1
vote
2 answers

PSMTabBarControl doesn't work in xcode 4.0

I am new to xcode and I'm trying to create a web browser with tabs. So I found out about PSMTabBarControl which allows me to control and edit the tabs as I desire... So I downloaded the framework and dragged it into the frameworks folder of my…
user860755
  • 109
  • 1
  • 1
  • 5
1
vote
1 answer

Interface Builder error: IBXMLDecoder: The value for key is too large to fit into a 32 bit integer

I'm working with Robert Payne's fork of PSMTabBarControl that works with IB 3.2 (thanks BTW Robert!): http://codaset.com/robertjpayne/psmtabbarcontrol/. The demo application works fine on 64-bit systems, but when I try to open the XIB file in…
stdout
  • 1,761
  • 1
  • 18
  • 33
1
vote
2 answers

Objective-C Framework PSMTabBarControl does not work - NSTabView Tabs with Style

In my App I'm trying to get PSMTabBarControl working, but all I do - nothing... I have copied the framework File in my Frameworks folder of my App, then included it. In my InterfaceBuilder (3.2.1) I was able to drag and drop the PSMTabBarControl to…
ahmet2106
  • 4,957
  • 4
  • 27
  • 38
0
votes
1 answer

Has anyone found **legal** overrides to customize drawing of NSTabView?

BGHUDAppKit BGHUDTabView _drawThemeTab private API override now broken For years, I have been using code originally based off of BGHUDAppKit, and found replacements for all of the private API that BGHUDAppKit overrides. Except for one that I could…