[Cuis] Taskbar possibility

H. Hirzel hannes.hirzel at gmail.com
Fri Dec 13 05:14:42 CST 2013


Thank you Ken for the Taskbar. I like it in particular with

Taskbar>>defaultHeight
	^Preferences windowTitleFont height * 2

changed to
Taskbar>>defaultHeight
	^Preferences windowTitleFont height * 4

or even

Taskbar>>defaultHeight
	^Preferences windowTitleFont height * 6


--Hannes

On 11/12/13, Casey Ransberger <casey.obrien.r at gmail.com> wrote:
> Hi guys. Sorry to be late to the thread. There were some hiccups with the
> move and I have only been online sporadically.
>
> I thought I should write to say that my laptop is still in a box halfway
> across town, so I won't be able to check this stuff out right away.
>
> From German's screenshots, though, I think what Ken's come up with looks
> pretty cool. Keep at it! And I do hope to regroup with the community when
> I've got my affairs in order again.
>
> Casey
>
>> On Nov 9, 2013, at 8:28 AM, Ken Dickey <Ken.Dickey at whidbey.com> wrote:
>>
>> On Sat, 9 Nov 2013 12:11:40 -0200
>> Germán Arduino <garduino at gmail.com> wrote:
>>
>>> Playing a bit more with the Taskbar I saw that it show correctly in a
>>> high
>>> resolution of the screen (1440 x 900).
>>>
>>> But I'm an older man and need a bit more big fonts, when I put the
>>> resolution in, for example, 1280x800 or 1152x720, the watch get
>>> overlapped
>>> by the icons, as is shown in the attached images.
>>>
>>> I need to adjust something in the code?
>>
>> The LayoutSpec's are set up in Taskbar>>initialize .  The dashBoard
>> contains the clock.  The clock's layoutSpec' #fixedWidth and #fixedHeight
>> iVars need to be set for the new extent when the clock size changes.
>>
>> Please forgive the direct numbers.  The code needs to be parameterized (eg
>> to add Taskbar>>defaultHeght) simplified a bit, and cleaned up.
>>
>> I wanted feedback on the prototype before spending more time in case
>> people did not like it.
>>
>> This is community code.  Would you prefer to do the cleanup?  Casey?
>>
>> If not, I'll go ahead and start cleaning up!
>> -KenD
>>
>>
>>
>> _______________________________________________
>> Cuis mailing list
>> Cuis at jvuletich.org
>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>
> _______________________________________________
> Cuis mailing list
> Cuis at jvuletich.org
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>




More information about the Cuis mailing list