[no subject]

2016-01-19 Thread Aandi Inston
I have this handy routine: int MacNSOpenFileWithDefaultApp ( char *path ) { NSString *nsstring = [NSString stringWithUTF8String: path] ; BOOL ok = [[NSWorkspace sharedWorkspace] openFile:nsstring] ; return ok ; } Suppose we pass a folder name. The intention is to open the folder in the

[no subject]

2015-08-10 Thread Nick
Hello I am trying to make a view that displays images and a table view's columns in this way: http://rghost.net/8kmdcTnnN/image.png and http://rghost.net/6BwyMsyXy/image.png Basically, there are several image views, and a table view with the corresponding number of columns. Each image above

[no subject]

2015-01-30 Thread Raglan T. Tiger
One last thing ... Exception Type:EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0020 VM Regions Near 0x20: -- __TEXT 00010ca2d000-00010ca2e000 [4K] r-x/rwx SM=COW

Subject:

2014-08-07 Thread Peter Edberg
On Aug 7, 2014, at 8:51 PM, cocoa-dev-requ...@lists.apple.com wrote: Date: Thu, 07 Aug 2014 18:31:45 -0500 From: Kyle Sluder k...@ksluder.com To: cocoa-dev@lists.apple.com Subject: Re: NSNumberFormatter negative and NSWindowsLatin1 Message-ID: 1407454305.344597.150374101.4d345

[no subject]

2014-02-15 Thread Vojtěch Meluzín
Hi, I'm using NSOpenGLContext to optimize drawing AU plugins. There are multiple plugins and each can have multiple instances. So each plugin creates a global NSOpenGLContext and attach particular NSView contexts to it, so that the textures do not need do be duplicated. Problem: When I open one

[no subject]

2012-12-20 Thread Robbie Haertel
http://montanasol.com/google.html ___ 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

Subject: Re: Scene Kit

2012-10-22 Thread Thomas Cunningham
Thank you for your replies Daniel. I'm going back and re-read the docs, I would agree that I'm misunderstanding the hierarchy of the API and the object messaging. -- Thomas C. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

[no subject]

2012-06-21 Thread Robert Vasvari
http://kalanikordus.com/wp-content/themes/modern-clix/images/ofnwp.html?kf=kfa.jxvezahy=yl.ezaxhee=ynip ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Subject: Re: Smooth resizing of a text field

2011-07-21 Thread Duncan Champney
On 20 Jul 2011, at 2:30 PM, Gabriel Roth wrote: My application displays a non-editable text string in an NSTextField. When the user adjusts a slider, the entire window and all its subviews—including this text field—should resize smoothly. My first thought was to bind the font size of the

(no subject)

2011-04-20 Thread Simon Gislen
How do I get details of a photo taken by the iphone? I want to know the time/date the photo was taken and get where it was taken via the GPS details for an application made by xcode. Thanks... ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

(no subject)

2011-04-01 Thread Lance Kwan
http://shaio.com/molo.php ___ 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

Don't open email from me with no Subject!!!! My email has been hijacked

2011-03-31 Thread Brian Hughes
___ 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

(no subject)

2011-03-31 Thread Rikza Azriyan
Anyone could help me,, I want to handle touch drag event programatically, for example in ibooks reader, we use fingertips for navigating to next/prev page by sliding the screen to the left/right direction. I want to handle this event within my code, such as give the first cordinate in

Re: (no subject)

2011-03-31 Thread WT
On Apr 1, 2011, at 1:29 AM, Rikza Azriyan wrote: Anyone could help me,, I want to handle touch drag event programatically, for example in ibooks reader, we use fingertips for navigating to next/prev page by sliding the screen to the left/right direction. I want to handle this event within

(no subject)

2011-03-22 Thread Graham Cox
On 20/04/2009, at 5:01 PM, Joe Yi wrote: hello all:I have no way to get the app window 's coordinateapplewebdata://A2B49717-8F5F-4246-991B-60F9DC323717/;coordinate 。please show me the detail method. RTFD. [window frame]; --Graham___

(no subject)

2011-03-22 Thread Bright
Hi everyone: When I use QTMovie to play movies. I want to custom myself progress slider instead of the NSSlider. How to custom the progress slider? thks! Bright ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

