Hi!
Here is the solution I got from DTS:
http://dl.dropbox.com/u/2381634/DTS/TableViewLinks-updated.zip
At a later WWDC they introduced a more evolved version of the same code:
http://developer.apple.com/library/mac/#samplecode/CocoaTipsAndTricks/Introduction/Intro.html
Best,
Pierre Bernard
Try calling -display after -setWantsLayer:
The view needs to be drawn once into the layer before being able to animate.
Another way of achieving the desired result is to draw the initial and target
view into images and then animate the swapping of image views.
Best,
Pierre Bernard
Houdah
return row;
}
Sadly, this is not working. Neither attribute is visible in the Accessibility
Inspector.
Best,
Pierre Bernard
Houdah Software s.à r.l.
- - -
Houdah Software s. à r. l.
http://www.houdah.com
HoudahGeo: One-stop photo geocoding
HoudahSpot: Powerfu
objectAtIndex:0]
andDisplayValues:[template objectAtIndex:1] forRowAtIndex:rowIndex];
}
}
Pierre
On Dec 23, 2009, at 12:37 AM, Peter Ammon wrote:
>
> On Dec 22, 2009, at 10:57 AM, Houdah - ML Pierre Bernard wrote:
>
>> When I hit the "+" button on a row in NSRuleEdi
When I hit the "+" button on a row in NSRuleEditor, a new row is created. How
can I take influence on the criteria used for that row.
It seems NSRuleEditor defaults to selecting the first criterion sequentially
from the list of possible values. I would much rather have the new row match
the row
Just ran into the same problem and came up with HHValidatedButton:
http://www.bernard-web.com/pierre/blog/index.php?id=6542976061063123843
Pierre Bernard
On Jul 1, 2009, at 11:24 PM, Bill Cheeseman wrote:
For years, the "Implementing Validation" section of Apple's "User
h])];
[dateFormat replaceOccurrencesOfString:@"sss" withString:@"ss"
options:0 range:NSMakeRange(0, [dateFormat length])];
[dateFormat replaceOccurrencesOfString:@"sss" withString:@"ss"
options:0 range:NSMakeRange(0, [dateFormat length])];
[dateFo
Hi Sean,
I want to respect the user's locale, yet ignore his/her preferences as
to formatting.
I thought about modifying the format I get from the standard styles. I
would however expect NSLocale to know the correct order of elements in
the date format.
Pierre
So you want to use the us
Hi!
I am trying to format dates for display. So far I have been using this
formatter:
NSDateFormatter *dateFormatter = [[[NSDateFormatter alloc] init]
autorelease];
[dateFormatter setFormatterBehavior:NSDateFormatterBehavior10_4];
[dateFormatter setDateStyle:NSDat
Hi!
Do I still need to write my own accessors in order to perform
NSUndoManager registration?
Could my model objects observe themselves and register undoable
changes in observeValueForKeyPath:ofObject:change:context: ?
How does CoreData go about registering changes with the undo manager?
HoudahStudy 2.0 (aka Ebbinghaus).
Study card software.
Late alpha / early beta. CoreData, CoreAnimation, GC, properties, …
Ebbinghaus 1.0 was freeware
2.0 is a complete rewrite. Not yet released.
Inquire via email to pierre.bern...@houdah.com
Current build available upon
request
Hi!
Has anyone already re-implemented UINavigationController for desktop
Cocoa. That should be a cool thing to have.
Pierre
- - -
Houdah Software s. à r. l.
http://www.houdah.com
HoudahGeo: One-stop photo geocoding
HoudahSpot: Powerful Spotlight frontend
_
Hi!
I remember someone posting code to their blog / web site showing how
to frame a slightly bend image and add a shadow to it: Much like a
sticker peeling off.
I can't find the link anymore.
Best,
Pierre Bernard
- - -
Houdah Software s. à r. l.
http://www.houdah.com
HoudahGeo: One
Hi!
This is what I came up with:
@implementation NSNetService (ipv4)
- (NSArray*)ipv4addresses
{
NSMutableArray * ipv4addresses = [NSMutableArray array];
NSArray *addresses = [self addresses];
int aCount = [addresses count];
char addr[256];
for (
Hi!
I am trying to use NSURLConnection to connect to a HTTP server that's
advertised using Bonjour. Thus I have a NSNetService on the client, but
need a IP and port number. The catch being that the juicy NSNetService
methods are on Leopard only.
Thanks in advance for your assistance.
Pierre
Hi!
I am puzzled! I have run into this weirdest problem. It only happens
if I target Tiger.
I am working on an update to HoudahGeo and suddenly, my current build
refuses to open documents. This includes both existing documents and
documents created by the running application. The error is
drag operations?
Best,
Pierre Bernard
___
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
Hi Kyle!
Thanks a lot.
This sounds like a great idea. I will give it a try ASAP.
Pierre
On 19 Nov 2008, at 04:03, Kyle Sluder wrote:
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
nbach wrote:
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
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)
Hi!
NSRuleEditor has the concept of selected rows in its API. I however
see no visual clues of which rows are selected.
Is it possible to subclass whatever cell view is used by the rule
editor to add such a visual clue?
Pierre
___
Cocoa-dev ma
(I did a little demo app at one point long ago that used an in
memory store to cache results from Amazon's web services API. The
front end was all pure Cocoa / bindings / CD with a minimal amount
of additional code to pull data from amazon and push it into the
local store).
Is that demo
ok to purchase. The server however hasn't been responding all day.
Best,
Pierre Bernard
Houdah Software s.à r.l.
On 18 Aug 2008, at 19:16, Bill Dudney wrote:
Hi,
I have an example on my blog of using the CATiledLayer with a big
pdf file and the CA book (I am the author) has an example of usi
Hi!
I would like to create a map view using several tile images: the map
is made of tiles; tiles are available for various zoom levels.
Seems like CATiledLayer seems the right thing to use. Problem is that
I can't seem to find any documentation beyond a rehash of the header
file.
Is the
.
Best,
Pierre Bernard
Houdah Software s.à r.l.
extern NSUInteger carbonToCocoaModifierFlags(UInt32
carbonModifierFlags);
extern NSString *stringForCocoaModifierFlagsAndKeyCode(NSUInteger
flags, NSString *keyEquivalent);
@implementation HHShortcutButton
@synthesize baseTitle;
- (id
ow register with the window for events or does the window walk
the subcomponents to find one which may respond?
Best,
Pierre
---
Pierre Bernard
http://www.bernard-web.com/pierre
http://www.houdah.com
smime.p7s
Description: S/MIME cryptographic signature
__
ly.
So, I guess to answer your questions, I would say, "probably not."
Better to follow the ways that AppKit wants you to do things (such as
intelligent use of the responder chain), rather than jerry-rig a
band-aid
solution.
---
Pierre Bernard
http://www.bernard-web.com/pierre
h
transformer. Is the way to go?
Pierre
---
Pierre Bernard
http://www.bernard-web.com/pierre
http://www.houdah.com
smime.p7s
Description: S/MIME cryptographic signature
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin
unLoopMode
beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]];
Pierre
On 10 Apr 2008, at 17:33, Pierre Bernard wrote:
Hi!
I am trying to do some nice drawing using CoreAnimation. It all
works fine, except for a long series of "CoreAnimation: rendering
error 500" messages.
H
w delegate] windowDidEndModal:modalWindow];
}
return result;
}
Best,
Pierre Bernard
---
Pierre Bernard
http://www.bernard-web.com/pierre
http://www.houdah.com
smime.p7s
Description: S/MIME cryptographic signature
___
Cocoa-dev mailing l
eAnimation?
Best,
Pierre
---
Pierre Bernard
http://www.bernard-web.com/pierre
http://www.houdah.com
smime.p7s
Description: S/MIME cryptographic signature
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or
31 matches
Mail list logo