Hi:
I'm playing a bit with morphs, trying to build some interesting UI's, and seems that change color and rotate don't work in halos. I'm doing something wrong? Thanks. -- Sincerely, Germán Arduino about.me/garduino _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
There are reasons for the former. If you think about it, rotate probably works with pixels, and rotate in Morphic 3 probably works with vectors, so in the long term the code would have to have been rewritten anyway.
Some things like this have been removed in part because they were in the way of goal-oriented work that was going on. I miss rotate too, but it makes sense that Juan ripped it out. I don't recall what the reason was for change color, but it may be as simple as that Juan removed the color picker from Squeak because it... well frankly, isn't a very good color picker.
On Sat, Mar 2, 2013 at 10:05 AM, Germán Arduino <[hidden email]> wrote: Hi: Casey Ransberger _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
In reply to this post by garduino
Hi Germán,
Cuis doesn't currently support general rotation of morphs. Morphs supporting rotation need to implement it themselves. Change color via menu is not working, Cuis is needing a new ColorPicker. It does work via code, though. These kinds of rough edges will get more attention once Morphic 3 is out. Cheers, Juan Vuletich On 02/03/2013 03:05 p.m., Germán Arduino wrote: > Hi: > > I'm playing a bit with morphs, trying to build some interesting UI's, > and seems that change color and rotate don't work in halos. I'm doing > something wrong? > > Thanks. > _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
Hello Juan
May be deactivated morph rotation and color picker halos for the meantime and put a note about the reason for it into a comment? Regards --Hannes On 3/3/13, Juan Vuletich <[hidden email]> wrote: > Hi Germán, > > Cuis doesn't currently support general rotation of morphs. Morphs > supporting rotation need to implement it themselves. Change color via > menu is not working, Cuis is needing a new ColorPicker. It does work via > code, though. > > These kinds of rough edges will get more attention once Morphic 3 is out. > > Cheers, > Juan Vuletich > > On 02/03/2013 03:05 p.m., Germán Arduino wrote: >> Hi: >> >> I'm playing a bit with morphs, trying to build some interesting UI's, >> and seems that change color and rotate don't work in halos. I'm doing >> something wrong? >> >> Thanks. >> > > > _______________________________________________ > Cuis mailing list > [hidden email] > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org > _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
Hi Hannes,
Today, in an update, I left the handles there, but open a note on click. This ensures we'll really fix them :) . Cheer, Juan Vuletich On 3/3/2013 10:35 PM, H. Hirzel wrote: > Hello Juan > May be deactivated morph rotation and color picker halos for the > meantime and put a note about the reason for it into a comment? > > Regards > --Hannes > > On 3/3/13, Juan Vuletich<[hidden email]> wrote: >> Hi Germán, >> >> Cuis doesn't currently support general rotation of morphs. Morphs >> supporting rotation need to implement it themselves. Change color via >> menu is not working, Cuis is needing a new ColorPicker. It does work via >> code, though. >> >> These kinds of rough edges will get more attention once Morphic 3 is out. >> >> Cheers, >> Juan Vuletich >> >> On 02/03/2013 03:05 p.m., Germán Arduino wrote: >>> Hi: >>> >>> I'm playing a bit with morphs, trying to build some interesting UI's, >>> and seems that change color and rotate don't work in halos. I'm doing >>> something wrong? >>> >>> Thanks. >>> >> >> _______________________________________________ >> Cuis mailing list >> [hidden email] >> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org >> > _______________________________________________ > Cuis mailing list > [hidden email] > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
Free forum by Nabble | Edit this page |