Hi Geoffrey,

Thanks for the tip. I put . for every command within the doto.
Also looking forward to having a look at the Qt work you are
currently doing.

Cheers,
Sun


On Dec 12, 4:32 am, "Geoffrey Teale" <tea...@googlemail.com> wrote:
> 2008/12/12 Geoffrey Teale <tea...@googlemail.com>
>
>
>
> > 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 clojure@googlegroups.com
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