NSViewController view swapping where to put the buttons at?

2010-01-04 Thread Dan
h my logs say the method is being called. I am new to Cocoa Development so any guidance and suggestions are welcomed, it seems like I am doing this the hard way... Thanks, Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Deleting an file that's been NSData memory mapped - safe?

2016-02-11 Thread Dan Lau
If a file has its contents mapped using NSData's initWithContentsOfFile + NSDataReadingMappedIfSafe, deleting it doesn't appear to affect reading it's mapped contents. Does anyone know if NSData uses mmap(2) under the hood to ensure that this sort of operation

Re: Deleting an file that's been NSData memory mapped - safe?

2016-02-11 Thread Dan Lau
wrote: > > On Feb 11, 2016, at 11:44 AM, Dan Lau wrote: > > If a file has its contents mapped using NSData's > initWithContentsOfFile + NSDataReadingMappedIfSafe, > deleting it doesn't appear to affect reading it's mapped contents. Does > anyone know if NSData uses m

Exception - completion routine is not called

2016-09-22 Thread Dan S
Hello, I have an 'NSInternalInconsistencyException': 'Completion handler passed to -[ViewController webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:] was not called' JavaScript sends message to wkwebkit, and imediatelly after runs alert('test') (from same jscript func

NSURLProtocol

2015-04-10 Thread Dan S
Is behavior of NSURLProtocol changed with Safari 5.1? I have a plugin that registeres a protocol handler xyz:// for example It succeeds and I can see all the requests to files on web pages being consulted with the object via +(BOOL) canInitWithRequest:(NSUrlRequest): With Safari 5.0 I would get

Re: NSURLProtocol

2015-04-11 Thread Dan S
>> >> Either that or you have both http:// and https:// written in your code >> at different points. >> >> So I suppose the first question to be asked is, do you INTEND to use http >> or https? >> >> >> On Apr 11, 2015, at 8:07 PM, danchik wrot

Menu Bar App: [NSStatusItem popUpStatusItem] : Menu shows popupmenu too high

2015-06-12 Thread Dan Stenning
Hi, I have this cocoa code in order to show a menu when a “menu app” or menu-extras icon is clicked on on the menu bar. Only trouble is it pops up on top of my menu-app icon, at the very top instead of right _below_ the menu bar. What am i doing wrong ? here is the code in question:

RE: Menu Bar App: [NSStatusItem popUpStatusItem] : Menu shows popupmenu too high

2015-06-13 Thread Dan Stenning
or png’s out ? Dan > Subject: Re: Menu Bar App: [NSStatusItem popUpStatusItem] : Menu shows > popupmenu too high > From: je...@ieee.org > It looks like you’re setting your menu into some kind of view. In contrast, > I set it into my status item. Paraphrasing my

[iPhone] : How to customize Phonepad ?

2009-09-08 Thread Dan Ribe
Hi All, I am looking for a way to customize the Phonepad provided by the iPhone for my application use. Here is the list I am interested in : ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

[iPhone] : How to customize Phonepad ?

2009-09-08 Thread Dan Ribe
;Call". - Want to change the color/size of the Phonepad. - Also want to customize the keys which will be available to the users (hide special characters other than '+' & '#'). Can anyone give me some pointers on this. Any help on this is

[iPhone] How to sense the duration of touch on iPhone button.

2009-09-10 Thread Dan Ribe
Hi All, I am trying to implement a phone pad for my application. For key with title '0' I want the same behavior as the iPhone phone application : 1. If user touches, it should immediately display a 0. 2. If user holds down the button for some time, it should display a '+' (I mean 0 should be

Passing arrays via WSMethodInvocationInvoke() [WebServicesCore]

2009-10-23 Thread Dan Korn
one last part working. Anyway, I really want to figure out how to call the function as-is with WSMethodInvocationInvoke(). I'm using Xcode 3.2 on Snow Leopard on a MacBook Pro. (I'm pretty new to Cocoa and Objective-C, so my code is leaking like a sieve, but I just want to

Re: Passing arrays via WSMethodInvocationInvoke() [WebServicesCore]

2009-10-27 Thread Dan Korn
sult; } return NULL; } Again, apologies if there's a more appropriate forum for this; please redirect me. Thanks, Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Stack-based C++ class to wrap NSAutoreleasePool

