Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Instances don't trigger tree updates in Tasty on topology changes #128

Open
reiniervandijk opened this issue Jul 4, 2013 · 0 comments
Open

Comments

@reiniervandijk
Copy link

On 1581, consider example

(define-object my-sequence (base-object)

  :input-slots
  ((no 2 :settable))

  :objects
  ((boxes :type 'box 
      :sequence (:size (the no)))))

When instantiating this object with Tasty using "Class Package:Type" everything is fine. However, when I go for the object expression option, we have strange behavior.

(make-self 'my-sequence)

fill out self in Tasty object expression box. Then try to alter the :no input message and (hopefully) replicate that an update in the tree is not happening. ONLY when clicking the update button in the interface or restarting Tasty with the same instance will cause an update. It's also leading to errors: when you decrease the number of sequence elements, non-existing sequence members (old-timers) are still shown and drawing these will give errors (obviously).

@genworks genworks added the $ label Jan 30, 2015
@genworks genworks removed the $ label Mar 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants