Link object to accept only splines

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?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/10/2012 at 08:28, xxxxxxxx wrote:

I've just listed them in my res files.
You can look at the res file of splineGLIDE from my site.
www.tcastudios.com   -> xfiles

Cheers
Lennart

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/10/2012 at 08:33, xxxxxxxx wrote:

Just saw that Orelief shouldn't be there.

Cheers
Lennart

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/10/2012 at 08:36, xxxxxxxx wrote:

Sweet, thanks man.
Will investigate it 🙂