Hello,
I have a NSTableView with a column of checkboxes. I have the checkbox value
bound to an NSInteger instance in a class which is in an array bound as the
content to an array controller. When the program starts the column is filled
with 16 rows and the checkbox is set to off. Other columns
On Feb 5, 2010, at 9:52 AM, cocoa-dev-requ...@lists.apple.com wrote:
>
>> I have a NSTableView with a column of checkboxes. I have the checkbox value
>> bound to an NSInteger instance in a class which is in an array bound as the
>> content to an array controller.
>
> The checkbox cell should
>
>> Since the array controller's "object controller" can be set to a class or to
>> an entity but not both, I don't see how managed and unmanaged data can be
>> mixed.
>
> The short answer is: "Just do it". I do it all the time. As long as the
> object is KVC compliant, it will work.
>
>
Hi Kyle, thanks for the reply.
On 1 August 2011 01:12, Kyle Sluder wrote:
> On Sun, Jul 31, 2011 at 4:29 PM, Joe White wrote:
> > Hi all,
> >
> > I'm currently implementing custom autocomplete functionality into a
> > NSTextField. I've managed so far t
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html%23//apple_ref/occ/instm/NSString/writeToURL:atomically:encoding:error:
I'd guess that you could create an NSURL object with the full GET string, then
write an empty stri
In a small scenario like that, you'd probably be pretty happy with something
like Apple Remote Desktop (although it's expensive if this is a one off
scenario). Basically you'd install ARD on the teacher's workstation and then
push the pkg out to the rest of the classroom through that software.
I'm not sure where I'm going wrong with this, any help or pointers would be
much appreciated.
Thanks,
Joe
--
Joe White
Production Department, RjDj
Tel : +44 7515 731499
Reality Jockey Ltd.
Floor B “The Mission”
55 Holywell Lane
London
EC2A 3PQ
of the main canvas.
Would you say I am taking the wrong approach? All I wish to do is to have
multiple instances of an object each with its own resizable/auto completing
text field as a subview.
Thank you for the help,
Joe
On 8 June 2011 19:05, Ross Carter wrote:
>
>
> You don't need to
Hi Ross
On 9 June 2011 01:51, Ross Carter wrote:
> On Jun 8, 2011, at 7:19 PM, Joe White wrote:
>
> > Basically, the interface is separate editable objects that are usually
> single symbols with a few arguments included. This means that the each
> object is always one line hi
pinion on which approach would be more suitable? (if it
helps the view would look similar to this -
http://rhoadley.org/images/screenshots/pd/anomap.gif) Overhead is also a
concern.
Thanks for the reply!
Joe
2011/6/9 Gary L. Wade
> If you're fine with a single line that grows hor
Oh man, this sounds exactly what I need. Thanks for the pointer!
Cheers,
Joe
On 9 June 2011 15:37, Ross Carter wrote:
> On Jun 9, 2011, at 6:11 AM, Joe White wrote:
>
> > I think it would solve all my problems if I was able to do
> auto-completion, etc... with NSTextField. I do
ey is not
virtually pressed. As far as I can tell kCGEventFlagMaskSecondaryFn is for the
function key modifier, so I'm not sure why this isn't working. Any help would
be appreciated!
Thanks,
Joe Turner
___
Cocoa-dev mailing list (Cocoa-dev@
would make it any different for
Fn.
Thanks,
Joe
> On Jul 21, 2011, at 5:22 PM, Joe Turner wrote:
>
>> So I've been having some issues with posting a CGEvent with a function key
>> as a modifier (or flag). If I call CGEventSetFlags(eventDown,
>> kCGEventFlagMa
field editor and
the google results I've read have helped but not answered my problems.
Thanks,
Joe
--
Joe White
Production Department, RjDj
Tel : +44 7515 731499
Reality Jockey Ltd.
Floor B “The Mission”
55 Holywell Lane
London
EC2A 3PQ
___
init code beyond the two breaks at objc_exception_throw, but never
consistently, probably because memory is trashed.
Might anyone offer any insight as to what might be going on and/or where to go
from here?
Thanks,
Joe
___
Cocoa-dev mailing list (Cocoa-
effort to gain some insight into
the problem and possible/probable areas of my project to focus on.
What is also a bit disturbing about this, is that the debugger catches this
exception, but Cocoa/OS does not?!
Thanks,
Joe
___
Cocoa-dev mailing li
il
You should probably be using IOPMAssertionCreateWithName() instead if
you can require 10.5+. This gives the system a lot more information
about the intent of your code and the potential ability to show some
nice UI to the user.
-- Joe Ranieri
___
On 2/16/10 4:18 PM, Laurent Daudelin wrote:
On Feb 16, 2010, at 13:13, Joe Ranieri wrote:
On 2/16/10 4:10 PM, Neil Allain wrote:
On Feb 16, 2010, at 2:57 PM, Laurent Daudelin wrote:
I'm working on a an app that at some point might start transferring a large
file to a USB d
a look at the collection view's subviews
to see.
-- Joe Ranieri
___
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.appl
front,
and doesn't lazily create them or destroy them. So, there really are
5000+ subviews. You should take a look at the collection view's subviews
to see.
-- Joe Ranieri
Thanks. It does seem to be the problem. In total, there are over 10,000
(6 per represented object) views being
Thanx,
Joe
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http
That's what I thought.
Why? So we can limit certain functionality over a remote connection. We do this
for Terminal Services connections on Windows and I was asked about doing it for
Mac.
Thanx,
joe
From: Matthew Lindfield Seager
Great, thanx!
From: Jonathan Hendry [mailto:jonhen...@mac.com]
Sent: Monday, March 01, 2010 3:15 PM
To: Joe Jones
Cc: cocoa-dev@lists.apple.com Developers
Subject: Re: Is there any Cocoa API (or other way) to determine if an
application is running in a VNC or ARD session?
Checking on my lsof -i
ays.
From my limited testing, some small controls are a problem with a
touch screen, but it depends on the accuracy of the touch screen and
the ability of your user.
-- Joe Ranieri
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please
as it should. Then, when I
change something in spacesData objectAtIndex:index], this private copy
changes too. Doesn't "copy" create a private copy, or am I doing
something wrong?
Any help would be appreciated,
Joe
___
Cocoa-dev mai
Thanks, this seems to work perfectly!
I recently read about shallow and deep copies, but didn't see the
initWithDictionary:copyItems: method.
Thanks,
Joe
On Jul 2, 2009, at 6:51 PM, Adam R. Maxwell wrote:
On Jul 2, 2009, at 12:05 PM, Joe Turner wrote:
I'm trying to create a pr
they have, and convert a CGKeyCode from a standard US keyboard to
whatever keyboard they have?
Any help would be much appreciated! :)
Joe
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments t
GEvents? I just need it to be
universal–This app is a background app, so the keystroke needs to be able to be
inserted anywhere.
Cheers,
Joe Turner
On Wednesday, August 19, 2009, at 07:30PM, "Harry Jordan"
wrote:
>I've not used CGEvents much.. (Once upon a time, hopefully
if ((keyToCharData[k]) ==
theCharacter) {
virtualKeyCode = k;
found = true;
}
}
PI's that
can access them have been deprecated.
So, I'm wondering, is there a better way to simulate a keyboard? Maybe
with input methods or something?
And if not, how can I access 'kchr' keyboard data?
Cheers,
Joe Turner
___
Hey,
That works well, until I add modifiers. To do my modifiers i put the
modifier keys down before the character part, but this doesn't seem to
work when the command key is down or something :/
Is there any way to supply modifiers into a single CGEvent?
Cheers,
Joe Turner
On A
But then I must have the CGKeyCode for the character i would like to
post, which is what I'm trying to get away from.
When I do "CGEventSetFlags" on an event I've set a unicode string for,
it doesn't work.
Joe
On Aug 22, 2009, at 11:46 AM, Bill Cheeseman wrote:
ooked around for any
sample code for VNC, but cannot find any.
So, how do I connect to a Mac with Screen-Sharing on (password set or
not), and then how do I tell it to type something? I'm fairly new to
VNC, so any help would be much appreciated
d be used to get the data and then keycodes from a
KCHR resource. So, is there any way around this?
Cheers,
Joe
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the
x27;s. Is there any way I can use a different encoding or
something else to keep the accents for the time being, and then filter them out
when I create the post data with dataUsingEncoding:allowLossyConversion:?
Thanks,
Joe Turner
Iced Cocoa
___
Coco
&arg2=something...", and then
do [dataUsingEncoding:allowLossyConversion:.
Should I be doing this a better way? (I'm the one who created the web service,
so if there's an issue with doing it this way, I can easily change it).
Joe
On Jul 23, 2010, at 11:31 AM, Kyle Sluder wrote:
ng, which (the only way I know how to do),
has to be done with NSStrings.
Joe
On Jul 23, 2010, at 11:50 AM, Kyle Sluder wrote:
> On Fri, Jul 23, 2010 at 9:34 AM, Joe Turner wrote:
>> Hey,
>>
>> No one is requiring me to send a string–I do indeed send it as data, but I
>
Hey,
Thanks! It seems that all I had to do sanitize was encode &'s <'s >'s "'s and
''s, and then just do my normal percent encoding, and everything is now working
great!
Thanks!
Joe
On Jul 23, 2010, at 2:11 PM, Kyle Sluder wrote:
> On
interactions in a new
thread, however this didn't work. So, is there a way to thread the status item
so I don't have to thread all of the tasks that might need to happen while the
bar is open?
Thanks,
Joe
___
Cocoa-dev mailing list
Hey,
Thanks man! That worked perfectly :)
Joe
On Jul 25, 2010, at 7:35 PM, Graham Cox wrote:
>
> On 26/07/2010, at 4:53 AM, Joe Turner wrote:
>
>> I recently realized that when the user opens the NSStatusItem in my app, the
>> main run loop gets blocked up until they cl
ventPost(kCGHIDEventTap, mouseEvent);
CFRelease(mouseEvent);
Thanks,
Joe
___
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.appl
Wow, when I glanced over that I assume the "state" would mean up or down, so I
didn't look into it.
Thanks so much man! I owe you one :)
Joe
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin reques
nt to a CGEvent. So, I'm wondering if
anyone has experience with doing this? What about for 4 finger swipes?
If not, is there a way to create raw trackpad touches (pragmatically), so I can
recreate a pinch?
Thanks!
Joe
___
Cocoa-dev mai
NSLog(@"Unable to mount %@", urlString);
}
else {
CFShow((__bridge CFStringRef)mountPoint);
}
}
return 0;
}
--
Joe Wollard
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or mo
sible when zoomed out and more pins are visible when
zoomed in. If that's similar to the problem you're trying to address, I'd be
interested in your findings as I can't seem to come up with anything that
doesn't involve a bunch of overhead and rect calculations.
---
Jo
On Sep 28, 2012, at 8:33 AM, Alex Zavatone wrote:
>
> On Sep 27, 2012, at 10:42 PM, Joseph M. Wollard wrote:
>
>> I'm pretty sure I'm doing something wrong here. I have an NSTreeController
>> bound to the 'value' of an NSOutlineView's table column. The
>> NSTreeController's content is then b
On Sep 28, 2012, at 8:51 AM, Dave Keck wrote:
>> I'd like to observe a notification when a user edits (renames) an item in
>> the outline view that tells me the old and new values. I'm getting
>> notifications, but the old and new values are always null. For what it's
>> worth, I'm currently
iPod Touch) as well as development
tools on the Mac.
For more information about Singapore CocoaHeads, please visit
http://cocoaheads.org/sg/Singapore/index.html
Cheers,
Joe Goh
FunkeeMonk Technology
http://www.funkeemonk.com/
___
Cocoa-dev mailing
Is there any data on the install base? What is the minimal set of
platforms
and OS versions that I need to support in order to make any meaningful
commercial software
There's also Adium's statistics from its auto-updater:
http://www.adiumx.com/sparkle/
Joe Ranieri
Lead Magician
ming Langauge" and print a copy (I recommend getting it
spiral bound). While learning it's a great reference to help refresh
you when you get stuck. If you go with the Spiral Bound version at
Kinko's double sided it should run about $10 to $15.
-Joe Kavanagh
_
opment tools on the Mac.
Please take note that Apple's NDA on the iPhone/iPod Touch SDK has
*not* been lifted.
See you there!
Joe
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to t
object talking to the device into another thread so the main window
can take UI events. I'm thinking I can package up the variable
requests into a dictionary so that the device controller can do a
bunch at once. Then the main thread can do all the updates from the
dicti
On Sep 27, 2008, at 4:25 PM, Chris Hanson wrote:
On Sep 26, 2008, at 3:37 PM, Joe Keenan wrote:
Right now, the app controller object sends a message to the device
controller, requesting the value of a specified variable. The
device controller does the telnet command to get it, returns
Maybe I'm missing something, but
Instead of NSTask, why not use LSOpenApplication passing in
(kLSLaunchDefaults | kLSLaunchNewInstance | kLSLaunchDontAddToRecents)
for flags? Your main program will block until the sub program has
launched.
Joe Ranieri
Lead Magician, Alacatia
oach gives me all I need as far as perf and eventing
goes but this crash is a real deal breaker.
Any ideas on how I can see what is getting on the autorelease pool? Or how to
stop this from happening?
TIA,
Joe
___
Cocoa-dev mailing list
autorelease which I would assume
would be happening if it was being put into an AR pool.
On 3/5/08 5:37 PM, "Peter Ammon" <[EMAIL PROTECTED]> wrote:
On Mar 5, 2008, at 4:52 PM, Joe Jones wrote:
> Hi all,
>
> I have an NPAPI based plug in and I am trying to use a Cocoa
Yep, no luck.
-Original Message-
From: j o a r [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2008 3:12 AM
To: Joe Jones
Subject: Re: Why [NSApplication _deallocHardCore:] crash in my Safari Plug In
On Mar 6, 2008, at 1:52 AM, Joe Jones wrote:
> Any ideas on how I can see what
and join the group!
For more details on Singapore CocoaHeads, please visit the
http://cocoa.meetup.com/3/ . Many thanks to iShop for graciously
sponsoring the location for Singapore CocoaHeads.
See you there!
Joe Goh
FunkeeMonk Technology
http://www.funkeemonk.com/
Leopard? I
assume, if not, that the standard "file a bug report feature request
cause Apple can't discuss future stuff" rule applies.
It is a private framework and has no public API. Please create the
radar ticket.
Joe Ranieri
Lead Magician, Alac
ives/2007/01/offbyone.php
I wanted to do the exact same thing in my app last year and this
article saved the day for me.
HTH,
Joe Goh
FunkeeMonk Technology
http://www.funkeemonk.com/
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do no
gs on top.
A screenshot of that approach in action in my app:
http://funkeemonk.cachefly.net/international.png
Good luck!
Joe Goh
FunkeeMonk Technology
http://www.funkeemonk.com/
On 5/9/08, "Gary L. Wade" <[EMAIL PROTECTED]> wrote:
> Sorry, I misread your suggested method, but
I have a QTMovie (that is valid), and it has a text track. I am
wondering if there is any easy way to get the contents of the text
track into an NSString.
Thanks,
Joe
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post
Yeah, I should have defined easy!
This helps a lot :)
Thanks!
Joe
On Dec 14, 2008, at 7:03 PM, douglas welton wrote:
Hi Joe,
Since you didn't define "easy" or tell me what you'd tried, then
I'll have to make some assumptions about what you know. I will
assu
char chars[size];
GetMediaSample2(media, &chars, size, NULL, timeValue, NULL, NULL,
NULL, nil, nil, 1, NULL, NULL);
NSString *string = [[NSString alloc] initWithBytes:chars length:size
encoding:NSUTF8StringEncoding];
NSLog(@"String: %@", string);
Thanks,
Joe
On Dec 14, 2
create a new project
and do this and tell you the debugger contents too though, if needed.
I am used to objective-c, and some of these C calls can confuse me
sometimes. Like, is chars[] the same thing as a UInt8?
Thanks for your help,
Joe
On Dec 14, 2008, at 8:54 PM, douglas welton wrote
UInt8 *chars = malloc(size)
char *chars = malloc(size). But still no luck.
I have a feeling that it has to do with how I initialize it.
K&R is coming this week, so, that should help me too (thanks for the
recommendation!!).
Thanks a ton!
Joe
On Dec 16, 2008, at 1:28 PM, douglas welton wr
admin privileges. Or,
could I somehow use NSFileManager in an authorized state.
Thanks for any help!
Joe
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderato
c. It is possible to do using an undocumented
method, but that's not on-topic for this list.
-- Joe Ranieri
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the
];
NSImage* image = [[NSImage alloc] initWithSize:imgSize];
You're leaking this NSImage.
-- Joe Ranieri
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderato
lp would be appreciated.
Thanks in advance,
-Joe
___
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/Unsubsc
Many thanks David, this seems to have solved my problem!
Regards,
-Joe
On 19 Jan 2009, at 18:21, David Duncan wrote:
Your suffering from the same problem as above. The frame origin is
not what matters, but rather the layer's position (all aspects of
the frame are synthesized from
On Jan 6, 2009, at 10:45 AM, Nick Zitzmann wrote:
On Jan 3, 2009, at 6:50 PM, Joe Turner wrote:
I am making a hard drive cloner/backuper, and to do some deleting
and copying, I need to use the security framework. What I need to
be able to do is have the user type in their password one
rred.
Is anyone able to point out what I'm doing wrong?
Many thanks,
-Joe
___
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)lis
Thanks again for the speedy responses!
On Jan 20, 2009, at 1:47 AM, Nick Zitzmann wrote:
On Jan 19, 2009, at 7:56 PM, Joe Turner wrote:
That makes sense, but then how does an app like SuperDuper! do it.
You click the lock, enter your password, and then you don't need to
enter
On Jan 22, 2009, at 4:57 PM, Nick Zitzmann wrote:
On Jan 22, 2009, at 4:09 PM, Joe Turner wrote:
I see. Then, how would you suggest to create a cloner/deleter, if
it needs root privileges, but cannot use the security framework?
I didn't say you couldn't use the security framewo
some sort of lock-unlock thing, and
then I would be pretty sure, but is there anyway to know for sure?
And, is there a way to take SUID away from it? So, if I want to lock
it, it would work.
Thanks everyone!
Cheers,
Joe Turner
On Jan 22, 2009, at 4:57 PM, Nick Zitzmann wrote:
On Jan 22
Cool, thanks!
Then I now have another question: Why not just run chmod on my utility
when it's 'unlocked', and change the userID to 0. Then when it's
locked, change it back to 501?
Or, is this exactly what AEWP() will do?
Thanks!
Cheers,
Joe Turner
On Jan 24, 2009,
do this!
This is just my guess. But it sounds fairly right :)
Cheers,
Joe Turner
On Jan 24, 2009, at 6:47 AM, Michael Ash wrote:
On Fri, Jan 23, 2009 at 10:59 PM, Joe Turner wrote:
Okay, so, it seems everyone was right :) I went to cocoabuilder to
find some
of the responses to this, t
So, you are saying that I must create an install tool, that installs
my utility that will run as root?
On Jan 24, 2009, at 2:23 PM, Chris Hanson wrote:
The proper way to construct everything you've described is discussed
in the Authorization Services Programming Guide.
Authorization
But you can also code sign nowadays
On Jan 24, 2009, at 11:54 PM, Chris Hanson wrote:
On Jan 24, 2009, at 6:29 PM, Michael Ash wrote:
On Sat, Jan 24, 2009 at 6:08 PM, Chris Hanson wrote:
Among other things, to be truly secure you must use a secure
installation
mechanism. Do not write your
o this, or if you must subclass NSWindow or something of the sort.
Cheers,
Joe Turner
___
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
Thanks!
Works perfectly! I didn't expect it to be that easy :)
Cheers,
Joe Turner
On Jan 29, 2009, at 4:34 PM, Steve Christensen wrote:
On Jan 29, 2009, at 2:04 PM, Joe Turner wrote:
I've noticed that some applications I see have partially
transparent windows. What I mean by thi
'Debugger
Console' going to gdb. With the above modification, I can return
setLaunchPath to /sbin/ping and the program works fine.
You forgot the nil argument at the end of the array. Try:
NSArray *args = [NSArray arrayWithObjects:[hostField stringValue],
nil];
joe
__
On Oct 2, 2008, at 10:01 AM, Sherm Pendley wrote:
On Thu, Oct 2, 2008 at 9:20 AM, Joe Keenan <[EMAIL PROTECTED]>
wrote:
On Oct 1, 2008, at 1:25 PM, Shawn Protsman wrote:
NSArray *args = [NSArray arrayWithObject:[hostField
stringValue]];
You forgot the nil argument at the
So, AFAIK, Apple doesn't
allow you to do it.
Best,
- Joe
___
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
I have ben trying to find a good way to get an accurate count of files
on a Volume. Using a NSDirectoryEnumerator takes way too long (a
couples minutes), so, I figured out how to do it on the old Carbon
FileManager using:
FSVolumeInfo info;
FSRef pathRef;
FSCatalogInfo catInfo;
const char *
08:28, "Andrew Farmer" <[EMAIL PROTECTED]> wrote:
On 25 Nov 08, at 16:44, Joe Turner wrote:
I have ben trying to find a good way to get an accurate count of
files on a Volume. Using a NSDirectoryEnumerator takes way too long
(a couples minutes), so, I figured out how to do it o
even supposed to work?
Thanks!
On Nov 26, 2008, at 5:53 AM, Graham Lee wrote:
On 26/11/2008 08:28, "Andrew Farmer" <[EMAIL PROTECTED]> wrote:
On 25 Nov 08, at 16:44, Joe Turner wrote:
I have ben trying to find a good way to get an accurate count of
files on a
h the CoreServices way ? (ie
using FSGetVolumeInfo).
Le 26 nov. 08 à 15:19, Joe Turner a écrit :
Okay, maybe I spoke too soon... It worked twice. To get the number
of files, I am doing this now:
- (NSNumber *)fileCount
{
NSDictionary *attributes = [[NSFileManager defaultMa
the File Manager).
Have a look at getattrlist() and the ATTR_VOL_FILECOUNT attribute
(the man page provide a sample that show how to retreive the file
count).
Le 26 nov. 08 à 15:53, Joe Turner a écrit :
I'm just worried that it will be deprecated soon with the release
of Snow Leopard;
hanks
----
Joe Turner
NiceMac LLC programmer
___
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
that's not supported and will break in 64-bit... Does
anyone have any ideas?
-- Joe Ranieri
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderato
read that.
Thanks!
Joe
___
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 you
Actually, I am converting it to NSData, and then adding it, and it
still returns nil
Joe
On Mar 13, 2009, at 3:27 AM, Alexander Spohr wrote:
Just got recently into that pit myself.
Read the docs _very_ carefully for this one. (And file a complaint
at the bottom of the doc’s page
NSLog(@"Data is not nil!");
[netService setTXTRecordData:data];
Joe
On Mar 13, 2009, at 7:30 AM, Michael Ash wrote:
On Fri, Mar 13, 2009 at 8:12 AM, Joe Turner wrote:
Actually, I am converting it to NSData, and then adding it, and it
still
returns ni
That's what I thought too. But how do you use the NULL record?
Joe
On Mar 13, 2009, at 7:36 AM, Keith Duncan wrote:
Joe,
That's a lot of data to be storing in the TXT record. I'd advise
that you store it in the NULL record as iChat does for 'Bo
of the 'slide' animation.
Any help would be appreciated!
Thanks!
Joe
___
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
Well, the issue is the first viewcontroller has a tableview, so it
just (probably) should have the pushing animation. It would be weird
if the tableview created a flip animation
Joe
On Mar 24, 2009, at 1:31 PM, Luke the Hiesterman wrote:
Maybe you could consider doing something other than
nItem (BackBarButtonItem).
Thanks!
Joe
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscri
happening? Right now I put some extra spaces at the end of the
title to center it. Should i create a blank rightBarButtonItem?
Thanks!
Joe
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to
1 - 100 of 108 matches
Mail list logo