When I print myCallback I obtain this:
(println myCallback)
user => #<example$myCallback example$myCallback@6e1c51b4>

I have used this:
(doto coneMapper
       (.SetInput (.GetOutput cone)))
And the applications runs, with not errors in the prompt too, but the 
boxWidget still doesn't work.



On Wednesday, March 7, 2012 9:19:38 PM UTC+1, Aaron Cohen wrote:
>
> Unfortunately, I've been unable to get vtk to compile locally.
>
> At this point, it's seeming to me that your issue is more vtk-related
> than clojure, though. Can you put a println in the callback to confirm
> that it's at least being called?
>
> One question, is it significant that your code is slightly different
> from the example here?
>
> (doto coneMapper
>       (.SetInputConnection (.GetOutputPort cone)))
>
> Although I'm not sure if it's significant, from reading the example
> code, it would be:
>
>  (doto coneMapper
>        (.SetInput (.GetOutput cone)))
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to