[UI] Maximizing and Restoring Windows with doubleClick: event

Travis Kay tlk at nb.sympatico.ca
Sun Oct 14 18:26:59 UTC 2007


Gary,

I think splitting the look and the feel is a good idea. I tend to 
customize my environment to suit my whims or needs, which don't always 
coincide with known standards (on any given platform). By separating the 
two people can pick and choose whatever they like, bundled _standard_ 
settings for themed look and feel would reduce potential confusion. What 
do you think?

Travis

PS

Thank you for making such great  improvements on the UI front, your work 
has come a long way in making squeak more acceptable for professional / 
corporate developers and users.


Gary Chambers wrote:
> 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 at lists.squeakfoundation.org
>> [mailto:ui-bounces at lists.squeakfoundation.org]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 at lists.squeakfoundation.org
>>> [mailto:ui-bounces at lists.squeakfoundation.org]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 at lists.squeakfoundation.org
>>>>> [mailto:ui-bounces at lists.squeakfoundation.org]On Behalf Of Travis Kay
>>>>> Sent: 11 October 2007 12:41 AM
>>>>> To: ui at lists.squeakfoundation.org
>>>>> 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 at lists.squeakfoundation.org
>>>>> http://lists.squeakfoundation.org/mailman/listinfo/ui
>>>>>
>>>>>           
>>>> _______________________________________________
>>>> UI mailing list
>>>> UI at lists.squeakfoundation.org
>>>> http://lists.squeakfoundation.org/mailman/listinfo/ui
>>>>
>>>>
>>>>         
>>> _______________________________________________
>>> UI mailing list
>>> UI at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/mailman/listinfo/ui
>>>       
>> _______________________________________________
>> UI mailing list
>> UI at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/ui
>>     
>
> _______________________________________________
> UI mailing list
> UI at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/ui
>
>   



More information about the UI mailing list