2008/12/12 Geoffrey Teale <[email protected]>
>
>>
> Hi,
>
> Depending on which version of Clojure you are using you may find that you
> need to change:
>
> (doto button
> (resize 250 100))
>
> to:
>
> (doto button
>
Argh.. goddam google mail... I meant to say:
(doto button
(.resize 250 100))
Note the additional dot in the notation. There are a number of gotchas
using QtJambi with post AOT versions of Clojure. I have spent a few
weekends converting a program. I will blog when my code reaches a useful
stage and my current Qt branch is checked into github.
--
Geoffrey Teale
Freelance Software and Technology Consultant
Munich, Germany
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---