Binding an objects "Enabled" to a button in IB

2010-08-30 Thread cocoa
like to be able to toggle the forms' "Enabled"-binding between YES and NO. For this I'd like to use a simple button named "Lock". Can this binding be done in IB or do I need to add this functionality programatically? Thanks /Mikael ___

Re: Binding an objects "Enabled" to a button in IB

2010-08-31 Thread cocoa
ontroller with same Controller Key = "content". Voila. > > Eeeuuuwww!!! > > It might work but is it really code as we know it Jim? ;-) > > This kind of application design is too reminiscent of environments like > Delphi and VS, where people are encouraged to write al

NSPopUpButtonCell NSDecimalNumber and locale

2008-07-03 Thread Cocoa
You Stéphane ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/opti

Mail - check email

2008-03-14 Thread Cocoa
I am new to programming. I studied basic C language, and recently I read the Objective-C Tutorial and Cocoa Fundamental Guide , but i am still confused with how do I connect my the codes with other applications on the mac such as Mail.app. I am planing to write a plug-in for Mail.app. Are

ScriptingBridgeConcepts problem

2008-03-15 Thread Cocoa
to translate the information of Mail.app to sdef format, and how do I do it? SEN ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists

ScriptingBridgeConcepts problem

2008-03-15 Thread Cocoa
this one if you need. Le15 mars 08 à 10:53, Cocoa a écrit : I am reading the Scripting Bridge Concepts.pdf, when I doing this in the terminal i got a error >sdef /Applications/Mail.app | sdp -fh --basename Mail ( what I type in the Terminal) >sdp: unknown type name "OLD mes

usleep()

2008-03-15 Thread Cocoa
riginalVolume]; } } ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/ma

Simple question

2008-03-17 Thread Cocoa
I have studying Cocoa - objective-C by myself for a few days ( im entirely new to programming). There's a question I wanna know about. When you create a project in XCode, and add a new class, does anyone know what .h file and .m respectively for? I mean if they have their own jobs i

Return the value to a pop up window

2008-03-17 Thread Cocoa
it to the action? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription:

Load/Save buttons

2008-10-03 Thread cocoa
ld be appreciated. Thank you. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscri

How to display AboutBox window in Agent Application

2009-09-12 Thread cocoa learner
ication is agent (UIElement) = false in Info.plist file. I can see the AboutBox but that is also not as top of all app windows. I get the AboutBox but I have to search for window in all applications. Regards, Cocoa.learner _______ Cocoa-dev mailing list

Re: How to display AboutBox window in Agent Application

2009-09-14 Thread cocoa learner
Thanks TONs n TONs Nathan.I was struggling for this solution. Regards Cocoa.learner On Mon, Sep 14, 2009 at 12:36 AM, Nathan Kinsinger < nkinsin...@brotherbard.com> wrote: > On Sep 12, 2009, at 10:02 PM, cocoa learner wrote: > > Hi All, >> I have created an Agent

Accessing address bar data from Safari extension

2010-07-06 Thread cocoa learner
Hi All, Can we access address bar text box and bookmark data from Safari extension? If yes, please share some thoughts or APIs. -- Thanks Cocoa.learner http://rajeshmaclabs.com/ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Re: Accessing address bar data from Safari extension

2010-07-07 Thread cocoa learner
I am sorry. On Tue, Jul 6, 2010 at 7:08 PM, John Joyce wrote: > > On Jul 6, 2010, at 6:21 AM, cocoa learner wrote: > > > Hi All, > > > > Can we access address bar text box and bookmark data from Safari > extension? > > If yes, please share some tho

loading French strings being in English language

2010-07-22 Thread cocoa learner
Hi All, I have localized my app in English and French languages. But I want to load French strings being in English language based on radio button input (English and French). Is it possible? Is there any cocoa way of doing this? Regards Cocoa.learner

Re: loading French strings being in English language

2010-07-22 Thread cocoa learner
for a cocoa way of doing (better way of doing). Regards Cocoa.learner On Thu, Jul 22, 2010 at 2:49 PM, Giacomo Tufano wrote: > Il giorno 22/lug/2010, alle ore 11.15, cocoa learner ha scritto: > > > I have localized my app in English and French languages. > > But I want to load Fr

Limiting the area of an NSShadow

