« Return to Thread: Maximizing and Restoring Windows with doubleClick: event

RE: Maximizing and Restoring Windows with doubleClick: event

by Gary Chambers-4 :: Rate this Message:

Reply to Author | View in Thread

After incorporating the "double-click-title-bar" thing I was wondering if
these kind of events/actions should be themed too...

Easy enough to do (think, a particular theme might "shade" the window
instead, or minimize, or whatever.

In generally it would mean that the feel could be themed along with the
look. Does anyone think that the "feel" part should be broken out for a
mix-and-match approach, or would that be too confusing?

> -----Original Message-----
> From: ui-bounces@...
> [mailto:ui-bounces@...]On Behalf Of Gary Chambers
> Sent: 12 October 2007 10:47 PM
> To: Squeak's User Interface
> Subject: RE: [UI] Maximizing and Restoring Windows with doubleClick:
> event
>
>
> Thanks Travis, works a treat.
>
> > -----Original Message-----
> > From: ui-bounces@...
> > [mailto:ui-bounces@...]On Behalf Of Travis Kay
> > Sent: 12 October 2007 9:52 PM
> > To: Squeak's User Interface
> > Subject: Re: [UI] Maximizing and Restoring Windows with doubleClick:
> > event
> >
> >
> > Gary,
> >
> > Sure that sounds good to me.
> >
> > Thank you,
> >
> > Travis
> >
> > Gary Chambers wrote:
> > > I'll put that in the next release if you like. A few more fixes
> > (Taskbars in
> > > projects) also, though been unable to upload to SqueakSource recently.
> > >
> > >
> > >> -----Original Message-----
> > >> From: ui-bounces@...
> > >> [mailto:ui-bounces@...]On Behalf Of Travis Kay
> > >> Sent: 11 October 2007 12:41 AM
> > >> To: ui@...
> > >> Subject: [UI] Maximizing and Restoring Windows with
> doubleClick: event
> > >>
> > >>
> > >> Hello All,
> > >>
> > >> Has anyone on the UI team given thought to implementing SystemWindow
> > >> maximizing and restoring upon doubleClick: event ? I've added
> > this to my
> > >> image and find it a rather handy. This type of behavior is typically
> > >> expected from non-squeakers.
> > >>
> > >> In my Squeak 3.9 7067 image with
> Pinesoft-Widgets-gvc.242.mcz loaded, I
> > >> added;
> > >>
> > >> SystemWindow>>mouseDown: evt
> > >>     "first statement before Pinesoft enhancements"
> > >>     evt hand waitForClicksOrDrag: self event: evt.
> > >>
> > >> and
> > >>
> > >> SystemWindow>>doubleClick: event
> > >>     self expandBoxHit
> > >>
> > >> I would have attached a change set but my file out seems to be
> > broken in
> > >> this case. (header, no code)
> > >>
> > >> Travis
> > >> _______________________________________________
> > >> UI mailing list
> > >> UI@...
> > >> http://lists.squeakfoundation.org/mailman/listinfo/ui
> > >>
> > >
> > > _______________________________________________
> > > UI mailing list
> > > UI@...
> > > http://lists.squeakfoundation.org/mailman/listinfo/ui
> > >
> > >
> >
> > _______________________________________________
> > UI mailing list
> > UI@...
> > http://lists.squeakfoundation.org/mailman/listinfo/ui
>
> _______________________________________________
> UI mailing list
> UI@...
> http://lists.squeakfoundation.org/mailman/listinfo/ui

_______________________________________________
UI mailing list
UI@...
http://lists.squeakfoundation.org/mailman/listinfo/ui

 « Return to Thread: Maximizing and Restoring Windows with doubleClick: event