Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/11/2008 at 14:01, xxxxxxxx wrote:
User Information: Cinema 4D Version: R10.5-11 Platform: Mac OSX ; Language(s) : C++ ;
--------- I have a small CommandData plugin with a dialog that converts .RSR files or MacOS Resource Data to PNG images. Works great... except if I move my cursor. Then it starts erroring from then on in the process of doing the MacOS FileSystem calls (particularly: FSMakeFSSpec() fails with badName error). If I don't move the cursor, no errors.
Cinema 4D R10.5/11 MacOS X 10.4.11 (yet to try on OS 10.5 yet)
No problems whatsoever on Windows.
Can someone explain this to me?
On 02/11/2008 at 14:25, xxxxxxxx wrote:
Found it. StatusSetText()...
I was hoping that this wouldn't be the cause as it is the only way to show the file names as they are being processed. Oye.