[Pharo-project] Docking windows
I wanted docking windows, so I did a little change over the MorphFrameGhost to support it. If anyone wants to try, filein the attached the changeset and then evaluate: UITheme currentSettings fastDragging: true. Guille
Fun :). But why is the mail title called Docking Windows and not fast dragging? Cheers, Doru On 6 Apr 2012, at 12:52, Guillermo Polito wrote:
I wanted docking windows, so I did a little change over the MorphFrameGhost to support it.
If anyone wants to try, filein the attached the changeset and then evaluate:
UITheme currentSettings fastDragging: true.
Guille <docking windows.cs>
-- www.tudorgirba.com "Don't give to get. Just give."
Because the main purpose is to be able to dock a window to do left/right or top/bottom border of the display, fast dragging is only an instrument :-) -- Pavel On Fri, Apr 6, 2012 at 7:18 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
Fun :).
But why is the mail title called Docking Windows and not fast dragging?
Cheers, Doru
On 6 Apr 2012, at 12:52, Guillermo Polito wrote:
I wanted docking windows, so I did a little change over the MorphFrameGhost to support it.
If anyone wants to try, filein the attached the changeset and then evaluate:
UITheme currentSettings fastDragging: true.
Guille <docking windows.cs>
-- www.tudorgirba.com
"Don't give to get. Just give."
He, actually, the window dragging code is kind of duplicated for fast and non fast dragging, so making it work for both was double work (or more) ¬¬. On Fri, Apr 6, 2012 at 7:24 PM, Pavel Krivanek <pavel.krivanek@gmail.com>wrote:
Because the main purpose is to be able to dock a window to do left/right or top/bottom border of the display, fast dragging is only an instrument :-)
-- Pavel
On Fri, Apr 6, 2012 at 7:18 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
Fun :).
But why is the mail title called Docking Windows and not fast dragging?
Cheers, Doru
On 6 Apr 2012, at 12:52, Guillermo Polito wrote:
I wanted docking windows, so I did a little change over the MorphFrameGhost to support it.
If anyone wants to try, filein the attached the changeset and then evaluate:
UITheme currentSettings fastDragging: true.
Guille <docking windows.cs>
-- www.tudorgirba.com
"Don't give to get. Just give."
:) Very cool! On 6 Apr 2012, at 11:52, Guillermo Polito wrote:
I wanted docking windows, so I did a little change over the MorphFrameGhost to support it.
If anyone wants to try, filein the attached the changeset and then evaluate:
UITheme currentSettings fastDragging: true.
Guille <docking windows.cs>
participants (4)
-
Guillermo Polito -
Mark Smith -
Pavel Krivanek -
Tudor Girba