LINK in VidePost
-
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!
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/09/2008 at 01:22, xxxxxxxx wrote:
What is not working? It works fine here.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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!
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/09/2008 at 06:50, xxxxxxxx wrote:
Sorry, I have no idea. It works perfectly fine with the description you provided.
cheers,
Matthias