Code in Custom NSTextView - (void) drawRect:
--
[super drawRect:dirtyRect];
NSBezierPath* aPath = [NSBezierPath bezierPath];
[aPath moveToPoint:NSMakePoint(100, 100)];
[aPath lineToPoint:NSMakePoint(500, 100)];
[aPath stroke];
---
Custom textview resize policy set, so it resizes
Heya,
I'm working on improving my CoreParse
(http://www.github.com/beelsebob/CoreParse) framework by actually documenting
it properly. The problem I'm hitting though is that either the two major
documentation generators suck (doubt that, probably PEBKAC), or their default
configuration sucks.
Dear Chris,
Thanks so much for your reply!
I believe TCP can be used between Java and iOS. However, I worry that
particular serialization exists in CocoaAsyncSocket so that Java cannot
deserialize successfully. Do you think the issue exists?
Best regards,
Bing
On Sun, May 8, 2011 at 6:40 AM, Ch
AppleDoc produces Apple-like docsets:
https://github.com/tomaz/appledoc
Cheers,
Dave
Sent from my iPhone
On May 8, 2011, at 4:42 AM, Thomas Davie wrote:
> Heya,
>
> I'm working on improving my CoreParse
> (http://www.github.com/beelsebob/CoreParse) framework by actually documenting
> it p
Excellent stuff thanks – hit a few bugs in it, but with some tweaking, its
output looks absolutely brilliant.
Cheers
Tom Davie
On 8 May 2011, at 14:11, Dave DeLong wrote:
> AppleDoc produces Apple-like docsets:
>
> https://github.com/tomaz/appledoc
>
> Cheers,
>
> Dave
>
> Sent from my iPh
Try wrapping the call to super like this:
[NSGraphicsContext saveGraphicsState];
[super drawRect:rect];
[NSGraphicsContext restoreGraphicsState];
On May 8, 2011, at 6:27 AM, Дмитрий Николаев wrote:
> Code in Custom NSTextView - (void) drawRect:
>
> --
> [super drawRect:dirtyRec
On May 8, 2011, at 3:27 AM, Дмитрий Николаев wrote:
> Custom textview resize policy set, so it resizes in all dimensions with
> container. This is code for custom NSTextView
>
> -
> - (void) setFrameSize:(NSSize)newSize {
>
> [super setFrameSize:newSize];
>
> NSTextContainer *cont
It works now. Thank you very much for help!
08.05.2011, в 20:27, Ross Carter написал(а):
> Try wrapping the call to super like this:
>
> [NSGraphicsContext saveGraphicsState];
> [super drawRect:rect];
> [NSGraphicsContext restoreGraphicsState];
>
>
> On May 8, 2011, at 6:27 AM, Дмитрий Н
I will try this solution too. Thanks for suggesting.
08.05.2011, в 21:33, Kyle Sluder написал(а):
> On May 8, 2011, at 3:27 AM, Дмитрий Николаев wrote:
>
>> Custom textview resize policy set, so it resizes in all dimensions with
>> container. This is code for custom NSTextView
>>
>> -
Hi
Is there any way to customize the frequency of the Core Video Display
Link's callback calls?
If not, what is the way to manually limit the "framerate"?
Thank you
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests
On 8 May 2011, at 20:20, Nick wrote:
> Hi
> Is there any way to customize the frequency of the Core Video Display
> Link's callback calls?
> If not, what is the way to manually limit the "framerate"?
The entire point of a CVDisplayLink is that it's tied to the refresh timing of
the display. If
Bing Li wrote:
I believe TCP can be used between Java and iOS. However, I worry that
particular serialization exists in CocoaAsyncSocket so that Java
cannot
deserialize successfully. Do you think the issue exists?
No. If there is an issue, it's almost certainly in your code.
First, I hav
Since the value of superview is the next responder (the receiver, most often a
view controller in iPhone applications), how is it that the type for superview
is UIView? Isn't this inconsistent?
NH
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.
On Sun, May 8, 2011 at 5:08 PM, Nelson Hazeltine wrote:
> Since the value of superview is the next responder (the receiver, most often
> a view controller in iPhone applications)
Where did you get this idea? See the documentation for -[UIResponder
nextResponder]:
http://developer.apple.com/libra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 5/8/11 5:37 PM, Kyle Sluder wrote:
> On Sun, May 8, 2011 at 5:08 PM, Nelson Hazeltine wrote:
>> Since the value of superview is the next responder (the receiver, most often
>> a view controller in iPhone applications)
>
> Where did you get this i
Hi,
I am trying to measure dB levels of my voice.
I use the following code.
UInt32 propertySize = format.mChannelsPerFrame * sizeof
(AudioQueueLevelMeterState);
AudioQueueGetProperty(
queue,
On 08/05/2011, at 8:28 PM, Niran Bala wrote:
> How should I interpret this value?
>
> When I mute the Mic on my laptop, this value is -120
My GUESS (only) would be that this is the line level, which is logical, since
it couldn't possibly be actual sound pressure level, since the signal is
am
17 matches
Mail list logo