Hello Macprogrammers
I've a problem with my IKImageBrowser in combination with a
CollectionViewItem.
I have a NSWindow with a NSCollectionView and a NSArrayController. I
extended the NSCollectionViewItem to reference the IKImageBrowserView
in an outlet and use the NSCollectionViewItem as
view with less magic..;-)
Manu
On Jun 12, 2008, at 00:25 , Jens Alfke wrote:
On 11 Jun '08, at 1:14 PM, Manuel wrote:
But the IKImageBrowserView doesn't call these methods. I setup a
testmethod in the MYNSCollectionViewItem like the following code,
to verify that the imagebrowse
Thank you for your tips! But I didn't understand everything. Do you
tried this in a sampleproject which you can send me?
If I initialize the imageBrowser in my MYNSCollectionViewItem and set
the datasource, the datasource methods will now be called correctly.
Thank you. But it seems that th
Hello
I would like to draw an NSTextField to an NSView but it should be
displayed as a label.
In InterfaceBuilder it is no problem but how can I do that in
sourcecode?
With this code it doesn't work. It is still displayed as a Textfield.
NSTextField *label = [[NSTextField alloc] init];
[la
Hi all,
As I come from java world, I was trying to implement the singleton
pattern, very usual in java. After searching in internet I found this
code from wikipedia:
@interface MySingleton : NSObject
{
}
+ (MySingleton *)sharedSingleton;
@end
@implementation MySingleton
static MySingleto
Hi. I'm a very newbie iphone and cocoa developer coming from j2ee
world. I'm creating an application with four screens using a TabBar.
The fourth view has a button wich uses UITextfields values from all
the views to calculate something ans show the result in a UITextfield
in the fourth view
the mouse was moved to
another or to no NodeView.
What is my mistake?
Here is my code: http://paste.lisp.org/display/75958
Thanks for your help,
Manuel
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or
de and end node are guaranteed to have the same
VSGraphView as their superview, it seems to me your code should
still work, since that superview will still get the setEndPoint
message.
--Andy
On Feb 22, 2009, at 9:21 AM, Manuel Meyer wrote:
Hey,
I just started to learn obj-c/Cocoa. A
Apple's documentation states: "The process of migrating a large project that
uses reference counting can be difficult and error-prone—some patterns that
work correctly with manual memory management will be incorrect after
translation. In general, it is recommended that you use garbage collection