On 2012-02-04, at 8:38 PM, Quincey Morris wrote:
> This is all very code-smelly.
Here is a longer and more complete explanation of the circumstances.
MainMenu.xib
web browser window (A)
object references to App Delegate, Web Delegate and Rule Editor (WC)
The web delegate
Since some time when I click in TextEdit:
File → Open Recent
it takes a long time for the menu to appear. Sometimes 10 seconds, sometimes 7.
When I do it again it is faster (but not instantaneous as in all other apps).
When I try it again after some time - it is slow again.
Is this a known problem
>>
>
> I'm finishing up a shoebox app now and I do have the option to store things
> in iCloud or not. My eventual solution to this was to have a preference
> screen in the app with a single "enable iCloud' switch. If you flip it from
> off to on, or on to off, you get a section of buttons to
On Jan 19, 2012, at 1:33 , Ken Thomases wrote:
> On Jan 18, 2012, at 6:12 PM, Marcel Weiher wrote:
>> On Jan 14, 2012, at 18:37 , Kyle Sluder wrote:
>>
>>> Breaking this pattern should be a conscious decision.
>>
>> I'd say that the opposite is true: in general you should avoid specific
>> mod
OK, I've perhaps partially answered this myself, but I'd still be very happy to
hear any opinions on this. Below is a sample of code which handles the main
bits of my solution (error handling etc removed).
Does this look reasonable? Still it doesn't handle the question: how to deal
with changes
On 05.02.12 09:24, Gerriet M. Denkmann wrote:
Since some time when I click in TextEdit:
File → Open Recent
it takes a long time for the menu to appear. Sometimes 10 seconds, sometimes 7.
When I do it again it is faster (but not instantaneous as in all other apps).
When I try it again after some t
Does the OP mean "slowing down binding's updates" instead of "slowing down
bindings updates"?
The subject doesn't make any sense to me.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to
On Feb 5, 2012, at 00:18 , Erik Stainsby wrote:
> The web browser instantiates a subclassed WebView which declares & implements:
>
> @interface RSSWebView : WebView
>
> @property (retain) IBOutlet RSSRuleEditorController * ruleEditor;
> - (IBAction) quickSetActionSelector:(id)sender;
> @end
>
>
I've been trying to implement a splitview with animated collapse/uncollapse of
one of its subviews. So far without success, although I think I'm very close to
a working solution. There's a lot of documentation and sample code on the
internet, but none of what I have found seems to fit my needs.
Hey Luc, how are you?
I had to implement this exact functionality in a commercial project and here is
what I've found:
- The delegate methods will be called when the animation occurs---continuously.
So, if you are limiting the size of one of the subviews via
"splitView:min/max...", this is goi
A few weeks ago someone here was asking about code for reading and writing MIME
multipart format. It turned out I needed this too, so I implemented some
classes to do the job. They handle streaming of large bodies, so you can upload
and download large files without taking up much RAM.
They’re p
Hello,
First off, I'd like to apologise for posting a slightly off-topic question.
On one of my Macs the WindowServer has gone wrong - it fails to hide NSPanel
windows that are set not to 'hide on deactivate' when their parent app is
hidden. The windows remain on screen but do not update and c
Hi,
I'm a newbie to lists.apple.com.I want to search some keywords in
http://search.lists.apple.com.After I have entered "unknown type name virtual"
in "Search for" field, "cocoa-dev" in "Listname matches" field,and clicked
"Search!" button,I got an error message "Inverted word index not
13 matches
Mail list logo