2009-12-11 Thread Cocoa Dev
way around the bezier path, and not just on the top. Is there a way for my to limit the NSShadow so that it only draws on the top part of the bezier path? Thanks so much, Carter Allen _______ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Commit Editing Changes as I Type

2010-01-06 Thread cocoa-dev
extField window] endEditingFor:nil] // which worked but the NSTextField loses focus so that's not a good solution. Any ideas?___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Conta

Unable to get animation of NSProgressIndicator on my custom view (subclassed)

2010-01-15 Thread cocoa learner
rame { self = [super initWithFrame:frame]; if (self) { // Initialization code here. } return self; } - (void)drawRect:(NSRect)rect { [[NSColor grayColor] set]; [NSBezierPath fillRect: rect]; } @end Regards, Cocoa.learner _

problem in display of leopard app on snowleopard

2010-01-17 Thread cocoa learner
(or whitish where my enabled button also look like disabled) in color. Any idea how to over come this problem with out changing the Base SDK from 10.5 to 10.6. Regards Cocoa.learner ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Better Way to Add an Entity to an ArrayController

2010-01-23 Thread cocoa-dev
nil: Track *newTrack = [[Track alloc] init]; Assuming I do successfully create a new Track entity do I just add it to the tracks set? You can see I'm confused. Any help would be appreciated. Thank you___ Cocoa-dev mailing list (Cocoa-dev

Help with NSData dataWithContentsOfURL

2010-02-03 Thread cocoa-dev
data of a wrapper and a folder? Thanks___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update

Re: Help with NSData dataWithContentsOfURL

2010-02-03 Thread cocoa-dev
ther. Too bad. On Feb 3, 2010, at 9:19 AM, Graham Cox wrote: > > On 04/02/2010, at 1:08 AM, cocoa-dev wrote: > >> Is there an alternative to capture the data of a wrapper and a folder? > > Not really, because of what these things are. At best a folder could be > reduced t

Executing shell script with root privilege

2010-02-13 Thread cocoa learner
quot;launchScript" is returning me TRUE but my script is not getting executed. I am totally lost, have no clue why it's happening like this. Does any body know why this script is not getting executed? Am I doing any thing wrong? Regards Cocoa.learner ____

Re: Executing shell script with root privilege

2010-02-14 Thread cocoa learner
Ok let me put my problem in simple words - I have a cocoa app and I want to launch a shell script which has to do some task with root privilege. How can I do it??? Regards, Cocoa.learner On Mon, Feb 15, 2010 at 1:49 AM, Nick Zitzmann wrote: > > On Feb 13, 2010, at 11:05 PM, cocoa l

Re: Question about zipping files

2010-02-14 Thread cocoa learner
ate an array of selected files and pass those to NSTask. > > > > Advice would be most welcome. > > Thx > > Gideon_______ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or mod

Re: Executing shell script with root privilege

2010-02-19 Thread cocoa learner
ntinue to read the docs on it, you'll get your sample > code working; they're pretty thorough docs I believe. > > -Steven > > On Mon, Feb 15, 2010 at 1:48 AM, cocoa learner wrote: > >> Ok let me put my problem in simple words - >> >> I have a cocoa app

View does not get refreshed after Window deminimized...

2010-03-11 Thread cocoa learner
it's value is 1.0 Regards Cocoa.learner ___________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscr

Re: View does not get refreshed after Window deminimized...

2010-03-11 Thread cocoa learner
Hummm... looks like my approach has flaw. Thanks a ton, Cocoa.learner On Thu, Mar 11, 2010 at 11:52 PM, Quincey Morris < quinceymor...@earthlink.net> wrote: > On Mar 11, 2010, at 06:50, cocoa learner wrote: > > > And on this custom view I have a progress bar, that pro

Re: Custom view attached to a menu bar NSStatusItem application

2009-05-29 Thread Cocoa Dev
, border, add custom buttons on this Menu? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe

Re: How to draw background image in my app window

2009-05-30 Thread cocoa learner
ong in this code? Regards Cocoa.learner. On Tue, May 26, 2009 at 11:12 PM, Nick Zitzmann wrote: > > On May 26, 2009, at 11:04 AM, cocoa learner wrote: > > How to draw background image in my app window? >> > > You could change the window's content view using -setC

Re: How to draw background image in my app window

2009-05-30 Thread cocoa learner
create a new NSImageView and then the NSImage and set > the image as the imageview's image. > > > > On May 30, 2009, at 8:27 AM, cocoa learner wrote: > > Thanx Nick for your reply.But in my window I am not getting the image I >> want >> to display. Here is

Re: How to draw background image in my app window

2009-05-30 Thread cocoa learner
ds] fromRect:NSMakeRect(0.0, 0.0, > isize.width, isize.height) operation: NSCompositeCopy fraction:1.0]; > } > > *this was written in mail, may gave errors. > > On May 30, 2009, at 11:45 AM, cocoa learner wrote: > > Yah Andy and Michael you all were right. But still I have some probl

