Quote from
Ronnie on February 28, 2020, 10:33 am
Hi @luishp
The neoLineInit command works great when in the 'master' container. As in your sample (neoline.neoapp), the parent container is "Container 4"
Now, assuming I created a new master container "Container 5", and use the following commands:
MoveObjectIntoContainer "Container4" "Container5"
MoveObject "Container4" 0 0
The Container4 is now moved to Container5. However, the lines drawn using neoLineInit commands still remains in the absolute location (where container4 was originally located).
It'd be great to have the neolines drawn be relative to its parent container Container4, such that when container4 is moved to container5, all objects including the neolines are displayed correctly...
Hi @luishp
The neoLineInit command works great when in the 'master' container. As in your sample (neoline.neoapp), the parent container is "Container 4"
Now, assuming I created a new master container "Container 5", and use the following commands:
MoveObjectIntoContainer "Container4" "Container5"
MoveObject "Container4" 0 0
The Container4 is now moved to Container5. However, the lines drawn using neoLineInit commands still remains in the absolute location (where container4 was originally located).
It'd be great to have the neolines drawn be relative to its parent container Container4, such that when container4 is moved to container5, all objects including the neolines are displayed correctly...