THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/10/2012 at 07:35, xxxxxxxx wrote:
Hi guys. So I am very slowly making some progress here. However, I cannot seem to figure out how to make Link object to accept only splines? If I use Accept Ospline, it will only accept editable splines, but not spline primitives. However, Osplineprimitive seems to not to work at all. Am I missing something?
LINK INSTANCEOBJECT_LINK
{
ACCEPT
{
Obase; // accepts a lot of things
Ospline; // accepts only editable splines
Osplineprimitive; //no effect
}
}
Another quesstion is about BOOL object. How can I make it to have that "check box" on the left side of text? Is there any trick to do so, or should I be looking at some other function?