Re: How to draw background image in my app window

2009-06-01 Thread cocoa learner
e > background image in IB, so you can see what it looks like as you lay out its > subviews. > This is same as what I had in the start of mail thread. [my first mail in this mail thread]. Regards Cocoa.learner > --Andy > > ___ Coc

How to lock an object?

2009-06-04 Thread cocoa learner
Hi All, I want one of my object, not to be paged out unless and until I am done with my object. The way mlock() behave. Is there any way to do this in cocoa? Regards Cocoa.learner. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Re: How to lock an object?

2009-06-04 Thread cocoa learner
Duncan wrote: > On Jun 4, 2009, at 7:25 AM, cocoa learner wrote: > > Hi All, >> I want one of my object, not to be paged out unless and until I am done >> with >> my object. The way mlock() behave. >> >> Is there any way to do this in cocoa? >> > >

Re: How to lock an object?

2009-06-04 Thread cocoa learner
AM, cocoa learner wrote: > >> I want one of my object, not to be paged out unless and until I am done >> with >> my object. The way mlock() behave. >> >> Is there any way to do this in cocoa? >> > > First answer: No. You can't lock all of the c

Re: How to lock an object?

2009-06-04 Thread cocoa learner
It's not just password. It can be any thing which is secure. Like file data, personal information, any thing user mark it as secure. Regards Cocoa.learner On Fri, Jun 5, 2009 at 10:08 AM, Rob Keniger wrote: > > On 05/06/2009, at 2:03 PM, cocoa learner wrote: > > How can

Discloser triangle

2009-06-12 Thread cocoa learner
clicked window should be enlarged). I do not understand how to achieve this effect. Can some one help me in this regard..??? Regards Cocoa.learner ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Re: Discloser triangle

2009-06-13 Thread cocoa learner
, Kyle Sluder wrote: > On Fri, Jun 12, 2009 at 2:16 AM, cocoa learner > wrote: > > I do not understand how to achieve this effect. > > I'd wire up the disclosure triangle's target/action to a method on my > window controller. Something like -[MyWindowController > show

Window's controls receive mouse-down events, but the win stay unactive. How?

2010-07-26 Thread cocoa nick
window (and not to let my application!) to become active and steal focus from the current another application? Thanks! ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

How to fastly get the active window's title?

2010-07-26 Thread cocoa nick
What is the fastest (in terms of execution) way to get the active window's (of arbitrary application, not necessarily mine) title? I have found only the way involving AppleScript which doesn't seem fast Thanks! _______ Cocoa-dev mailing list

Dock-like application

2010-07-28 Thread cocoa nick
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail

mouse Event Taps, CGEvent and destination control

2010-07-28 Thread cocoa nick
the control was clicked. Does that opaque CGEventRef contain any info about destination control? Or it is impossible? Thanks a lot for any response! ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator co

Re: loading French strings being in English language

2010-07-31 Thread cocoa learner
, Douglas Davidson wrote: > > On Jul 23, 2010, at 10:24 AM, Matt Neuburg wrote: > > > On Thu, 22 Jul 2010 11:19:32 +0200, Giacomo Tufano said: > >> Il giorno 22/lug/2010, alle ore 11.15, cocoa learner ha scritto: > >> > >>> I have localized my app in Engl

3d cube using public api of CoreAnimation

2010-07-31 Thread cocoa learner
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev

Re: loading French strings being in English language

2010-07-31 Thread cocoa learner
nippet will help here. On Sun, Aug 1, 2010 at 2:42 AM, Kyle Sluder wrote: > On Jul 31, 2010, at 1:15 PM, cocoa learner > wrote: > > > True. That can be done. But I am looking for standard way of doing > instead > > of creating a Dictionary from the strings file. And at th

Re: 3d cube using public api of CoreAnimation

2010-08-02 Thread cocoa learner
Any one please help? On Sun, Aug 1, 2010 at 1:53 AM, cocoa learner wrote: > Hi All, > > Is there any way to create 3d Cube effect in Core Animation using public > API. After searching in net I found some links but those are talking about > using Private Apis. Which I do not

how to set the value of NSLevelIndicatorCell in tableView

2010-09-02 Thread cocoa-dev
ange it it displays but then it has nothing.How can i set the value ?any suggestion?___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)l

