Re: FxPlug: Invalid Context with NSString drawInRect
Can you give some more details? I don't understand where you're trying to draw the string using [NSString drawInRect:withAttributes:]. Is this in a custom parameter, or as part of rendering? When using a pBuffer, does glGetError() return anything? Have you tried running with OpenGL Profiler? Darrin On Jul 7, 2012, at 9:40 AM, Christoph Vonrhein wrote:
Hello Darrin (and everybody else),
I am trying to draw some text on the screen in a FxPlug plugin with the [NSString drawInRect: withAttributes] method. In continuously wind up with lots of "invalid context 0x0" error messages in the console.
This also happens when I try to draw text to a pBuffer.
Any ideas?
Christoph Vonrhein
--- OSX 10.6.8 FCP X Motion 5
_______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/dcardani%40apple.com
This email sent to dcardani@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani