Re: how to add a custom view (a pair of controls) to an NSToolbar in Interface Builder

2010-11-29 Thread Joey Hagedorn
Rua, This won't work with an instance of the "custom view" in the toolbar. A workaround would be to use a borderless (Custom / No Border) NSBox instead of a custom view. This is probably the most straightforward fix. There is some more info in this older post to the list: http://www.co

Re: a bug in iphone SDK's creation of view based xib files.

2009-09-03 Thread Joey Hagedorn
On Sep 3, 2009, at 5:21 AM, jon wrote: Thanks for reporting a bug, this is the best way to get problems fixed. the springs and struts are disabled on views with simulated user interface attributes, so this is expected...In this case, it sounds like you expect the view provided in the

Re: a bug in iphone SDK's creation of view based xib files.

2009-09-02 Thread Joey Hagedorn
Hi Jon, On Aug 30, 2009, at 8:01 AM, jon wrote: a bug in iphone SDK's creation of view based xib files. (this is using 3.1, but other's probably apply) steps to reproduce. Please do not discuss unreleased software on this list. You have access to the developer forums which are an approp

Re: Automating reading classes with InterfaceBuilder

2009-04-05 Thread Joey Hagedorn
Josef, While there is not an API for communicating to Interface Builder directly, Interface Builder syncs with header files in the Xcode project associated with a xib or nib file. I presume you're still using Xcode to manage and build the project. If you include the converted Objective-C

Re: IB v7.03 appears to corrupt an xib last generated by IB v7.02

2009-02-09 Thread Joey Hagedorn
On Feb 7, 2009, at 6:40 PM, Stephen Bannasch wrote: I'm having a problem with Interface Builder seemingly corrupting an xib file just by opening it and closing it. ./English.lproj/Preferences.xib in IB and just save it (making no changes) the xib file appears corrupted -- this invalid s

Re: Quicktime Movie View error

2009-02-06 Thread Joey Hagedorn
On Feb 5, 2009, at 10:05 PM, elliott cable wrote: On Tue Nov 11 05:09:44 2008, Joey Hagedorn wrote: On Nov 10, 2008, at 3:01 PM, Christopher Kempke wrote: I'm trying to create a very, very simple QuickTime viewer in Cocoa. I create a new Application, add QTKit and Quicktime frameworks

Re: Interface Builder Nested Object Selection

2009-02-04 Thread Joey Hagedorn
Richard, On Feb 4, 2009, at 5:24 PM, Richard Somers wrote: In Interface Builder to select a nested object in a view hierarchy you drill down by using the click-wait-click approach. How do you back up the other direction without deselecting and starting the drill down all over again? One t

Re: Interface Builder Plugin Dependency

2009-01-29 Thread Joey Hagedorn
Bridger, Because ibtool runs from the command line, it is executed without a connection to the window server so it can be run remotely in non- graphical login sessions. This environment might exist, for example, on a build server with nobody logged in at the console. You'll need to find an

Re: Interface Builder Plugin Dependency

2009-01-29 Thread Joey Hagedorn
Bridger, Which version of Interface Builder are you using? Do you have multiple installations of the developer tools on your system? -Joey On Jan 29, 2009, at 10:14 AM, Bridger Maxwell wrote: Hey, I created a custom Interface Builder plug-in, which seemed to work great until I actually

Re: Problem setting up custom toolbar item in IB

2009-01-19 Thread Joey Hagedorn
Graham, Hm, maybe this is an issue with the custom view in your nib. Perhaps try putting your text fields inside, say, a borderless NSBox instead? -Joey On Jan 19, 2009, at 8:55 PM, Graham Cox wrote: I'm having trouble setting up a custom toolbar item. It looks like it should work and

Re: Quicktime Movie View error

2008-11-10 Thread Joey Hagedorn
On Nov 10, 2008, at 3:01 PM, Christopher Kempke wrote: I'm trying to create a very, very simple QuickTime viewer in Cocoa. I create a new Application, add QTKit and Quicktime frameworks, and drag a QuickTime Movie View into the main window.All is well if I run now (although the movie vie

Re: Underlining text in Interface Builder

2008-11-04 Thread Joey Hagedorn
Hello, If you are unable to format text as you intend, please do file a bug at http://bugreporter.apple.com with precisely what you're trying to do, how you expect it to behave, and how it currently behaves. Thanks, -Joey On Nov 4, 2008, at 12:37 AM, Adil Saleem wrote: Hi, I am trying to

Re: More IB plugin confusion

2008-10-03 Thread Joey Hagedorn
code your Xcode project. That should expose three items; each one of these is a single target. Double-click the one that has a plugin icon, it will be named the same as you named your project. This is the "plug-in target," it sounds like you were double-clicking on the targets gr

Re: IB plugins

2008-10-03 Thread Joey Hagedorn
t delete everything and start over, or reuse these existing ones. Hope that helps, Joey Hagedorn On Oct 3, 2008, at 12:22 AM, Ken Tozier wrote: Hi I'm working my way through the IB plugin documentation and have hit a point where step 2 in under "Configuring a Library Object