THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/06/2004 at 00:37, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.200
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
I create my own context menu in the function CreateContextMenuColumn.
And now, I like several separators in the context.
I added this with the command:
bc->SetString(FIRST_POPUP_ID, "Command1");
bc->SetString(0,"");
bc->SetString(FIRST_POPUP_ID+1, "Command2");
bc->SetString(0,"");
....
The problem now, I see only the first separator. The other are invisible or not existing.
Where´s the error??