MorphicWindows TitleBar and 3DLook

Torsten.Bergmann at phaidros.com Torsten.Bergmann at phaidros.com
Mon Jun 14 08:28:17 UTC 1999


Hi folks,

here is a little change set for extending the title bar of morphic
windows
with a gradient fill morph. Do the file in before you open a morphic
project.

It looks very nice if you also load Bert's 3D Look. I also attached his
change
set to this mail.

A preview is given at: http://www.rz.tu-ilmenau.de/~ai041/sqk3d.gif

What do you think about extending the Squeak UI with different window
Styles?
There is an interesting project doing such things with the normal
MS-Windows
UI at http://www.windowblinds.net/.
A lot of interesting stuff can also be found at http://www.themes.org.
I think a lot of people would like to use squeak if it provides a better
UI
than the boring old Smalltalk look. And Morphic is the best way to
create such customizable environments.

A little tip for adding a background image to the squeak desktop:

| bg |
bg := Form fromBMPFileNamed: 'background.bmp'.
ScheduledControllers screenController model form: bg.
Display restoreAfter: [].

Bye
Torsten






Content-Type: application/octet-stream;
	name="3dlook-bf.7June1011am.cs"
Content-Disposition: attachment;
	filename="3dlook-bf.7June1011am.cs"

Attachment converted: Anon:3dlook-bf.7June1011am.cs (????/----) (0000ABDE)
Content-Type: application/octet-stream;
	name="titlebarlook-tb.11Jun300am.cs"
Content-Disposition: attachment;
	filename="titlebarlook-tb.11Jun300am.cs"

Attachment converted: Anon:titlebarlook-tb.11Jun300am.cs (????/----) (0000ABDF)





More information about the Squeak-dev mailing list