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
___
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
_
(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
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
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
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
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
____
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
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
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
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
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
,
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
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
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
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
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
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
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?
>>
>
>
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
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
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
, 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 (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
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
___
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
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
, 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
___
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
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
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
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
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
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
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
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://
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
/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
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
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)
{
,
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
___
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
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
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
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
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
> 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
> 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
>>> 작성:
>>>
>>>
&
> 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
‘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
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
>
____
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
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
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
___
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
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
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.
>
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
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
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:
>
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
>
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
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
>
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 - 100 of 1341 matches
Mail list logo