make a window not draggable in spaces

2008-03-17 Thread Cocoa Developer
Hi, How to make a window not draggable in spaces. I used to set NSBorderlessWindowMask mask while creating window, when set Full screen. But spaces neglect this mask and allow to drag around. Thank you, Bas ___ Cocoa-dev mailing list (Cocoa-dev

Re: make a window not draggable in spaces

2008-03-17 Thread Cocoa Developer
s left the bit about why he doesn't want the window > draggable, but since its been one of the major headaches in Spaces & > window management, it's quite forgiveable.. > > > ___ > > Cocoa-dev mailing list (Cocoa-dev@list

Re: Setting Web Proxy programmatically

2008-03-18 Thread Cocoa Developer
h framework should I use? > > Thanks, > Palav > > > -- > > There are many things in your life that will catch your eye but only a few > will catch your heartpursue those'. > ___ > > Cocoa-dev mailing list (Cocoa-dev

Could not find image named warning

2008-03-21 Thread Cocoa Developer
ards, Basavaraj ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://

Calculating file size

2008-04-26 Thread Cocoa Dev
Hello, I was wondering what was the best way to calucate folder size with cocoa? I was able to do this but it does not include resource forks: #import int main() { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSString *path = [@"/Folder" stringByExpandingT

NSFilenamesPboardType for copy/paste and not just drag drop

2008-12-13 Thread Cocoa Dummy
/drop. Are they not supported for copy/paste operations? Thanks, Sean _______ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple

Unable to save file in Document-Based Application

2009-04-05 Thread cocoa learner
Hi All, I am new to cocoa and GUI programming. I wrote a Document-Based Application. Whose code snippet as follows to write data into a file (this code is taken from Aaron.Hillegass-Cocoa.Programming.for.Mac.OS.X book's Chapter 10 ) - - (NSData *)dataOfType:(NSString *)typeName error:(NS

Problem in displaying image in NSTableView

2009-04-20 Thread cocoa learner
rsons init method looks like this - - (id) init { [super init]; personName = @"New name"; personAddr = @"New addrress"; personPhoto = [[NSImage alloc] initWithContentsOfFile: @"/Volumes/Working/cocoa/Play-NSTableView/Linea.jpg"]; if (personPhoto == nil) {

Re: hud panel tiger

2009-04-20 Thread Cocoa Dev
, Rick Hi, I believe you are correct on your first point. As a substitution you could use Matt Gemmell's HUDWindow (which can be found at http://mattgemmell.com/source) . Cheers, Tim Andersson ___ Cocoa-dev mailing list (Coco

Re: Converting NSString to C++ std::string

2009-05-08 Thread cocoa learner
Probably you can read this document in following link... http://developer.apple.com/documentation/Cocoa/Conceptual/Strings/Articles/CreatingStrings.html This talks about how to C string. And after that you can convert that into a C++ string object. On Fri, May 8, 2009 at 9:39 PM, Alexander

System Preference like App

2009-05-16 Thread cocoa learner
Hi All, Any body has any idea how to create System Preference like app using cocoa? Any kind of hint or tutorial or example will be helpful to understand. Thanking you all cocoa.learner ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: System Preference like App

2009-05-24 Thread cocoa learner
thing wrong in my process to achieve System Preference like application. Please help me. Regards, Cocoa.learner On Tue, May 19, 2009 at 12:33 AM, cocoa learner wrote: > Thanx for your correction. Let me try this. > Regards > Cocoa.learner > > > On Sun, May 17, 2009 at 10:34 PM,

Re: System Preference like App

2009-05-24 Thread cocoa learner
Hi Uli, I got how to do it by doing some hit and trial method. I need not to drag and drop the NSImageCell. I can directly set the "Image" attribute of each NSMatrix cell. Thank you all. Cocoa.learner On Sun, May 24, 2009 at 8:22 PM, cocoa learner wrote: > Hi Uli,I tried bu

Re: System Preference like App

2009-05-26 Thread cocoa learner
009, at 16:22, cocoa learner wrote: > >> I tried but getting the following error - >> "Stub implementation of -setTarget by NSCell does nothing." >> > > NSImageCell is a subclass of NSCell. Seems it does not support > setTarget/setAction. If you want to get infor

How to draw background image in my app window

2009-05-26 Thread cocoa learner
he NSTextField to the window. And I am done with the desired job. Is it a correct way of doing things??? If wrong then please guide me to achieve the goal. Regards Cocoa.learner. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please

[Moderator] iPhone SDK is still under NDA - Do not discuss openly.

2008-07-10 Thread Cocoa Dev Admins
urred. When the SDK is lifted an announcement will be made here. Thanks for your understanding Scott [moderator] comments should be sent to [EMAIL PROTECTED] ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin reques

[Moderator] iPhone SDK is still under NDA - Do not discuss here

2008-07-16 Thread Cocoa-Dev Admins
Apple. When the SDK is lifted members of the iPhone Developer Program will be specifically and personally notified by an authorized representative of Apple. Thanks for your understanding Scott [moderator] ___ Cocoa-dev mailing list (Coco

Re: DICOM images in Cocoa

2008-08-13 Thread Apple Cocoa List
es to something JPEG on the fly? NSImage doesn't seem to be able to take a DICOM stream. Is this the best of doing this? Does anyone know of a Cocoa DICOM reader library? Thanks a lot. -- "I never look back darling, it distracts from the now", Edna M

Re: [NSCFNumber intValue]: unrecognized selector

2008-09-26 Thread cocoa-dev-owner
means of a timer in the secondary thread's run loop. I use Cocoa bindings to display the data in the UI. I'm sure the problem is happening in the bindings, but I'm having trouble finding where. In the general case, and with few exceptions, you can't call your UI on non

Re: How to make a UI like in Mail?

2008-03-12 Thread Apple Cocoa List
Check out DBInterfaceDemo from: http://www.mere-mortal-software.com/blog/sourcecode.php Todd On Mar 12, 2008, at 5:54 PM, Thomas Wickl wrote: Hello, I´m new to Cocoa and I really need a hint in UI Design. How can I create this Panel like it is shown in a lot of Application like Mail

Re: Cocoa support for serial port access?

2008-04-21 Thread Apple Cocoa List
Check out AMSerialPort from http://www.harmless.de/cocoa.php I have used it for several projects and highly recommend it. Todd On Apr 21, 2008, at 5:00 PM, Rick Mann wrote: Does Cocoa provide any high-level serial port access API? Or do I just use IOKit? -- Rick

NSFormatter not getting called

2009-02-16 Thread Apple Cocoa List
lloc] init] autorelease]; [nameField setFormatter:fileNameFormatter]; } Is there anything I am missing? Thanks, Todd Freese ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact th

Can someone send me the MoreAuthSample?

2008-02-28 Thread Apple Cocoa List
ave it, send it to me off-line. I would very much appreciate it! Todd Freese ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.

Notarization error: The signature algorithm used is too weak

2019-05-28 Thread Leo via Cocoa-dev
her Any help will be appreciated! Thanks, Leo _______ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe

Is the list alive?

2019-05-29 Thread Leo via Cocoa-dev
Hmm... my earlier message today never got through. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help

Re: Notarization error: The signature algorithm used is too weak

2019-05-29 Thread Leo via Cocoa-dev
On 5/28/19 9:26 PM, Richard Charles wrote: On May 28, 2019, at 3:43 PM, Leo via Cocoa-dev wrote: -I recently contacted Apple again and they pointed me to some resource page that was created back in 2016. It briefly mentions a similar error - but still without any info on how to solve it

Re: Is the list alive?

2019-05-29 Thread Leo via Cocoa-dev
On 5/29/19 9:02 AM, Steve Mills via Cocoa-dev wrote: On May 28, 2019, at 19:46:26, Leo via Cocoa-dev wrote: Hmm... my earlier message today never got through. Supposedly, these lists are to be done away with at some point. Someone started co...@apple-dev.groups.io, which many of us have

Re: Notarization error: The signature algorithm used is too weak

2019-05-29 Thread Leo via Cocoa-dev
On 5/29/19 1:53 PM, Richard Charles wrote: On May 28, 2019, at 8:18 PM, Leo via Cocoa-dev wrote: Can you please elaborate on this... Perhaps this will help. https://stackoverflow.com/questions/25152451/are-mac-app-store-code-sign-resource-envelopes-always-version-1 Thanks Richard

Re: How to get log from user

2019-06-14 Thread Leo via Cocoa-dev
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https

'altool' cannot be found

2019-06-14 Thread Leo via Cocoa-dev
n? Thanks for any help! Leo _______ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/op

Re: 'altool' cannot be found

2019-06-16 Thread Leo via Cocoa-dev
should be able to find it. If you run xcode-select -p does it show the expected path? Keary Suska Esoteritech, Inc. "Demystifying technology for your home or business" On Jun 15, 2019, at 12:12 AM, Leo via Cocoa-dev wrote: Hi all, I wanted to start building a notarization automat

Re: Alerts in Xcode 11

2019-10-09 Thread davelist--- via Cocoa-dev
30, 2019, at 11:27 PM, Doug Hardie via Cocoa-dev > wrote: > > I tried that and swift complains that self is not defined. This is not in a > view controller but a stand alone function used in many view controllers. > Generally it is used during a segue, but I added one in a view

Re: Thoughts on Cocoa

2019-10-11 Thread tblenko--- via Cocoa-dev
overtthrows the older? Or not, but I’m pretty sure there is no compelling business argument for it. Tom > On Oct 11, 2019, at 2:54 PM, Charles Srstka via Cocoa-dev > wrote: > >> On Oct 11, 2019, at 12:44 AM, Jens Alfke wrote: >> >> >>> On Oct 10, 2

Re: Thoughts on Cocoa source code

2019-10-11 Thread 조성빈 via Cocoa-dev
> 2019. 10. 12. 오전 9:55, Richard Charles via Cocoa-dev > 작성: > >  >> On Oct 11, 2019, at 1:14 PM, Turtle Creek Software via Cocoa-dev >> wrote: >> >>>> I know this is the Cocoa devs list... but why not make a website? >>>> It would

Re: Thoughts on Cocoa source code

2019-10-12 Thread 조성빈 via Cocoa-dev
> 2019. 10. 12. 오후 7:52, Jean-Daniel 작성: >  > >>> Le 12 oct. 2019 à 03:07, 조성빈 via Cocoa-dev a >>> écrit : >>> >>> >>> 2019. 10. 12. 오전 9:55, Richard Charles via Cocoa-dev >>> 작성: >>> >>>  &

Re: FYI: info on our scary Mac rebooting iOS testing crash.

2019-10-20 Thread 조성빈 via Cocoa-dev
> 2019. 10. 19. 오전 9:17, Alex Zavatone via Cocoa-dev > 작성: > > Wow was this ever fun. > > Woo hoo! > > Let this be an exercise in the dangers of memory leaks. > > Our team uses VIPER with everything being strongly linked. Also in > Objective-C, there

Re: Thoughts on Objective-C++

2019-11-12 Thread GNDGN via Cocoa-dev
‘It’s like giving a glass of ice water to somebody in hell’ - Jobs (; > Am 12.11.2019 um 21:00 schrieb Richard Charles via Cocoa-dev > : > >  >> On Nov 11, 2019, at 6:05 PM, Turtle Creek Software via Cocoa-dev >> wrote: >> >> Unfortunately, software for

Re: Thoughts on Objective-C++

2019-11-12 Thread GNDGN via Cocoa-dev
hell’ - Jobs >> > > Apple released iTunes for Windows in October 2003. Apparently Cocoa and any > supporting frameworks were ported to Windows 16 years ago. So what is the > problem providing this to outside developers? > > --Richard Charles > ____

Re: NSDatePicker display format

2020-01-21 Thread robmartin--- via Cocoa-dev
Have you tried adding a NSDateFormatter to the DatePickerCell (in code or in the xib) and setting its format string to what you want? Haven't tried it, but might work... > On Jan 21, 2020, at 5:22 PM, Marco S Hyman via Cocoa-dev > wrote: > > Is there a way to change the da

Re: Sharing code between screensaver and regular app

2020-03-02 Thread Dave via Cocoa-dev
normal. All the Best Dave > On 1 Mar 2020, at 23:26, Gabriel Zachmann via Cocoa-dev > wrote: > > I am trying to replicate what this guy suggests: > > https://medium.com/better-programming/how-to-make-a-custom-screensaver-for-mac-os-x-7e1650c13bd8 > under section

Re: Sharing code between screensaver and regular app

2020-03-02 Thread Dave via Cocoa-dev
ll I get this boilerplate code > > > @interface AppDelegate : NSObject > > @end > > > No NSView. > > > > Best regards, Gabriel > ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post ad

RE: Re: Problem in the creation of Graphics context(NSGraphicsContext)

2020-03-04 Thread sravan.lakkimsetti--- via Cocoa-dev
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https

Re: Sharing NIB/XIB between different apps?

2020-03-09 Thread Dave via Cocoa-dev
docs are pretty good. The best way to find out more, is to find a Sample project that uses a Workspace and go from there. Hope this helps Dave > On 6 Mar 2020, at 16:19, Steve Mills via Cocoa-dev > wrote: > >> On Mar 6, 2020, at 09:04, Gabriel Zachmann via Cocoa-dev >&g

Re: applicationDidFinishLaunching not being called

2020-03-09 Thread Dave via Cocoa-dev
17:55, Gabriel Zachmann via Cocoa-dev > wrote: > > I must have done something very stupid, accidentally, > but the method applicationDidFinishLaunching in my AppDelegate is not being > called any more. > > I have googled and tried a few things, of course, to no avail. >

Re: Open a panel in secondary thread?

2020-03-21 Thread Vassilis via Cocoa-dev
Don't know if this helps you but you can look into dispatch_sync and dispatch_async. Cheers On Sat, Mar 21, 2020 at 9:16 PM Sandor Szatmari via Cocoa-dev < cocoa-dev@lists.apple.com> wrote: > You must run the panel on the main thread. > > Sandor > > > On Mar

Re: Open a panel in secondary thread?

2020-03-24 Thread Dave via Cocoa-dev
Hi, You may want to call performSelectorOnMainThread and pass YES as the wait until done flag. Cheer Dave > On 21 Mar 2020, at 20:05, Gabriel Zachmann via Cocoa-dev > wrote: > > Is it possible to open an NSOpenPanel in a secondary thread? > > I create th

Re: [OT] NSTimer +timerWithTimeInterval:

2020-05-03 Thread Dave via Cocoa-dev
Yes, that’s correct, nothing wrong with a method beginning with new as long as it follows the rules, I use it all the time. I’m not sure if it matters at all with ARC, but I stick by the rules anyway. Cheers Dave > On 30 Apr 2020, at 00:27, Sandor Szatmari via Cocoa-dev > wrote: >

Re: NSTimer +timerWithTimeInterval:

2020-05-04 Thread Dave via Cocoa-dev
Hi, I’d try this: Make a method called setupTimer with the code below. Then in applicationDidFinishLaunching call performSelector: setupTimer with a delay of (say 5 seconds). Just to see if it changes anything…. Cheers Dave > On 29 Apr 2020, at 23:35, Carl Hoefs via Cocoa-dev >

Re: Detect video conference ?

2020-07-10 Thread robmartin--- via Cocoa-dev
If a user is video conferencing in a browser, why do you think that the user would be flagged as idle? Have you tested this? > On Jul 10, 2020, at 3:42 PM, Gabriel Zachmann via Cocoa-dev > wrote: > … > Background: i'm developing a status bar item app that launches anoth

Re: Free trial period for apps in Mac App Store (?)

2020-09-01 Thread Dave via Cocoa-dev
via Cocoa-dev > wrote: > > The App store Review Guidelines mention this: > > "Non-subscription apps may offer a free time-based trial period before > presenting a full unlock option". > > I have followed the links in that paragraph but that did not help me >

Re: Free trial period for apps in Mac App Store (?)

2020-09-02 Thread Dave via Cocoa-dev
Hi, The “Light” version doesn’t take much more effort to support since its built from the same source code. I actually found this the easiest and most straight forward way of doing it. Cheers Dave > On 1 Sep 2020, at 22:27, Gabriel Zachmann via Cocoa-dev > wrote: > >> Make a

  1   2   3   4   5   6   7   8   9   10   >