(no subject)

2011-03-22 Thread David Duncan
Is the contentsScale property set correctly? For CALayers it defaults to 1.0, UIKit ensures that it is set correctly for layers that it creates, but it is your responsibility to do this for layers that you create yourself. -- David Duncan On Jul 11, 2010, at 4:03 PM, Carter Allen

(no subject)

2011-01-27 Thread Rikza Azriyan
Hi All, I want to process pixel image from video frame to display it in realtime on preview. The input is comming from camera using AVFoundation Frameworks. Anyone can help me,please.. Can i do it in realtime while the camera capturing video frame by frame and the image processing method works

Subject: Re: iPad frame-by-frame animation

2010-11-04 Thread George Toledo
On Nov 2, 2010, at 8:13 PM, Leon Qiao wrote: I got some problems on showing a frame-by-frame animations. I use some png files in quite a big size(1024* 768). The frame rate I required is near 1/24. Consider that at the framerate you desire, this will require 1024*768*4*24=72MB of

Re: Subject: Re: iPad frame-by-frame animation

2010-11-04 Thread George Toledo
Hmm, I should have taken the time for a grammar check. My apologies. -GT On Thu, Nov 4, 2010 at 3:25 PM, George Toledo gtole...@gmail.com wrote: On Nov 2, 2010, at 8:13 PM, Leon Qiao wrote: I got some problems on showing a frame-by-frame animations. I use some png files in quite a big

[moderator] Re: (no subject)

2010-09-18 Thread Scott Anguish
This spam (likely hijacked account) has been moderated. ___ 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

(no subject)

2010-09-17 Thread Ferhat Ayaz
http://llow.pharmmashopzv.host-sc.com ___ 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

(no subject)

2010-08-25 Thread Theodore Petrosky
http://doqodequ.reco.ws/holyno.html WantMore Ero Stay ingPow er? SuperbT absOfL ove Discover new best tabs for lovirs ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the

[Moderator] spammer removed Re: (no subject)

2010-08-25 Thread Scott Anguish
Must have been a long time subscriber as this never came through moderation or hacked via their yahoo account. But unsubbed just to be safe. sorry for the noise. On Aug 25, 2010, at 4:24 PM, Theodore Petrosky wrote: http://doqodequ.reco.ws/holyno.html WantMore Ero Stay ingPow er? SuperbT

(no subject)

2010-06-18 Thread Brad Peterson
http://kvlbehqiqu.modestmuch.ru ___ 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

(no subject)

2010-06-16 Thread Brad Peterson
http://bit.ly/bH7V0j ___ 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

Subject: Re: iPad interface orientation basics

2010-05-17 Thread Gordon Apple
If you think that's confusing, wait until you try to use an external monitor and see what the rotation does to you. So far, I've successfully managed to counter-rotate the external view's window so my text stays upright, but getting the view and its contents to scale properly is proving more

(no subject)

2010-04-09 Thread §
http://MyrandaSporleder6772.co.cc ___ 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

(no subject)

2010-04-01 Thread Nick Veys
http://rapidshare.com/files/370886351/new14.0.exe ___ 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

Re: (no subject)

