On May 3, 2010, at 7:25 PM, Richard Somers wrote:
How does the 'undo:' action message actually get to the managed
object context instance's 'undo' method?
Just found the answer to my own question in the documentation.
NSResponder does some behind the scenes message sending using more
than
When doing Core Data versioning, when creating a Mapping Model, when writing
Custom Value Expressions, I understand that the syntax to be used is that
described in the Predicate Programming Guide > Predicate Format String Syntax.
But I can't figure out how to do non-trivial mappings like these..
I have a core data document based application. The standard 'Undo'
menu sends an 'undo:' action message to the first responder. The
message is passed along the responder chain to the window's delegate
which is an NSPersistentDocument instance and then apparently to the
NSManagedObjectContex
On 04/05/2010, at 10:14 AM, Charles Srstka wrote:
> If you posted the results to the list, it could be very useful, as someone
> may see something in there that they recognize.
>
OK - in case it is useful, here are the results of running the app with that
setting, and sorting the output and re
On May 3, 2010, at 5:59 PM, Gideon King wrote:
> I see from Jens' reply, that I could try DYLD_PRINT_LIBRARIES, but it would
> perhaps not be very useful until I know what I am looking for, and we're not
> going to update the old version of the application anyway. If anyone does
> know if it is
Tip o' the hat to Michael ... ditto is the tool for which I was
looking !
-koko
On May 3, 2010, at 9:17 AM, Michael Ash wrote:
On Sun, May 2, 2010 at 10:09 PM, wrote:
If a director is compressed in the Finder, and added to an app's
resources,
and the app wants to copy the compressed di
In regards to both of these (and especially the QC option). Would it be
possible to add those to the NSMenu as with a setView? I'd like to avoid using
setView to maintain backward compatibility, but if its the only way I can cut
off anyone below 10.5 (when custom views were added to the NSMenuIt
He sends a system profile with the program running and another without it
running. Without the program running, it is as follows:
Graphics/Displays:
NVIDIA GeForce GT 330M:
Chipset Model: NVIDIA GeForce GT 330M
Type: GPU
Bus: PCIe
PCIe Lane Width: x16
VRAM (Tot
On May 3, 2010, at 3:31 PM, Eric Gorr wrote:
Is there a way to configure a Cocoa window so it will follow the
menubar to another display?
Is it even a good idea? Seems like there's more to be done than just
move a window (like maybe not moving it if it won't fit, resizing it
etc).
I'm
On May 3, 2010, at 3:31 PM, Eric Gorr wrote:
Using Xcode 3.1.3 (or 2.5), I created a standard Carbon application
with a single document window. After running the application, I use
the Display System Preferences to move the menubar from one display
to another one. The document window for t
On May 3, 2010, at 2:46 PM, Gideon King wrote:
Hi, I've had a query from a user of my software, and he says that
when he runs it, his MacBook Pro switches to use the NVidia graphics
chip.
I haven't done anything in my program to specifically force that
(and I'm not sure whether it is possi
On Mon, May 3, 2010 at 3:24 PM, Lynn Barton wrote:
> Roland, the application in question uses Core Data. To build a dictionary as
> you suggest, I will need to wait until the array controller loads its
> content, then iterate over all members of the array, putting the property in
> question and
Using Xcode 3.1.3 (or 2.5), I created a standard Carbon application with a
single document window. After running the application, I use the Display System
Preferences to move the menubar from one display to another one. The document
window for the Carbon application followed the menubar and move
Roland, the application in question uses Core Data. To build a dictionary as
you suggest, I will need to wait until the array controller loads its content,
then iterate over all members of the array, putting the property in question
and the array index into the dictionary. How can I know immedia
Not particularly. I mean it is a graphics based program, but we don't have
animations going on while the program is just sitting there, and we don't use
any opengl or anything like that. Even when the user is interacting with it,
it's just normal screen redraws - nothing I would have thought wou
Hi, I've had a query from a user of my software, and he says that when he runs
it, his MacBook Pro switches to use the NVidia graphics chip.
I haven't done anything in my program to specifically force that (and I'm not
sure whether it is possible to in normal Cocoa code). Is there something that
On May 3, 2010, at 2:39 PM, Dominic Dauer wrote:
> Hello,
> I want to add an Object to a NSMutableDictionary:
>
> if(!parsedClasses)
> parsedClasses = [[NSMutableDictionary alloc]
> initWithObjectsAndKeys:oneClass,[oneClass objectAtIndex:0],nil];
> else
>
Hello,
I want to add an Object to a NSMutableDictionary:
if(!parsedClasses)
parsedClasses = [[NSMutableDictionary alloc]
initWithObjectsAndKeys:oneClass,[oneClass objectAtIndex:0],nil];
else
[parsedClasses setObject:[oneClass retain] forKey:[oneCl
Erik,
If you haven't checked out Quartz Composer, do so. If my memory is correct,
the QCTV sample code includes a news ticker that may be exactly what you are
looking for.
regards,
douglas
On May 3, 2010, at 3:59 PM, Joachim Deelen wrote:
> Hi Erik,
>
> I think one way to go would be CoreA
Hi Erik,
I think one way to go would be CoreAnimation ... At least I'm using it in my
iTunes Menubar Controller Playwatch.
CATextLayer, CAScrollLayer and CABasicAnimation are the Classes that might be
helpful. But CoreAnimation is rather complex.
There might be ways to implement it with a "nor
Thanks for the tips ... I will let you know the results when I get
there !
-koko
On May 3, 2010, at 9:17 AM, Michael Ash wrote:
On Sun, May 2, 2010 at 10:09 PM, wrote:
If a director is compressed in the Finder, and added to an app's
resources,
and the app wants to copy the compressed d
On May 3, 2010, at 11:55:33, Dan Rowley wrote:
> Yes, that's what I meant. "self in %@". This would evaluate to true in any
> case where the object exists in the specified set. At least theoretically,
> as I'm not sure I understood your original question completely. :)
>
> I haven't actually
On Mon, 3 May 2010 11:28:27 -0400, David Reitter
said:
>I've got trouble (again) with the Help system...
>
>The Help system does not seem to register my Help Books.
>
>When trying to display the page with a specific anchor, I get "Help Viewer
cannot open this content.", or it will show the same an
On May 3, 2010, at 6:59 AM, John Stoneham wrote:
Here's an example to illustrate the idea. On the preferences page
there is a
combo box, where the user can pick a "theme" or enter the name of a
new
theme. The settings for the theme are some check buttons which have
different states for the
Here's the scenario. In my (OS X) app's preferences, I'd like the user to be
able select between sets of preference settings, and I'd like to be able to
use NSUserDefaults for this without having to deal with extra plists.
Here's an example to illustrate the idea. On the preferences page there is
Hi All,
I was using PMSessionGetDocumentGenerationFormat in one of my app earlier. I
now want to port that app to 64 bit, but unfortunately I am not able to find
any API that is supported on 64 bit with the same/similar functionality.
Please refer
http://developer.apple.com/mac/library/document
Hi,
I am developing a 32 out of process plugin for 64 bit safari using
CAOpenGLLayer model(Core Animation). The plugin needs to create some
scroll bars and buttons. Earlier in the Carbon event model using QD ,
I used NewControl to create them. What is the best way to create these
controls in CALaye
Wrong assumption; you would actually use "SELF" in a format string, as it is a
reserved word. So @"SELF IN %@"
I think...
Fred Reimer, CCIE 23812 CISSP 107125
mailto:frei...@freimer.org
On May 2, 2010, at 4:32 PM, Frederick Reimer wrote:
> Unfortunately, there is nothing for the NSPredicat
Unfortunately, there is nothing for the NSPredicate class to go on to assume
what object you are talking about. predicateWithFormat is a class
method/selector/function. What object is it supposed to assume you mean if one
is not supplied?
Dan Rowley sent me an email saying you may be able to
The manuals for this give the following example:
NSPredicate *inPredicate =
[NSPredicate predicateWithFormat: @"attribute IN %@", aCollection];
It looks like you are missing the attribute... If attribute can vary, you can
use a %K and a NSString value representing the attribute name
I am writing a small NSStatusItem which displays a NSString in the menu bar and
supplies a series of NSMenuItems. As the text to be displayed is occasionally
longer than would be permitted on the Menu Bar I would like to animate the text
in a Stock Ticker style scrolling animation. Much like you
Hi Patrick,
Currently, there is no API to accomplish this. Please feel free to file an
enhancement request.
Kevin
On 3 May 2010, at 05:33, Patrick Mau wrote:
> Dear list members
>
> I have created in IB Plugin based on the Xcode template and everything works
> fine.
> If you need the complet
On May 2, 2010, at 7:57 PM, DairyKnight wrote:
> I've been working on a tool to print an NSView to a PDF file. I followed
> Apple's documentation but couldn't get the auto-pagination work.
> The resulting PDF file is always long and one-page. Hope someone with
> relevant experience could help me.
I've got trouble (again) with the Help system...
The Help system does not seem to register my Help Books.
When trying to display the page with a specific anchor, I get "Help Viewer
cannot open this content.", or it will show the same anchor in the Help Book of
the same name in an earlier versio
On Sun, May 2, 2010 at 10:09 PM, wrote:
> If a director is compressed in the Finder, and added to an app's resources,
> and the app wants to copy the compressed director to a location and
> uncompress the directory what is the correct process.
>
> I have done unzip and uncompress as NSTask but n
Le 3 mai 2010 à 17:08, Graham Cox a écrit :
>> this might be a silly question but, before doing any further implementation,
>> and having found no definite answer, I dare ask it. Is there a way to sort
>> the contents of a NSTableView whose data is provided by a data source,
>> besides sorting
On 04/05/2010, at 1:00 AM, vincent habchi wrote:
> Hi,
>
> this might be a silly question but, before doing any further implementation,
> and having found no definite answer, I dare ask it. Is there a way to sort
> the contents of a NSTableView whose data is provided by a data source,
> besid
Hi,
this might be a silly question but, before doing any further implementation,
and having found no definite answer, I dare ask it. Is there a way to sort the
contents of a NSTableView whose data is provided by a data source, besides
sorting at the source itself (via a suitable query)?
Thanks
Your explanation of what you are doing now is incredibly vague (what do you
mean by placing a UIImageView above a UITableView?) but I assume the answer
you're looking for is to set your image view as the tableHeaderView. It will
then appear at the top of the table and scroll along with it.
Luke
Hello Guys,
I have a View Controller that uses the UITableView delegate but then I want to
place above the UITableView, a UIImageView but I
can't seem to include it in the scrolling. When I try to scroll down, only the
UITableView moves. Anybody knows how I can solve this problem?
Thanks,
Char
Hi,
Further to my original post, I've done some more investigation. I wrote a pure
Cocoa app (i.e. without my C++ UI framework code getting in the way) and still
experienced the resizing problems. The problems seem to effect scrollers which
are placed at the bottom or right edges of a window wi
Dear list members
I have created in IB Plugin based on the Xcode template and everything works
fine.
If you need the completly boring source to help me out I can upload the full
project somewhere.
Here's what I'd like to accomplish:
I have a custom NSView subclass that is configured to be a co
Thanks, Ken, the CocoaBindingsRef is what I was looking for - now I'll see if I
can work it out from there before looking at the other links you sent :)
On 02/05/2010, at 20:27 , Ken Thomases wrote:
> On May 2, 2010, at 5:14 AM, Brian Bruinewoud wrote:
>
>> I'm trying to find documentation abou
Hi Bill,
On 1/05/2010, at 6:19 AM, Bill Appleton wrote:
> hi anyone out there,
>
> i have more information on this scroll bar bug
>
> if i open more and more text windows the scroll bar (nsscroller) appears on
> the right or bottom of each one
>
> each window has 2 scroll bars, i have verifie
44 matches
Mail list logo