On Nov 17, 2008, at 6:23 PM, Greg Hoover wrote:
I am using NSDateFormatter. The code snippet included shows this.
Greg
On Nov 17, 2008, at 3:38 PM, Kyle Sluder wrote:
I think it's a known issue. The documentation for -[NSDate
descriptionWithCalendarFormat:timeZone:locale:] (which I can only
What framework has to be linked/imported to use CGImages? I tried
but when I try to load an image using:
CGImageSourceRef source =
CGImageSourceCreateWithURL( (CFURLRef)imgUrl, NULL);
I get the following error:
: CGImageSourceCreateWithURL failed with error code -15.
I am already importi
Aren't port numbers 0-1023 privileged under Unix and therefore only to
applications running as root? If you're running your application as a
regular user, it can't open a listening socket on port 123. It should
still be perfectly able to send requests to port 123 on other hosts
and receive
Well, apparently it's not a framework problem since I can use:
CGImageSourceRef source =
CGImageSourceCreateWithData((CFDataRef)tempData, NULL);
without a problem...
Any other reasons why CGImageSourceCreateWithURL would yield an error
code -15???
On 18-Nov-08, at 3:18 AM, Jean-Nicolas
one possible .. |kCFURLImproperArgumentsError is defined as -15. Is the
imgUrl ok? Can you send a Null dictionary to that function or should you
send an empty one? |
Jean-Nicolas Jolivet wrote:
Well, apparently it's not a framework problem since I can use:
CGImageSourceRef source =
CGImage
Wait you might be onto something...
I was using [NSURL URLWithString]
instead of [NSURL fileURLWithPath]
On 18-Nov-08, at 3:35 AM, Roland King wrote:
one possible .. |kCFURLImproperArgumentsError is defined as -15. Is
the imgUrl ok? Can you send a Null dictionary to that function or
shoul
Yup... that was the problem... the URL was indeed bad... Thanks for
the tip!
While I'm on the subject... I'm using CGImage because I read it would
actually parse more EXIF tags than using NSBitmatImageRep's
valueForProperty:@"NSImageEXIFData"
Just tested it... my initial image has like 50
Hi All,
I've got a core-data relationship crash problem that I'd like to
share, see if anyone out there has an idea of what I'm doing wrong.
This is related to my recent question of knowing when an object is
deleted (subject: core data - delete of object).
The relationship in my graph is
On 17 Nov 2008, at 22:41, Derek Chesterfield wrote:
There shouldn't be anything to open.
The Leopard application firewall should automatically allow packets
that are responding to your query.
Could you suggest anything else to try?
Andrew Farmer wrote:
Do you have network time synchroniza
On Nov 18, 2008, at 2:12 AM, Jonathan Hess wrote:
Which parts do you feel are contrary? I'm guessing it's that outlets
with no setters are retained.
Yes, that's the root of the whole issue. The fact is that outlets
without setters that are retained aren't released by the code that
retai
Folks,
I have an NSControl, in IB i've set a shadow and a color (green). it
has an IBOutlet and is "hooked" up to my controller. When my app is
run, the checkbox has a lovely green shadow. Go baby go
During runtime I want to change the shadow color - but am failing to
do so. So, to si
I seem to recall reading somewhere Apple recommending apps not using
low port numbers to maintain compatibility.
You may want to consider using a different port - unless you are
implementing a ntp.
At least test with a different (high range) port number. If it
works... well, OSX could (fi
While it is not my intention to support previous versions of Mac OS,
I'd like my users be informed politely that the latest OS version is
required and the application shut down gracefully.
What is the recommended way to do this?
Basically it boils down to 2 questions:
1) How do I query the curre
The __CFXNotificationSendToServer symbol in the call stack means that you have
an NSNotification somewhere in your code that cause some plist serialization.
This is were I would look for trashed objects.
Some of your code function might not appear in a call stack for optimization
reason.
Also tr
Hi,
Either there's a bug in the text system or I'm not doing something right. I'm
using NSTextView's -setTextContainerInset: to set margins around my text area.
However, this seems to cause a bug in the ruler whereby the tail indent ruler
marker (the downward arrow on the right) gets drawn in t
See http://homepage.mac.com/chris_campbell/blog/SystemVersionCheck-1.1.html for
a discussion and a solution to this problem.
EG
-Original Message-
While it is not my intention to support previous versions of Mac OS,
I'd like my users be informed politely that the latest OS version is
req
On 18 Nov 2008, at 15:27, Stefan Werner wrote:
Aren't port numbers 0-1023 privileged under Unix and therefore only
to applications running as root? If you're running your application
as a regular user, it can't open a listening socket on port 123. It
should still be perfectly able to send
A crash in _CFDictionaryGrow suggests to me that your app has used up
all the memory available to it. Does anything in your user's console
log indicate this? If you're doing batch operations on a background
thread, are you sure it's managing its memory properly?
On 18 Nov 2008, at 03:30, Ke
Stabbing in the dark here...
Has the "some message" format now changed with Leopard? Any unused
fields that must now be zero? Any subtle changes to the protocol?
More things to try:
You can file a bug report with Apple.
As a last resort - buy an apple DTS incident. $200 and you have
Appl
According to the documentation and to my quick test, the
NSManagedObjectContextObjectsDidChangeNotification is sent during
processPendingChanges. At the very least that happens at the end of
every event loop automatically. Even if you've bypassed your event
loop somehow you can still call p
Hi there.
I'm looking for a way to take a picture with an iSight or any external
camera in my Cocoa-application. I've been googling and searching the
archives without success. I've also looked at the QTCaptureWidget and
QTRecorder samplecode to see if there's anything I could use, but they
If you don't need to support pre-Leopard, check out IKPictureTaker
cheers, Graham
On 18 Nov 2008, at 11:25 pm, Tim Andersson wrote:
Hi there.
I'm looking for a way to take a picture with an iSight or any
external camera in my Cocoa-application. I've been googling and
searching the arch
Sorry, forgot to say that I have looked at the IKPictureTaker and it
isn't really what I'm looking for. I don't want the user to be able to
choose a picture or anything like that, I just want to take a picture
when the user clicks a button for example or when I call a method in
my code. I
I guess processPendingChanges is only called if there is an
undoManager? Correct? I don't have one - I disabled it intentionally.
I've tried that notification, its only fired on save of the context.
Thanks
--
John Clayton
Skype: johncclayton
On 18/11/2008, at 1:22 PM, Ashley Clark wrote:
You've looked at QTKit.h with its QTCapture classes?
Gary
On Nov 18, 2008, at 5:38 AM, Tim Andersson wrote:
Sorry, forgot to say that I have looked at the IKPictureTaker and
it isn't really what I'm looking for. I don't want the user to be
able to choose a picture or anything like t
On 18 Nov 2008, at 11:38 pm, Tim Andersson wrote:
Sorry, forgot to say that I have looked at the IKPictureTaker and it
isn't really what I'm looking for. I don't want the user to be able
to choose a picture or anything like that, I just want to take a
picture when the user clicks a butto
Yay, thanks to you I found a tutorial showing me how to do what Graham
mentioned. :) I didn't know how to look inside QTKit.h, so I googled
"QTKit.h" and I found the tutorial -> http://developer.apple.com/documentation/QuickTime/Conceptual/QTKitCaptureProgrammingGuide/Introduction/chapter_1_sec
I use the delegate:
-(CIImage *) view:(QTCaptureView *)view willDisplayImage : (CIImage *)
image
to grab a frame and bypass the basics. I found it straightforward to
transform and filter the frame as needed.
Found the technique in Apple sample code - forget which one now...
core image, c
If you write correct accessors for all outlets, then the retain/release memory
management is entirely handled in one method. the -set retains the new value
and releases the old value.
Any confusion regarding memory management for IB outlets seems to stem from
failure to write the accessors an
To get it to compile you need to do two things:
1. Add the "Other Linker Flag" "-licucore" to your project build
settings
2. Import the RKL header into whatever files you'll use it in
(alternatively, you can import it into your .pch file so that it will
get included into everything automat
On Tue, Nov 18, 2008 at 4:49 AM, Gerriet M. Denkmann
<[EMAIL PROTECTED]> wrote:
>
> On 18 Nov 2008, at 15:27, Stefan Werner wrote:
>
>> Aren't port numbers 0-1023 privileged under Unix and therefore only to
>> applications running as root? If you're running your application as a
>> regular user, it
On Nov 18, 2008, at 2:37 AM, Oleg Krupnov wrote:
1) How do I query the current OS version in Cocoa?
Gestalt(). See Gestalt.h for details.
2) Will my code even have the opportunity to check the OS version, or
an error will occur on the stage of loading and reported by the OS
loader, before a
On Mon, Nov 17, 2008 at 8:23 PM, Greg Hoover <[EMAIL PROTECTED]> wrote:
> I am using NSDateFormatter. The code snippet included shows this.
No, you're not. Your third argument to NSLog is an NSDate object.
NSLog will call -description on it to get a textual representation.
--Kyle Sluder
___
On Nov 18, 2008, at 5:05 AM, Keith Blount wrote:
Either there's a bug in the text system or I'm not doing something
right. I'm using NSTextView's -setTextContainerInset: to set margins
around my text area. However, this seems to cause a bug in the ruler
whereby the tail indent ruler marker
Yeah, I had one of these. Problem was, I needed two. I had the one set up using
Target/Action instead of delegate. With the two separate flavors, much
cheerier now. Thanks.
- Original Message
From: Wayne Packard <[EMAIL PROTECTED]>
To: Russ <[EMAIL PROTECTED]>
Cc: cocoa-dev@lists.app
Ok, I buy that, but then what's the problem here:
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
[formatter setDateFormat: @"dd/MM/"];
NSString *str = @"3/10/2008";
NSLog(@"[EMAIL PROTECTED]@\r%@", str, [formatter dateFromString: str], [formatter
stri
On Nov 17, 2008, at 4:28 PM, Randall Meadows wrote:
The code I'm working on uses CMGetImageSpace(), which is deprecated
in 10.5, but the docs don't suggest anything to use in its stead.
From the looks of the docs, it seems that the replacement is to use
ImageIO and Core Graphics to load th
On 18 Nov 2008, at 17:06, Greg Hoover wrote:
Ok, I buy that, but then what's the problem here:
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
[formatter setDateFormat: @"dd/MM/"];
NSString *str = @"3/10/2008";
NSLog(@"[EMAIL PROTECTED]@\r%@", str, [fo
Wow! That totally fixed it. Thank you. Wow do I feel dumb!
Greg
On Nov 18, 2008, at 9:28 AM, Simon Wolf wrote:
On 18 Nov 2008, at 17:06, Greg Hoover wrote:
Ok, I buy that, but then what's the problem here:
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
[forma
On Nov 18, 2008, at 9:15 AM, Erik Buck wrote:
If you write correct accessors for all outlets, then the retain/
release memory management is entirely handled in one method. the -
set retains the new value and releases the old value.
Any confusion regarding memory management for IB outlets se
Here is what I am trying now.
NSString *recived = [[NSString alloc] initWithData:receivedData
encoding:NSUTF8StringEncoding];
RKRegex *regex = [RKRegex regexWithRegexString:@"/]*href=(\"??)
([^\" >]*?)\\1[^>]*>.*<\\/a>/siU" options:RKCompileNoOptions];
RKEnumerator *recivedE = [recived matchE
On Nov 18, 2008, at 00:27, John Clayton wrote:
In my program I have a check-box that switches a particular effect
on/off, an opacity fade in this case. Switching the effect off will
delete the effect from the core-data graph in the following manner:
A - remove the effect object from the lis
Hi folks,I am writing a chinese IME for mac with IMK framework now. I use
my?input controller which inherited from IMKInputController and draw
the?candidates window myself (so I don't use the default candidates window).My
question is: I want to know the current client mouse events(such as?the w
Hi,
I am trying to prevent duplicates being created in a core data app
and am using a fetch to search for duplicates but excluding the
managedObject itself. I am using the following predicate;
NSPredicate *predicate = [NSPredicate predicateWithFormat:@"(descript
= %@) AND (self != %@)
Greetings,
I am new to cocoa, the list and I apologize if I am posting something
previously beaten or that is not appropriate (please let me know!).
I have a pure cocoa application that relies on Services as its primary
method of invocation. Of course it can be opened normally, but that
decr
Brian,
The way to handle this is to _not_ respond to memory warnings in
subclasses (at least not for the purposes of view outlet handling -
there may be other non-view memory you want to free up in response to
a memory warning). Instead, implement -setView: in your
UIViewController subcla
How to get notification of rerun application that is namely being
started from the icon? Because the program is automatically started
upon OS login.
Вы уже с Yahoo!?
Испытайте обновленную и улучшенную. Yahoo! Почту! http://ru.mail
On Nov 18, 2008, at 7:44 AM, Xavier Snark wrote:
I have a pure cocoa application that relies on Services as its
primary method of invocation. Of course it can be opened normally,
but that decreases its usability by design.
I had already started down the path to allowing the user to change
t
-- sorry, repost (went to the wrong list yesterday)
Am 07.11.2008 um 13:17 schrieb Roland King:
On Nov 7, 2008, at 7:59 PM, Calum Robertson wrote:
Below is a snippet of code from the "Creating an iPhone
Application" document from the iPhone DevCenter.
- (void)applicationDidFinishLaunching:(U
so I tried that and it worked but it doesn't seem to do what I need.
I am needing to do the same thing as preg_match_all in php so I can
find all links and have it in an NSArray to go through and add to a
database. Any ideas on how I can do that?
On Nov 18, 2008, at 11:59 AM, [EMAIL PROTECTE
On Tue, Nov 18, 2008 at 9:44 AM, Xavier Snark <[EMAIL PROTECTED]> wrote:
> Can any one point me in the right direction for this?
You should *not* be storing user-modifiable data inside the
app/plug-in bundle. Non-administrative users do not have permission to
change this. You should make use of
Thanks Greg,
That does work and has no bad side effects. I can leave in the retain
properties and release the outlets in the view controller's dealloc
method.
Thanks,
Brian
On Nov 18, 2008, at 1:19 PM, Greg Titus wrote:
Brian,
The way to handle this is to _not_ respond to memory warn
I should've clarified that those two things are to get the
RegexKitLite additions working. When I needed the enumeration, I just
followed the steps on the docs page to "Creating a Match Enumerator".
It basically has you copy and paste some stuff into new files, since
the RKL didn't includ
Am 17.11.2008 um 19:34 schrieb j o a r:
On Nov 17, 2008, at 10:02 AM, Marc Stibane wrote:
So why the local var?
3 lines of code instead of 1...
Isn't a main goal of Cocoa to write *less* code?
The main goal for most programmers is not to write less code, it's
to write maintainable code [*].
On Nov 18, 2008, at 1:33 PM, Marc Stibane wrote:
Am 07.11.2008 um 13:17 schrieb Roland King:
On Nov 7, 2008, at 7:59 PM, Calum Robertson wrote:
Below is a snippet of code from the "Creating an iPhone
Application" document from the iPhone DevCenter.
- (void)applicationDidFinishLaunching:(UIApp
NSPredicate can handle ICU standard regex matches.
More info in the NSPredicate docs.
The following snippet validates a UUID.
/*
is UUID
see http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/
*/
- (BOOL)isUUID
{
NSString *regex = @"^(([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-
I've recently been (mentally) exploring some potential user interfaces, and
thought up one that I'd like to implement if it is possible. The problem is
that I don't know much about OpenGL, or NSTextView/NSTextContainer, so I need
to bounce my questions off of people with knowledge/experience.
On Tue, Nov 18, 2008 at 7:59 AM, Macarov Anatoli
<[EMAIL PROTECTED]> wrote:
> How to get notification of rerun application that is namely being
> started from the icon? Because the program is automatically started
> upon OS login.
The OS will not launch an application when it's already open. Ins
On Nov 18, 2008, at 1:00 pm, 11(November)/18/08, Douglas Davidson wrote:
On Nov 17, 2008, at 3:50 PM, Rua Haszard Morris wrote:
I have found that NSSuperscriptAttributeName,
NSUnderlineStyleAttributeName, and NSObliquenessAttributeName
(those are the attributes that I have tested) render diff
On Nov 18, 2008, at 11:53 AM, Rua Haszard Morris wrote:
I was ensuring that I am _not_ drawing in a flipped context... (!)
now, as you suggest I tried flipping the custom view (override
isFlipped) that the attributed string is drawn in, and note that it
works correctly!
So an improved wo
To follow up.. below I have pasted the code that draws the text (for
my test app, as opposed to the more complex ways of reproducing the
bug elsewhere in my code). (the full test app is attached to the radar
bug)
I have been consulting the Text System Overview documentation, which I
don't
I've finally found it out. I decided to use NSXML instead of Regex and
it works perfectly.
NSXMLNode *recived = [[[NSXMLDocument alloc] initWithData:receivedData
options:NSXMLDocumentTidyHTML error:NULL] rootElement];
NSArray *recivedA = [recived nodesForXPath:@"//a" error:nil];
int i;
for (
Open GL has no built-in capability for drawing text. Open GL provides lower
level primitives like lines and curves and meshes. Open GL also provides
texture compositing.
There are some free and some open text drawing/font solutions for Open GL. You
can use the GLUT library up to a point.
On Nov 18, 2008, at 12:18 PM, Rua Haszard Morris wrote:
To follow up.. below I have pasted the code that draws the text (for
my test app, as opposed to the more complex ways of reproducing the
bug elsewhere in my code). (the full test app is attached to the
radar bug)
I have been consult
Thanks for the link, you are right, I had not seen that document!
On Nov 19, 2008, at 9:33 am, 11(November)/19/08, Douglas Davidson wrote:
On Nov 18, 2008, at 12:18 PM, Rua Haszard Morris wrote:
To follow up.. below I have pasted the code that draws the text
(for my test app, as opposed to
Hi,
I have a window controller that i'm creating dynamically in the
applicationDidFinishLaunching: app delegate notification. In this
window controllers windowDidLoad:, i'm adding subviews to it's content
view. When i create it then call showWindow: on it, the window shows
up on screen wi
Hi,
I have a window controller that i'm creating dynamically in the
applicationDidFinishLaunching: app delegate notification. In this
window controllers windowDidLoad:, i'm adding subviews to it's content
view. When i create it then call showWindow: on it, the window shows
up on screen wi
My application is not document based but does create certain files as
a byproduct and needs to be the default application for these file
types as well. If they are clicked or dragged to the dock icon of my
application I need to be able to display the contained information in
a special displ
That's true, processPendingChanges is used by the context to implement
undo functionality but there's no reason why you can't call it
yourself after your delete since you've disabled the context's undo
functionality.
Here's an example where events is an NSArrayController:
- (IBAction)del
On Tue, Nov 18, 2008 at 4:32 PM, Robert Mullen <[EMAIL PROTECTED]> wrote:
> My application is not document based but does create certain files as a
> byproduct and needs to be the default application for these file types as
> well. If they are clicked or dragged to the dock icon of my application I
Hi there, comments embedded below...
On 18/11/2008, at 7:06 PM, Quincey Morris wrote:
On Nov 18, 2008, at 00:27, John Clayton wrote:
In my program I have a check-box that switches a particular effect
on/off, an opacity fade in this case. Switching the effect off
will delete the effect fro
What are the different options for flipping the coordinates of the
destination view? I've tried doing it by scaling and translating the
CGContext, but this results in problems with underlining or the
character orientation (depending on whether i flip the view back
before or after drawing th
On Nov 18, 2008, at 3:53 PM, John Clayton wrote:
So, with the extra two bits of knowledge, namely:
- I have a Nullify relationship from Effect to the Layers 'effects'
set/relationship
- it works if I call processPendingChanges
does it still 'reek' to you of something being broken?
I'm a
This is a bit hard to explain but I'll try to keep it simple and
clear The short version would be:
"Can two nib files share an instance of a custom class instead of both
creating their separate instance"...
The long version:
I have a custom window controller (let's call it
CustomWindow
On Tue, Nov 18, 2008 at 5:43 PM, Jean-Nicolas Jolivet
<[EMAIL PROTECTED]> wrote:
> I have a custom window controller (let's call it CustomWindowController) to
> manage a custom window... this is contained in a separate nib file (i.e. not
> in my MainMenu.nib)
Typically this isn't what you want to
Thanks for the reply...
I guess I had what you could call a "brainfreeze" moment...
My CustomWindowController is created programatically from my
AppController... therefore, when the App Controller's action is
triggered by the menu item, I just call the approriate Custom
Controler's action.
Is it possible to have a text field with a currency symbol that
appears automatically? For instance, if the user types 400, $400.00
appears in the text field. I've been using IB's formatter with 10.4+
and I don't see any options that would allow for this. As it stands,
if the formatter i
Hi. I'm wondering if I can have a collection of model objects in my
app, which has both a desktop version and an iPhone version, and share
most of that implementation. On the desktop, I'd like for them to be
Core Data entities, and on the iPhone, they'd just be stored in the
sqlite database
On Tue, Nov 18, 2008 at 4:15 PM, Alexander Cohen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a window controller that i'm creating dynamically in the
> applicationDidFinishLaunching: app delegate notification. In this window
> controllers windowDidLoad:, i'm adding subviews to it's content view. Wh
On Nov 17, 2008, at 6:00 AM, Keith Blount wrote:
Which leads me to the big difference in my project... The File's
Owner in my nib file is not an NSDocument or an NSWindowController,
but my own custom view controller (my app runs on Tiger and Leopard
so I can't use Leopard's new NSViewContro
Hello, all ...
My app is hitting this breakpoint, and I don't know what it means (and
there is no stack frame in the call stack that lives in my source, so
while I can make a good guess about where it's happening, i'm not 100%
sure). What n00b mistake causes this breakpoint to be hit?
R
On Nov 18, 2008, at 13:53, John Clayton wrote:
So, with the extra two bits of knowledge, namely:
- I have a Nullify relationship from Effect to the Layers 'effects'
set/relationship
- it works if I call processPendingChanges
does it still 'reek' to you of something being broken?
I'm a bit
On Tue, Nov 18, 2008 at 6:41 PM, John Zorko <[EMAIL PROTECTED]> wrote:
> My app is hitting this breakpoint, and I don't know what it means (and there
> is no stack frame in the call stack that lives in my source, so while I can
> make a good guess about where it's happening, i'm not 100% sure). Wh
On Nov 18, 2008, at 4:41 PM, John Zorko wrote:
My app is hitting this breakpoint, and I don't know what it means
(and there is no stack frame in the call stack that lives in my
source, so while I can make a good guess about where it's happening,
i'm not 100% sure). What n00b mistake cause
You are absolutely right. thank you.
AC
On Nov 18, 2008, at 6:33 PM, Michael Ash wrote:
On Tue, Nov 18, 2008 at 4:15 PM, Alexander Cohen <[EMAIL PROTECTED]
> wrote:
Hi,
I have a window controller that i'm creating dynamically in the
applicationDidFinishLaunching: app delegate notification. I
On Nov 18, 2008, at 1:57 PM, Rua Haszard Morris wrote:
What are the different options for flipping the coordinates of the
destination view? I've tried doing it by scaling and translating the
CGContext, but this results in problems with underlining or the
character orientation (depending on
On Nov 17, 2008, at 11:15 AM, Michael Ash wrote:
I'd recommend either using an NSArray even though you don't want to,
or writing accessors with indexes that you'd call like this:
[self setMyString:@"foo" atIndex:3];
[self myIntegerAtIndex:4];
Actually, this is a perfect example of where the K
Hi Ken,
Hi Chris,
I just want to let you know that I could specify if the start up disk
is connected through firewire bus. Thank you for your information!
Sincerely,
Ryota
2008/9/10 Ryota Tsukiashi <[EMAIL PROTECTED]>:
> Hi Chris,
>
> Thank you. I will try FSMegaInfo as well.
>
> Ryota
>
> 2008
At 19:33 +0100 18/11/08, Marc Stibane wrote:
what's the reason for defining a local variable aViewController to
receive the UIViewController pointer, then copying that to the
instance variable with a setter method which increases the retain
count, then decrease the retain count again - instead
Is there an Objective-C interface to Spaces? I've got a NSStatusItem
that pops up an NSWindow when you click on it. I'd like that window to
come up in the current Space, not the Space it was in when it was
started, or the space it was in the last time it popped up that
NSWindow. Is there some in
Hi!
I would like to replicate the accessory views found in the top right
of window title bars. Examples include Coda, iCal, Safari,...
How can I add subviews to the window's title bar?
Pierre
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
On Nov 18, 2008, at 7:43 PM, Bill Janssen wrote:
Is there an Objective-C interface to Spaces? I've got a NSStatusItem
that pops up an NSWindow when you click on it. I'd like that window
to
come up in the current Space, not the Space it was in when it was
started, or the space it was in the
On Nov 18, 2008, at 6:26 PM, Houdah - ML Pierre Bernard wrote:
Hi!
I would like to replicate the accessory views found in the top right
of window title bars. Examples include Coda, iCal, Safari,...
How can I add subviews to the window's title bar?
Pierre
Greetings, Pierre,
I think that
On Tue, Nov 18, 2008 at 9:26 PM, Houdah - ML Pierre Bernard
<[EMAIL PROTECTED]> wrote:
> I would like to replicate the accessory views found in the top right of
> window title bars. Examples include Coda, iCal, Safari,...
Are you talking about things like the little lock icon in HTTPS Safari
windo
On Nov 18, 2008, at 8:24 PM, Peter N Lewis wrote:
I would actually write:
self.viewController = [[[UIViewController alloc]
initWithNibName:@"MoveMeView" bundle:[NSBundle mainBundle]]
autorelease];
I like this best too. I like combining the autorelease with the alloc/
init because you don'
I'm working on a custom NSArrayController (basically just a subclass
that allows drag and drop for a table view)...
So far it's working well however, when new files are dropped on my
table view, I need to remove all the current files... right now the
dropped files are only added to the list
I was able to get it done using:
[self removeObjectsAtArrangedObjectIndexes:[NSIndexSet
indexSetWithIndexesInRange:NSMakeRange(0, [[self arrangedObjects]
count])]];
can't believe there isn't a better way to do it??
On 18-Nov-08, at 10:23 PM, Jean-Nicolas Jolivet wrote:
I'm working on a c
The superclass NSObjectController has a "remove" method that might do
what you want.
dkj
On 18-Nov-08, at 19:31 , Jean-Nicolas Jolivet wrote:
I was able to get it done using:
[self removeObjectsAtArrangedObjectIndexes:[NSIndexSet
indexSetWithIndexesInRange:NSMakeRange(0, [[self arrangedO
Has anyone had any success Binding a CoreData string value to an
NSTextView?
Everything I try seems to be flumoxed by the NSAttributedString of the
NSTextStorage backing store.
The lame thing is this: in code, it is easy to [aTextView setString:
(NSString*)aString] or [aTextView string]
So wha
On Nov 17, 2008, at 1:59 PM, Kyle Sluder wrote:
Why does everyone new to the platform want to immediately discard IB?
It is the correct (yes, "correct", not "preferred", not "easiest", but
*correct*) way to implement your interface.
I think a quote from Aaron Hillegass is appropriate here:
"E
1 - 100 of 111 matches
Mail list logo