You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm learning ObjC/GNUstep and to do so I've been watching some Xcode/Cocoa videos on youtube.
For my app, I'd like to use an NSGradient for the background depending on the content of the window. It looks like in Apple's Interface Builder there is a way to specify a custom class for the NSWindow's NSView object where one can override the drawRect() method. Is there a way to do the same in Gorm?
Is this the right venue for this kind of questions? Or should I instead send an email to the discuss mailing list? ([email protected]).
The text was updated successfully, but these errors were encountered:
Hey Paulo, yes this is the right venue for this. I haven't used the functionality you're talking about but it sounds interesting. Currently, you can create a custom view in Gorm and override the drawRect method in code, no problem. But it sounds like you're speaking about replacing the contentView of a window, is this the case? Could you give me an xcode project which demonstrates what you're talking about as an example? Sorry for the late response, things have been pretty busy on the work side of things. Thanks for your patience. GC
Hello! I'm learning ObjC/GNUstep and to do so I've been watching some Xcode/Cocoa videos on youtube.
For my app, I'd like to use an NSGradient for the background depending on the content of the window. It looks like in Apple's Interface Builder there is a way to specify a custom class for the NSWindow's NSView object where one can override the drawRect() method. Is there a way to do the same in Gorm?
Is this the right venue for this kind of questions? Or should I instead send an email to the discuss mailing list? ([email protected]).
The text was updated successfully, but these errors were encountered: