> On Sep 21, 2015, at 6:24 PM, Peter Uhnák <
[hidden email]> wrote:
>
> On Mon, Sep 21, 2015 at 11:07 PM, Alexandre Bergel
> <
[hidden email]> wrote:
>> Hi!
>>
>> Any program on that front?
>>
>
> There was no progress on this and I don't think that from our (me and
> Jan) perspective this is even direction we should go.
> (Jan is probably enjoying summer so I don't know when or even if he
> will work on this.)
>
> As far as I'm concerned I'm moving towards integer coordinates
> (because it's nicer)
> and trying to make things behave in Roassal...
> ... such as my work on RTDraggableSnapToGrid some time ago.
>
> [[[
> v := RTView new.
>
> s := RTBox new size: 25; color: (Color blue alpha: 0.3).
> es := s elementsOn: (1 to: 10).
> v addAll: es.
> RTGridLayout on: es.
>
> es @ RTDraggableSnapToGrid.
>
> v
> ]]]
>
> Peter
>