2009-09-07 Thread Bryan Henry
According to the memory management rules, yes, you own the object returned by that method and you should therefore release it. You take ownership of an object if you create it using a method whose name begins with “alloc” or “new” or contains “copy” (for example, alloc,newObject, or

(no subject)

2009-09-07 Thread Colin Deasy
Does the returned obj from this method: - (NSCollectionViewItem *)newItemForRepresentedObject:(id)object require a release? ThanksColin _ Share your memories online with anyone you want.

(no subject)

2009-09-04 Thread David Blanton
I want to develop a CocoaTouch app that talks to a web server without doing 'web pages'. I.e. the app does http gets and posts driving php (or other) scripts on the server to access some sql database. Reason for this approach - to use coca table view to display data, generally speaking to

Re: (no subject)

2009-09-04 Thread I. Savant
On Sep 4, 2009, at 6:16 PM, David Blanton wrote: I want to develop a CocoaTouch app that talks to a web server without doing 'web pages'. I.e. the app does http gets and posts driving php (or other) scripts on the server to access some sql database. ... Make sense or shoveling against

Re: (no subject)

2009-09-04 Thread Steven Degutis
This is a common concept. In fact, it's exactly how nearly all twitter apps on the iPhone work. Usually it can be done manually with NSURLConnection and the like, though you may consider using a third-party framework like ASI-HTTP-Request or CocoaREST. -- Steven Degutis

Re: (no subject)

2009-09-04 Thread David Blanton
Thank you I.S. and Steven ... I am off to the races! On Sep 4, 2009, at 4:42 PM, Steven Degutis wrote: This is a common concept. In fact, it's exactly how nearly all twitter apps on the iPhone work. Usually it can be done manually with NSURLConnection and the like, though you may consider

(no subject)

2009-08-18 Thread PCWiz
___ 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:

Subject: Re: How to share Cocoa classes?

2009-07-06 Thread Alexander Bokovikov
Thank you, Jesse, but just a couple of points to clarify: Static library linking with ObjC class, most likely could be done successfully by only adding -ObjC and -all_load to the Other Linker Flags in the build configuration. Is this option applicable to library project settings or to a

Re: Subject: Re: How to share Cocoa classes?

2009-07-06 Thread Jesse Armand
Is this option applicable to library project settings or to a project where this library is called from? Since the linking is done on the project that's including the library, so this should be done on the project that's using the library. Could you please give an example of particular

Subject: [ NSSplitview ] -setAutosaveName

2009-05-31 Thread Caleb Strockbine
On May 31, 2009, at 12:10 AM, cocoa-dev-requ...@lists.apple.com wrote: What does setAutosaveName actually do? I assume it saves the position of the splitview to user defaults? Did you read the fine manual? It's fairly plain: Sets the name under which receiver’s divider position is

Re: Subject: [ NSSplitview ] -setAutosaveName

2009-05-31 Thread Erg Consultant
quit. Erg From: Caleb Strockbine ca...@mac.com To: cocoa-dev@lists.apple.com Cc: erg_consult...@yahoo.com Sent: Sunday, May 31, 2009 12:19:34 AM Subject: Subject: [ NSSplitview ] -setAutosaveName On May 31, 2009, at 12:10 AM, cocoa-dev-requ...@lists.apple.com

Re: Subject: detect option key on startup

2009-05-11 Thread Jean-Daniel Dupas
Try in - applicationDidFinishLaunching: Le 10 mai 09 à 00:58, Mitchell Livingston a écrit : In what method would that need to be in to get the key on startup? I tried without luck in init and awakeFromNib. On Saturday, May 09, 2009, at 06:48PM, Kirk Kerekes kirkkere...@gmail.com wrote:

Re: Subject: detect option key on startup

2009-05-10 Thread Kirk Kerekes
I often add the following to the app delegate's applicationDidFinishLaunching: method [self performSelector: @selector(applicationDidBeginRunLoop:) withObject: self afterDelay: 0.0]; applicationDidBeginRunLoop: (which you must define) will execute when the first runloop cycle executes.

RE: Subject: detect option key on startup

2009-05-09 Thread Kirk Kerekes
How About: ([[NSApp currentEvent] modifierFlags] NSAlternateKeyMask) ___ 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

RE: Subject: detect option key on startup

2009-05-09 Thread Mitchell Livingston
In what method would that need to be in to get the key on startup? I tried without luck in init and awakeFromNib. On Saturday, May 09, 2009, at 06:48PM, Kirk Kerekes kirkkere...@gmail.com wrote: How About: ([[NSApp currentEvent] modifierFlags] NSAlternateKeyMask)

Re: Subject: detect option key on startup

2009-05-09 Thread Mike Abdullah
That won't work because the event loop is not set up yet. You want to use GetCurrentEventKeyModifiers() On 9 May 2009, at 23:58, Mitchell Livingston wrote: In what method would that need to be in to get the key on startup? I tried without luck in init and awakeFromNib. On Saturday, May

Re: Subject: detect option key on startup

2009-05-09 Thread Eric Schlegel
On May 9, 2009, at 4:32 PM, Mike Abdullah wrote: That won't work because the event loop is not set up yet. You want to use GetCurrentEventKeyModifiers() Actually you want to use GetCurrentKeyModifiers, not GetCurrentEventKeyModifiers, since GetCurrentEventKeyModifiers returns the state

(no subject)

2009-04-08 Thread Tilo Villwock
Does anyone know, whether there is a way to make a circular NSSlider not endless, so that it stops at a certain value? Thanks Tilo ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to

(no subject)

2009-04-07 Thread Greg Guerin
Тимофей Даньшин wrote: [string2 release]; sqlite3_reset(sentence_insert_statement); I'm looking more closely at the code, and those statements seem mis- ordered to me. I would not release something if someone else (sqlite, in this case) might be holding onto a reference to a buffer

(no subject)

2009-04-07 Thread Tilo Villwock
Hi, is there a way to manipulate the order NSToolbarItems are added to a toolbar, when the application is starting. I have implemented the delegate methods to provide the items, and which items are allowed, but since items are fetched by identifier and not by position i don't see how

(no subject)

2009-02-20 Thread mukesh
Also give information about the control I should use for this. ___ 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

Re: (no subject)

2009-02-20 Thread Thomas Davie
On 20 Feb 2009, at 10:59, mukesh wrote: Also give information about the control I should use for this. I suggest the NSTextView, and you typing something into it to tell us what you're actually wanting ;) Bob ___ Cocoa-dev mailing list

(no subject)

2009-02-20 Thread mukesh
Hi all I am building an application whose requirement is to develop an window same as in the macosx application FINDER. The window should be such that it should display the files/folders in the sam e way as in the finder (ie: the files/folders can be viewed in the list view, thumbnails view

Re: (no subject)

2009-02-20 Thread Nathan
... So you want someone to tell you how to do it, or do you have a specific problem? •confused• Nate On Feb 20, 2009, at 4:57 AM, mukesh mukesh_ku...@persistent.co.in wrote: Hi all I am building an application whose requirement is to develop an window same as in the macosx application

Re: (no subject)

2009-02-20 Thread Sherm Pendley
On Fri, Feb 20, 2009 at 4:57 AM, mukesh mukesh_ku...@persistent.co.inwrote: I am building an application whose requirement is to develop an window same as in the macosx application FINDER. The window should be such that it should display the files/folders in the sam e way as in the finder

Re: (no subject)

2009-02-20 Thread Sherm Pendley
On Fri, Feb 20, 2009 at 1:05 PM, Sherm Pendley sherm.pend...@gmail.comwrote: On Fri, Feb 20, 2009 at 4:57 AM, mukesh mukesh_ku...@persistent.co.inwrote: Welcome aboard! Were you having difficulty with some part of that, or were you just introducing yourself and letting us all know what you're

Re: (no subject)

2009-02-20 Thread Nick Zitzmann
On Feb 20, 2009, at 2:57 AM, mukesh wrote: I am building an application whose requirement is to develop an window same as in the macosx application FINDER. The window should be such that it should display the files/folders in the sam e way as in the finder (ie: the files/folders can be

Re: (no subject)

2009-02-20 Thread parag vibhute
HI Mukesh, Nick has mentioned nicely. Ask the *exact *question. Regards, Parag On Fri, Feb 20, 2009 at 11:42 PM, Nick Zitzmann n...@chronosnet.com wrote: On Feb 20, 2009, at 2:57 AM, mukesh wrote: I am building an application whose requirement is to develop an window same as in the

(no subject)

2009-01-28 Thread David Blanton
Using this code: NSIndexSet *is = [NSIndexSet indexSetWithIndex:rowIndex]; [_tableView selectRowIndexes:is byExtendingSelection:YES]; to select rows, the rows are selected and highlighted, but the first column is not

(no subject)

2008-12-20 Thread John Nairn
I had a similar problem and there were serious performance issues with the built-in sorting. I could make it work with sortUsingFunction:context:, but the performance depends significantly on the efficiency of that method (i.e., how much work it takes to interact with that external data).

(no subject)

2008-11-29 Thread Ulai Beekam
Hi I know I can put an image into a layer by doing theLayer.contents = cgTheGreatImage. But that will just put a single image on the layer. My question is, how can I use that image to have a repeating pattern on that layer of that single image? Can you give me short example code snippet?

Subject: Re: Core Data entity fetching by date

2008-11-09 Thread Steve Steinitz
Hi, Quincy gave such a masterful and complete answer that I felt compelled to also make a small contribution. If you decide to go the in-memory route, this simple routine may save you a few minutes of head scratching: - (BOOL) selectedRangeContainsDate: (NSDate *) date {

Re: While we're on the subject of DMG's for software distribution...

2008-09-10 Thread Jon Buys
I must agree with this paragraph whole-heartedly - my single favorite thing about OS X is the way so many applications can be installed by dragging a simple icon somewhere, and can be uninstalled by dragging that same icon to the Trash. No need to worry about an installer dumping crap where

Re: While we're on the subject of DMG's for software distribution...

2008-09-10 Thread Charles Srstka
On Sep 9, 2008, at 4:26 PM, Bill Cheeseman wrote: The poster didn't say why he assumes the Software Delivery Guide to be more authoritative. The only evidence I'm aware of is that the Software Delivery Guide was last updated over two years ago, in July 2006, before Leopard was released.

[moderator] Re: While we're on the subject of DMG's for software distribution...

2008-09-10 Thread Scott Anguish
probably best not to debate this particular aspect of things... As I said, I'll about getting this clarified in the docs, and a consistent message in it. On 10-Sep-08, at 3:40 AM, Charles Srstka wrote: On Sep 9, 2008, at 4:26 PM, Bill Cheeseman wrote: The poster didn't say why he assumes

Re: [moderator] Re: While we're on the subject of DMG's for software distribution...

2008-09-10 Thread David
In my mind, the installer issue is an issue of trust. Do you trust the installer of an application to install the application in the best interest of the user. Do you trust that the installer won't install things you don't want. Do you trust that the installer provides a way to uninstall the

Re: While we're on the subject of DMG's for software distribution...

2008-09-10 Thread Sherm Pendley
On Wed, Sep 10, 2008 at 3:40 AM, Charles Srstka [EMAIL PROTECTED]wrote: Anyway, if Mac software starts heading back down the road to everything having an installer, the appeal of the Mac platform vs. Windows will be severely diminished in my eyes. I agree with you to a point, but...

Re: [moderator] Re: While we're on the subject of DMG's for software distribution...

2008-09-10 Thread Scott Anguish
whether it is an issue of trust or not isn't really relevant to this list. As I said, this isn't to be debated here. I'll see about the documentation issue, but if we're not talking about how to construct an DMG, or installer, or the docs about it, it is _off topic_. On 10-Sep-08, at

Re: While we're on the subject of DMG's for software distribution...

2008-09-10 Thread Charles Srstka
On Sep 10, 2008, at 11:49 AM, Sherm Pendley wrote: Yeah, if only there were an app that would let users look inside installer packages... It would ease their troubled minds, so perhaps it could be called Peaceful or something like that... :-) Yup, and a big reason I wrote it was to get

Re: While we're on the subject of DMG's for software distribution...

2008-09-09 Thread Bill Cheeseman
on 2008-09-08 11:31 PM, Chris Markle at [EMAIL PROTECTED] wrote: I'd prefer to ship this as a DMG... But if I understand DMG-based delivery correctly, the idea is that Mac users are used to this and know to copy the application bundle to the Applications folder. Apple currently recommends

Re: While we're on the subject of DMG's for software distribution...

2008-09-09 Thread Thomas Engelmeier
Am 09.09.2008 um 12:53 schrieb Bill Cheeseman: on 2008-09-08 11:31 PM, Chris Markle at [EMAIL PROTECTED] wrote: I'd prefer to ship this as a DMG... But if I understand DMG-based delivery correctly, the idea is that Mac users are used to this and know to copy the application bundle to the

Re: While we're on the subject of DMG's for software distribution...

2008-09-09 Thread Charles Srstka
On Sep 9, 2008, at 5:53 AM, Bill Cheeseman wrote: on 2008-09-08 11:31 PM, Chris Markle at [EMAIL PROTECTED] wrote: I'd prefer to ship this as a DMG... But if I understand DMG-based delivery correctly, the idea is that Mac users are used to this and know to copy the application bundle to the

Re: While we're on the subject of DMG's for software distribution...

2008-09-09 Thread David Melgar
I agree. Being able to install applications in unprivelaged locations is one of the best qualities of mac os x. Sent from my iPhone On Sep 9, 2008, at 2:18 PM, Charles Srstka [EMAIL PROTECTED] wrote: On Sep 9, 2008, at 5:53 AM, Bill Cheeseman wrote: on 2008-09-08 11:31 PM, Chris Markle

Re: While we're on the subject of DMG's for software distribution...

2008-09-09 Thread Jerry Krinock
On 2008 Sep, 09, at 11:18, Charles Srstka wrote: On Sep 9, 2008, at 5:53 AM, Bill Cheeseman wrote: Apple currently recommends that ALL applications be delivered in the form of an installer. See the PackageMaker User Guide, last revised in July 2007: Here's what Apple says in the

Re: While we're on the subject of DMG's for software distribution...

2008-09-09 Thread Bill Bumgarner
On Sep 9, 2008, at 2:15 PM, Jerry Krinock wrote: Charles, it may appear to have a more authoritative perspective, but it was last revised a year earlier, in July 2006. Therefore, I put my faith the document that Bill Cheeseman referred to instead. Manual Installs are Out. Installers are

Re: While we're on the subject of DMG's for software distribution...

2008-09-09 Thread Bill Cheeseman
on 2008-09-09 4:16 PM, David Melgar at [EMAIL PROTECTED] wrote (quoting an earlier poster, I think): Here's what Apple says in the Software Delivery Guide (which I'd assume to be more authoritative about which option you should use than the PackageMaker manual),... The poster didn't say why

Re: While we're on the subject of DMG's for software distribution...

2008-09-09 Thread Michael Ash
On Tue, Sep 9, 2008 at 5:15 PM, Jerry Krinock [EMAIL PROTECTED] wrote: On 2008 Sep, 09, at 11:18, Charles Srstka wrote: On Sep 9, 2008, at 5:53 AM, Bill Cheeseman wrote: Apple currently recommends that ALL applications be delivered in the form of an installer. See the PackageMaker User

Re: While we're on the subject of DMG's for software distribution...

2008-09-09 Thread Scott Anguish
It is definitely a mixed message... It needs to be at the very least consistent. I've raised it with someone and will attempt to pursue it. As bbum said, the issues with Installer packages are the need for authentication, and the inability to specify where it should be installed if it is

While we're on the subject of DMG's for software distribution...

2008-09-08 Thread Chris Markle
Hi Folks, (Not super saavy about Mac OS X here so bear with me please...) On the subject of DMG's... I inherited a software product that currently ships using some moldy-oldy version of the Wise installer. I think basically all it does is put the application _folder_ into the Applications folder

Re: While we're on the subject of DMG's for software distribution...

2008-09-08 Thread David
PROTECTED] wrote: Hi Folks, (Not super saavy about Mac OS X here so bear with me please...) On the subject of DMG's... I inherited a software product that currently ships using some moldy-oldy version of the Wise installer. I think basically all it does is put the application _folder_

Re: While we're on the subject of DMG's for software distribution...

2008-09-08 Thread Seth Willits
On Sep 8, 2008, at 8:31 PM, Chris Markle wrote: I'd prefer to ship this as a DMG... But if I understand DMG-based delivery correctly, the idea is that Mac users are used to this and know to copy the application bundle to the Applications folder. But I need the user to copy the application

Re: While we're on the subject of DMG's for software distribution...

2008-09-08 Thread Peter N Lewis
At 20:31 -0700 8/9/08, Chris Markle wrote: In the application folder I am referring to is the application bundle, some PDFs (doc) and a Plugins folder with one plugin bundle in it. I think the application expects the plugins to be in this specific place i.e., the Plugins folder in the

(no subject)

2008-09-04 Thread mahaboob
Hi All, I need to create a plug-in for safari. It should be a toolbar and when I'm installing it, it has to a prompt user to enter personal info and should be stored in same computer. When I'm using browser, where I need to fill the data on form fields. I have one more thing, when I am clicking

Re: (no subject)

2008-09-04 Thread Thomas Davie
On 4 Sep 2008, at 12:54, [EMAIL PROTECTED] wrote: Hi All, I need to create a plug-in for safari. It should be a toolbar and when I'm installing it, it has to a prompt user to enter personal info and should be stored in same computer. When I'm using browser, where I need to fill the

Re: (no subject)

2008-09-04 Thread I. Savant
On Thu, Sep 4, 2008 at 7:57 AM, Thomas Davie [EMAIL PROTECTED] wrote: As far as I know, you can't add toolbars to Safari. At a guess, this is by design. ... and a very GOOD design, too: http://blogs.walkerart.org/newmedia/wp-content/uploads/2008/07/too-many-toolbars.jpg (just one

(no subject)

2008-08-07 Thread Zphofar Ægir Spender G
Zphofar Ægir Spender Gulu___ 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

(no subject)

2008-07-24 Thread 松 李
I have a problem about ABAddressBook, i want get NSData with ABPerson' vCardRepresentation fuction,the NSData is vcard 3.0 formatter,but i want to get vcard 2.1 formatter, how to get vcard 2.1 formatter with vCardRepresentation, follow is my code : ABPerson* thePerson = [theArray

(no subject)

2008-06-16 Thread Angelo Chen
Hi, I have following action, two NSButtons are linked to it, I'd like to test which button trigger the action in the code, any way to do this? thanks. - (IBAction)doCopying:(id)sender { // how to determine which NSButton is clicked? } Angelo Yahoo! Mail具備一流的網上安全保護功能,請前往

Re: (no subject)

2008-06-16 Thread Nick Zitzmann
On Jun 16, 2008, at 7:27 PM, Angelo Chen wrote: I have following action, two NSButtons are linked to it, I'd like to test which button trigger the action in the code, any way to do this? thanks. - (IBAction)doCopying:(id)sender { // how to determine which NSButton is clicked? } if

Re: (no subject)

2008-06-16 Thread Jeff LaMarche
On Jun 16, 2008, at 9:27 PM, Angelo Chen wrote: - (IBAction)doCopying:(id)sender { // how to determine which NSButton is clicked? } There are several ways. If this button was called because a button was pushed, sender will contain a pointer to the button. You can compare the tag

Re: (no subject)

2008-06-16 Thread Graham Cox
You can set a different tag value for each button (in IB), then in the action method use -[sender tag] to get the value. Tags are just an integer number that most controls support and their use is entirely decided by the programmer - Cocoa doesn't use them. Alternatively you can of course

Re: (no subject)

2008-06-16 Thread Graham Cox
This assumes you do have an outlet to each of course - if the buttons otherwise don't need any programmatic access there's no reason to have an outlet, so it's overkill (in my view) to add outlets just to tell two buttons apart. Having separate action methods is usually the best approach.

Subject: Re: Keyboard Layout Services

2008-06-05 Thread Charles Jenkins
Jean-Daniel, merci! I am happy to learn about the Text Input Source Services. Because Cocoa is the preferred way to write OS X programs, that's what I'm trying to learn. I don't understand why Apple would push Cocoa and then provide some API's only in the Carbon library, but I can accept the

Subject: Re: Bypassing Interface Builder

2008-05-15 Thread Erik Buck
OK - I really don't need the name then, but I am puzzled as to how my new class got instantiated. Here's what I did: 1. Create the class, the .h and .m files. Great. This is how Objective-C classes are generally created. Good job. 2. Code the ivars, their @property directives, and

Re: Subject: Re: Bypassing Interface Builder

2008-05-15 Thread Jeff LaMarche
On May 15, 2008, at 1:23 PM, Erik Buck wrote: Dragging any object from a palette (what does IB call palettes these days?) i It's called the Library... ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or

(no subject)

2008-03-04 Thread ali alavi
I have a WebView and a NSTextField (as URL address bar) on my window. I need to be able to load the page automatically when I programmatically set the URL filed to a web page address. However the only way I can make the page appear now is by clicking in the URL field and hitting Return key. How

Re: Programmatically loading page into WebView [was: (no subject)]

2008-03-04 Thread Jens Alfke
On 4 Mar '08, at 1:18 AM, ali alavi wrote: I need to be able to load the page automatically when I programmatically set the URL filed to a web page address. However the only way I can make the page appear now is by clicking in the URL field and hitting Return key. How can I do this