2009-11-13 Thread Dan Korn
new to Cocoa and Objective-C, so it's entirely possible I'm missing some pitfall with this strategy. So, is there any reason why I shouldn't do this? Thanks, Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not p

Re: Utility/Floating window with titlebar on left side

2010-05-06 Thread Dan Ribe
Hello Everyone, I am porting my application from carbon to cocoa & need exact functionality. In Carbon I was using "Side Title" with the utility window. Is there any way to do the same thing in cocoa now? I am not able to see "Side Title" anywhere in the interface builder. Already tried NSBorder

Re: Utility/Floating window with titlebar on left side

2010-05-10 Thread Dan Ribe
Thanks Paul, that was helpful. I am able to add the close button to my window using standardWindowButton, but facing some refreshing problems. First time when I load the window and add button to it, close button is able to draw itself properly. But if i close this window and reopen it again, then

Re: scriptability of button in interface?

2010-05-21 Thread Dan Ribe
Hi All, I am working on to make my cocoa application scriptable. I want to automate the testing of my application and for that I want all the actions which user can performs manually to be scriptable. Like apple script should be able to open a dialog, type something in the text box (or any other U

NSTokenField memory management issue

2010-05-22 Thread Dan Treiman
collected. I'm using NSRoundedTokenStyle, and my best guess is that the tokens are registered somewhere to track the mouse? Why else would they be rooted? Anyway, does anybody have any insight or any suggestions on how to work around this? thanks! - Dan Treiman (gdb) info gc-

Messaging app/Whatsapp send button design

2011-08-02 Thread Dan Hopwood
applied a custom image to their button. If it is built in, I can't find it and so would like to know how to initialise a button with that style. Many thanks, Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin reques

App updating

2011-08-29 Thread Dan Hopwood
Hi all, I have an app on the store that uses a wild card app ID. I want to release an update that integrates push notifications. I therefore need to create a new app ID and configure it for push but in Apple's documentation it says: "Use the same Distribution Provisioning Profile to build each ne

PDF viewing

2011-10-04 Thread Dan Hopwood
Hi all, Is there any way to open a PDF without using a UIWebView i.e. like the Mail app? Many thanks, Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

Re: On NSClassFromString method

2011-02-24 Thread Dan Treiman
, i.e. [ClassINeed class]; -Dan Treiman On Feb 24, 2011, at 9:19 PM, Leon Qiao wrote: > Dear all, > > I got a problem when using the NSClassFromString method to get a class. > The code is used in the google docs library. It failed to get the Class > object, the return valu

Re: Cocoa witch's broom

2011-04-14 Thread Dan Treiman
This sounds like a very interesting project. For inspiration/an example of something similar, I'd recommend taking a look at Philippe Mougin's F-Script. ( http://www.fscript.org/ ) Its a scripting system that lets you explore and manipulate cocoa objects interactively. It also is a very good l

Application Design

2011-05-27 Thread Dan Hopwood
unelegant. Thoughts and suggestions much appreciated. Dan ___ 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/U

Re: Application Design

2011-05-28 Thread Dan Hopwood
d' ...where the nav controller and its view controllers are stored and initialised inside the 'root view controller'? Many thanks, Dan Sent from my iPad On May 27, 2011, at 20:19, Steve Christensen wrote: > A view controller controls a specific view hierarchy so it should

Re: Application Design

2011-05-31 Thread Dan Hopwood
28, 2011, at 6:11, Dan Hopwood wrote: > > > Thanks for your response Steve. I have considered using the > > nsnotification service but what if you need to not only let another > > object know when an event has occurred but you also need to send that > > object some data? F

Re: Application Design

2011-06-01 Thread Dan Hopwood
June 2011 09:54, Dan Hopwood wrote: > Great, thanks a lot Steve - very helpful. > > D > > > > On 31 May 2011 18:44, Steve Christensen wrote: > >> How about providing a singleton class method? Then you just >> include WebServiceInterface.h where nee

UIAlertView with UITextField

2011-07-27 Thread Dan Hopwood
case before I commit to using it? Many thanks, Dan ___ 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: UIAlertView with UITextField

2011-07-27 Thread Dan Hopwood
Thanks David. And do you or does anyone else know if Apple would permit implementing something like the following, which gives a very similar result: http://iphonedevelopment.blogspot.com/2009/02/alert-view-with-prompt.html Thanks, Dan On Jul 27, 2011, at 18:14, David Duncan wrote: On Jul

UIModalTransitionStylePartialCurl with UITabBarController

2011-07-29 Thread Dan Hopwood
This question has been asked a lot e.g. herebut as far as I can see is yet to be answered in full. I have a `UITabBarController` with a `UINavigationController` as the root vc for one of

Leopard for development / testing.

2009-12-09 Thread Dan Ribe
opard for development/testing purpose then what I need to do to get one ? Please excuse me as my question is not related to cocoa but I thought someone will be able to answer it in this list. Thanks for your help ! Cheers -Dan ___ Cocoa-dev mailing list (

Re: Leopard for development / testing.

2009-12-09 Thread Dan Ribe
I already have snow leopard & developer tools for it. So basically I can develop application using it on snow leopard for both 10.5 & 10.6. I am looking for a copy of Leopard so that I can test my software on Leopard as well. thanks On Thu, Dec 10, 2009 at 10:18 AM, Evadne Wu wrote:

Crash using IKImageBrowserView

2009-12-28 Thread Dan Treiman
I'm seeing a recurring but intermittent crash in my GC-enabled app, which uses multiple IKImageBrowserViews. Has anybody seen anything like this? Have any insight as to why its crashing here? Stack: Thread 0 Crashed: 0 GLEngine0x00011b051940 glGetError_Exec +

Core Data, migrate a model split into two files

2009-07-03 Thread Dan Waltin
e necessary changes to the model is of course easy, but then what? Do I create a regular mapping model, or do I have to do the migration manually? Or do I have to go back to having the model in only one xcdatamodel file? Is there anyone who have done this, or have any idea on how t

Phone lock/Apple sounds

2010-09-09 Thread Dan Hopwood
thanks in advance, Dan ___ 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 Subscrip

In-app SMS

2010-09-25 Thread Dan Hopwood
Store that use such a technique or does it depend on the context. For example, it would make sense that Apple reject an application that spams the users contacts on every launch but perhaps not for an app that replies on sending SMSs for it's purpose. Thanks in advance for any advice.

NSDictionary casting

2010-11-05 Thread Dan Hopwood
type NSDictionary, which the encoder is then able to interpret. In the same way, if a struct is returned by the webservice I'd like to be able to cast the NSDictionary object to a custom class. If anyone is able to point me in the right direction I would be very grateful. Ch

Map peel affect

2010-11-05 Thread Dan Hopwood
Hi all, I wondered whether it is possible to replicate the 'map peel' affect as seen in the iphone maps application. I can't see anything in the documentation and google didn't help much either. Many thanks in advance, Dan ___ Co

MKAnnotation coordinate

2010-11-09 Thread Dan Hopwood
the coordinate attribute from outside the class for assignment e.g. the center attribute of the region object (sorry I can't remember the exact name). Many thanks in advance, Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do n

Re: MKAnnotation coordinate

2010-11-09 Thread Dan Hopwood
also declared, not just the property. Therefore I will declare coordinate in the header, I won't declare a property and I will synthesize in the implementation. -Dan On 9 November 2010 15:18, Fritz Anderson wrote: > On 9 Nov 2010, at 3:31 AM, Dan Hopwood wrote: > > > Ok so I

App submission

2010-12-21 Thread Dan Hopwood
like an app I am developing to be on the store by a certain date and so wondered when the submission deadline would be to achieve this. Also I didn't know whether it is possible to request the app be added on a specific day? Many thanks, Dan ___ Coco

Populating NSPopupButton from Core Data array controllers in view-based NSTableViews

2012-05-27 Thread dan pahlajani
er, if the tableView's entity already has a value/relation set the value is being shown correctly. Any help would be super. Thanks, Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to th

Re: NSData DataWithContentsOfURL within a protocol handler

2012-09-06 Thread Dan S
No, actually I've completely missed that it was answered. Thank you. Unfortunatelly, the requester is expecting a return data, error or a redirect. And until the api can be respeced, the sync response has to stay in. It isn't that it needs to load from network every request, but some volotile da

Re: NSData DataWithContentsOfURL within a protocol handler

2012-09-06 Thread Dan S
if you meant using the grand central dispatch, i think that only became available in 10.6, I need to support this for 10.5 On Thu, Sep 6, 2012 at 11:25 AM, Dan S wrote: > No, actually I've completely missed that it was answered. Thank you. > > Unfortunatelly, the requester

Re: NSData DataWithContentsOfURL within a protocol handler

2012-09-06 Thread Dan S
ol instance itself. On Thu, Sep 6, 2012 at 11:55 AM, Dan S wrote: > if you meant using the grand central dispatch, i think that only became > available in 10.6, I need to support this for 10.5 > > > On Thu, Sep 6, 2012 at 11:25 AM, Dan S wrote: > >> No, actually I'

Re: NSData DataWithContentsOfURL within a protocol handler

2012-09-06 Thread Dan S
, Sep 6, 2012 at 1:19 PM, Jens Alfke wrote: > > On Sep 6, 2012, at 11:25 AM, Dan S wrote: > > I will try to offload the server access to a different thread (though I > still need to block the protocol thread because I still have to return the > correct data for the current call

Core Data: IN with ordered set of keys?

2013-04-17 Thread Dan Treiman
r. Any ideas? Thanks! - Dan Treiman ___ 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/U

Quartz Composer file in IB

2008-06-20 Thread Dan Uff
Hi, I am trying to make a Cocoa application using a Quartz Composer file as output. Everything works fine when I Simulate the app in IB, but when I actually compile the app in Xcode, I get the following error: __TERMINATING DUE TO UNCAUGHT EXCEPTION___ Any ideas? -Dan Uff

Re: Where can I get some examples of if() conditionals being used with string variables in Objective-C

2008-06-25 Thread Dan Uff
Hi, Check Google. Just type in "examples of if() conditionals" (with the quotes). Hope this helps, Dan On Jun 25, 2008, at 8:24 AM, Papa-Raboon wrote: Hi All, Anybody know where can I get some examples of if() conditionals being used with string variables in Objective

NSNotificationCenter removeObserver NOT working

2008-09-04 Thread Valentin Dan
d that causes a problem. How can I fix that ? Thanks! _______ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: [EMAIL PROTECTED] Office: +40 356-710158

RE: NSNotificationCenter removeObserver NOT working

2008-09-04 Thread Valentin Dan
Oh, yeah ... I didn't read that part. I would have been easier though if it had acted like a wildcard :-) Thanks! Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: [EMAIL PROTECTED] Office: +40 356-7

RE: NSNotificationCenter removeObserver NOT working

2008-09-04 Thread Valentin Dan
Actually I kind of read it but not the right documentation ... in my X-Code (2.4.1) documentation it says it can be used as "nil". Only the documentation on the web says otherwise ... ___ Valentin Dan, Software

Converting from Carbon Event Manager to NSTimer

2008-09-23 Thread Dan Birns
I'm trying to convert from Carbon to Cocoa for a number of reasons which I won't go into here. My application needs to set a timer that causes a function to be called at a time in the future. This is non-repeating, and sometimes has be immediate. I need it to be as efficient as possible,

Re: Converting from Carbon Event Manager to NSTimer

2008-09-26 Thread Dan Birns
I have my problem largely resolved, and I thought I'd share the resolution. Some have written pointing out that the following code has a bug: timer = [NSTimer alloc]; [timer initWithFireDate:[NSDate date] interval:t target:self selector:@selector(mainLoopTimer:) userInfo:hal

NSTableViewnot reflecting data changes

2008-03-18 Thread Valentin Dan
dded data. Can someone tell me where the problem could be ? Thank you! ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: HYPERLINK "mailto:[EMAIL PROTECTE

RE: NSTableViewnot reflecting data changes

2008-03-18 Thread Valentin Dan
That was too easy; I'll try to come up with harder problems from now one :) All kidding aside ... it works (of course) Thanks ! ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext

Network communication with NSFileHandle & NSSocketPort

2008-03-19 Thread Valentin Dan
cketPort ? ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED] Office: +40 356-710158

Downloading via FTP and loading images in a NSTableView

2008-03-19 Thread Valentin Dan
by appearances :) - _______ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: [EMAIL PROTECTED] Office: +40 356-710158 Masstech Group Inc. Fax:+40 2

Using UNCs with NSURLConnection

2008-04-01 Thread Valentin Dan
! ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED] Office: +40 356-710158 Masstech

Accessing a windows share

2008-04-01 Thread Valentin Dan
NSURLConnection ?). Thanks ! ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: [EMAIL PROTECTED] Office: +40 356-710158 Masstech Group Inc

Using WSDL based stubs in the carbon/cocoa application.

2008-04-04 Thread Dan Ribe
Hello Everyone, I am new to Web Services & need some help on it. I am in process of porting my client application to Mac. For communication with server, client is using SOAP with WSDL (Web services Description language). To generate stubs on Mac I am using WSMakeStubs (command line tool from appl

ToolTip for NSComboBox

2008-04-09 Thread Valentin Dan
! ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED] Office: +40 356-710158 Masstech

Xcode editor question

2008-04-10 Thread Valentin Dan
Hi, Is there any way I can add “custom colouring” in the editor ? (for instance if I want all NSClasses to be coloured differently) Thanks! ___ Valentin Dan, Software Developer Direct: +1 905 886 1833

networking question

2008-04-10 Thread Valentin Dan
Hi, What’s the best way to create a connection to a server in Cocoa + Objective-C ? Is there another way than BSD sockets or CFSocketRef ? ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext

RE: networking question

2008-04-10 Thread Valentin Dan
Hi, A few more details :) - server: Windows (so absolutely not Cocoa) - communication : XML messages (need to both send & receive messages) ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.

