titanium icon indicating copy to clipboard operation
titanium copied to clipboard

No such var: tv/set-property! error

Open wmfairuz opened this issue 11 years ago • 0 comments

Hi, I'm trying out the example at http://titanium.clojurewerkz.org/articles/transactions.html specifically this code:

(tg/transact! (tv/set-property! (tv/refresh stale-node) :name "Zack")) ;; Should work!

But I got this error: clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: No such var: tv/set-property!, compiling:(/home/vagrant/sandbox6/src/sandbox6/core.clj:52:1)

p/s: I'm using the live mode of LightTable

wmfairuz avatar Oct 28 '14 07:10 wmfairuz