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 30/08/2008 at 16:38, xxxxxxxx wrote:
User Information: Cinema 4D Version: 10.5 Platform: Language(s) : C++ ;
--------- Hi!
Is it possible to integrate a Link as a description element in a VideoPost Plugin.
I tried
LINK MY_BUTTON_ID { ACCEPT { 5100; Tpolygonselection; 5682; } }
but that did not work.
Thanks for your help
bye!
On 01/09/2008 at 01:22, xxxxxxxx wrote:
What is not working? It works fine here.
cheers, Matthias
On 01/09/2008 at 06:25, xxxxxxxx wrote:
Hi!
Thats the res file
CONTAINER VPcolorize { NAME VPcolorize; INCLUDE VPbase;
GROUP ID_VIDEOPOSTPROPERTIES { LINK MY_BUTTON_ID { ACCEPT { 5100; Tpolygonselection; 5682; } } } }
and the header file
#ifndef _VPcolorize_H_ #define _VPcolorize_H_
enum { MY_BUTTON_ID = 990023 };
#endif
It says "Error reading resource on line 8 in the res file. Thats the line with the link..
Bye!
On 01/09/2008 at 06:50, xxxxxxxx wrote:
Sorry, I have no idea. It works perfectly fine with the description you provided.