NSTableView - hiding columns

2008-04-11 Thread Valentin Dan
ddle of the list is not pleasant. Is there a better way to do this? Thanks ! ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: HYPERLINK "mailto:[EMAIL

RE: NSTableView - hiding columns

2008-04-11 Thread Valentin Dan
Actually … you might be right :-) ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047 Email: HYPERLINK "mailto:[EMAIL PROTECTED]"[EMAIL PROTECTED] O

Core Data -- "[NSCFArray member:]: unrecognized selector"

2008-04-13 Thread Dan Knapp
mple and silly! http://www.cocoabuilder.com/archive/message/cocoa/2006/1/20/154873 -- Dan Knapp "An infallible method of conciliating a tiger is to allow oneself to be devoured." (Konrad Adenauer) ___ Cocoa-dev mailing list (Cocoa-dev@lists

Re: Core Data -- "[NSCFArray member:]: unrecognized selector" -- solved my own problem

2008-04-13 Thread Dan Knapp
which otherwise would have been autogenerated, overriding it. Changing the name of that method made it all work. Oh well - thanks to anyone who took the time to read this! -- Dan Knapp "An infallible method of conciliating a tiger is to allow oneself to be devoured." (

NSTableView memory usage

2008-04-14 Thread Valentin Dan
panel in question doesn’t have anything else on it … So is this a major memory leak or a normal situation? Thanks! ___ Valentin Dan, Software Developer Direct: +1 905 886 1833 ext.3047

NSViewController binding problem

2008-04-30 Thread Dan Messing
d, everything seems to work: [[myTable tableColumnWithIdentifier:@"displayText"] bind:@"value" toObject:[self representedObject] withKeyPath:@"arrangedObjects. displayText" options:nil]; Can anybody offer any clues as to what might be goi

Re: Fullscreen on secondary displays

2008-05-13 Thread dan sinclair
ou can run under). dan On Tue, May 13, 2008 at 1:40 PM, Dennis Munsie <[EMAIL PROTECTED]> wrote: > In this case, what I am trying to accomplish is something along the > lines of how Keynote and Powerpoint behave. I only want to take over > one display, most likely connected up to

autentification problem

2009-02-02 Thread Valentin Dan
ere the user and password are the same that worked on the windows authentication. No luck! Any ideas would be greatly appreciated! Thanks! PS: the strings are ok, as in the "\" is actually a "\\" in code ... _________

RE: autentification problem

2009-02-02 Thread Valentin Dan
I tried replacing "\" with "/" ... same results :( _______ Valentin Dan, Software Engineer Direct: +1 905 886 1833 ext.3047 Email: valentin@masstech.com Of

RE: autentification problem

2009-02-02 Thread Valentin Dan
ve problems too :) _______ Valentin Dan, Software Engineer Direct: +1 905 886 1833 ext.3047 Email: valentin@masstech.com Office: +40 356-710158 Masstech Group Inc. Fax:+40

CoreData migration and file change

2009-02-03 Thread Dan Grassi
ed by another application since you opened or saved it." What is the correct procedure for handling the file change or how can I avoid this message? Thanks, Dan smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list

Re: CoreData migration and file change

2009-02-04 Thread Dan Grassi
be greatly appreciated. Dan On Feb 4, 2009, at 12:42 PM, Barry Wark wrote: I recently asked a related question on StackOverflow: http://stackoverflow.com/questions/380076/manual-core-data-schema-migration-without-document-changed-warning . The answer should help you out. On Tue, Feb 3, 2009 at 9:

Re: CoreData migration and file change

2009-02-05 Thread Dan Grassi
ialog message from "...changed by another app..." to "...has been moved..." A little more info, this is 10.5 only and currently xml stores. Thanks, Dan On Feb 4, 2009, at 4:14 PM, sanchezm wrote: On Feb 4, 2009, at 12:25 PM, Dan Grassi wrote: After having read every

NSTableView and DataSource problem

2009-02-06 Thread Valentin Dan
the new one... is that close ? :-) Thanks! _______ Valentin Dan, Software Engineer Direct: +1 905 886 1833 ext.3047 Email: valentin@masstech.com Office: +40 356-710158 Masstech Group Inc. Fax:+40 2

RE: NSTableView and DataSource problem

2009-02-06 Thread Valentin Dan
asn't the table view, it was me :) ... So problem solved ... kind of ... Thanks ! _______ Valentin Dan, Software Engineer Direct: +1 905 886 1833 ext.3047 Email: valentin@masstech.com

RE: NSTableView and DataSource problem

2009-02-06 Thread Valentin Dan
topped me :-) ) ___ Valentin Dan, Software Engineer Direct: +1 905 886 1833 ext.3047 Email: valentin@masstech.com Office: +40 356-710158 Masstech Group Inc. Fax:+40 256-220912 http://www.masstechgroup.com

memory leak analyzer tools

2009-02-10 Thread Valentin Dan
Hi, What tools are there to analyze memory leaks in programs ? Is there something that would tell the exact location of the leak (the object that's not being released) ? Thanks! ___ Valentin Dan, Software Eng

Re: comparing Strings.

2008-10-06 Thread Dan Ribe
Not aware of any such custom implementation of the strcmp() functions But here is something which you can try : Take the words from the first strings & search them in the second. If all words exists in the same order (compare the index to determine the order), then you can say that these are

Re: MVC

2008-10-23 Thread Dan Weeks
On 2008-10-23 15:09, Max Radermacher threw down some bits like this: > Hello: > > I'm a n00b to cocoa and have heard a lot about MVC (Model View > Controller). I don't fully understand it and was wondering if someone > could point me in the direction of some good resources. Thanks. I would sa

IKImageBrowserView scrolling with core animation

2008-11-06 Thread Dan Treiman
on an ancestor of the scroll view). Is there anything I can do to fix this? thanks, -Dan Treiman ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact th

Async alert

2008-11-11 Thread Dan Birns
I need an asynchronous alert panel. My impression is that apple doesn't consider this an alert if it's aynchronous. A couple ideas occur to me for how to solve this: 1) Put the alert in a separate thread. But these seems to be a lot of effort to get around a purposeful design, and thus far

geting the folders contents via http

2008-11-13 Thread Valentin Dan
something like a NSArray with strings like "http://mysite.com/myfolder/pic1.jpg";, "http://mysite.com/myfolder/pic2.jpg";, ... Thanks. _______ Valentin Dan, Software Engineer Direct: +

NSPredicateEditorTemplateRow , pop up with Core Data objects

2009-04-10 Thread Dan Waltin
isitsController always contains 0 (zero) objects, although there ought to be a handful objects. Which means that I'm never adding any items to the menu. What am I doing wrong? Are there any more methods I should override? Why is the studyVisitsController always empty? Kind regards

Re: [SOLVED ] NSPredicateEditorTemplateRow , pop up with Core Data objects

2009-04-13 Thread Dan Waltin
mmalc and Daniel Vollmer: thank you very much for your replies! I still haven't got the IBOutlet NSArrayController stuff to work, but I have solved my original problem: i.e. to populate the Core Data objects popup. I'm using a fetch predicate, quite straight forward. Kind r

click in NSButtonCell in NSTableView without selecting table row?

2009-04-27 Thread Dan Rowley
t this gets sent BEFORE shouldTrackCell, so I'm not really sure where to go from here. Do I have to gawk at the current mouse event in shouldSelectRow: and return NO if it appears that the mouse went down in the button cell? This feels harder than it ought to be. Am I missing something p

Re: click in NSButtonCell in NSTableView without selecting table row? [SOLVED]

2009-04-28 Thread Dan Rowley
e. Thanks for the help! Dan On 4/27/09 6:17 PM, "Corbin Dunn" wrote: > On Apr 27, 2009, at 1:43 PM, Dan Rowley wrote: > >> Hello - I've done multiple searches and seen this topic discussed, >> but none with a solution that doesn't feel like a hack. I have

Drag and drop single cell in a table/matrix

2008-02-28 Thread Dan Waltin
like" and elegant. So, for creating a relation between Item11 and, say, Item32, the user drag and drops the *cell* Item11 on the cell Item32. Thanks /Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin request

Gamecenter not updating scores at the completion of submit

2017-12-22 Thread Dan S
Hello, I am trying to pull the latest score list from the GameCenter but once it is submited, it does not comeback right away, but after 3-15 seconds delay (as in it works if I do the fetch on a delay) Here is sample of what I do doring submition/fetching, and wonder if this is just while in testf

Re: Best solution for game loop on OSX?

2013-12-16 Thread Dan Treiman
can always implement a more advanced solution later. cheers, - Dan On Dec 13, 2013, at 3:57 PM, Alex Hall wrote: > Hello list, > I am attempting to use OpenAL to move a sound source around. To do so > smoothly, though, will require a loop, so I can update the posi