Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Appearance / Themes / Skins
Last updated at 5:01 pm UTC on 26 December 2016

2016


In Squeak 5.1 UserInterfaceThemes were introduced.


2006


There have been quite some requests on the mailing list about having Windows or other looks for Squeak, and some people have even implemented things that resemble these.

However, after looking at Apple's themes for MacOS or the various skins for Windows apps, I thought that Squeak should probably have a mechanism to support this kind of stuff. – Hans-Martin Mosner

Steve Wessels:

I've updated my Skins code (April 5, 2003). It now works with Squeak 3.4, 3.5 beta, and 3.6 alpha. A new release (June 20th) now exists for 3.7 beta too.

See Customizing the Squeak UI

Stephan B. Wessels

Be VERY careful copying apples graphics, I have seen them threaten with cases, to someone making macos themes using some of their old graphics, and yes also the aqua

February 2000: I started working on "Fur for Squeak" in Dec 1999, but couldn't put much time into it lately. It's based on recolorable scaleable images - look for EdgeImageMorph at the BFAV2 Archive. I have scrollbars and buttons working - see this screen shot. I wanted Fur to not require theme specific code in the image but the furs should be distributed in a single directory containing all images and a spec file. I'll just file out my stuff and put it in this directory for anyone to use - especially for Steve who might want to rip parts of my code. Although I find "Fur" is a much more appropriate name for SqueakSkins ;-) –Vanessa Freudenberg


Stephan B. Wessels
April 20, 2000
There's been some recent personal e-mail traffic with people keenly interested in what I'd been doing with Skins on Squeak. Jim Benson, the author of the Morphic Eye Candy tutorials, has been corresponding and he recently asked me how things were going. While writing a lengthy e-mail response I realized it would be much more useful to just post my message to him here.
...
Jim,

That's pretty neat.

So you want to know how my Skins project is going, heh? Well. Here's what's going on.

I've made a version that works with the latest version of 2.8a. That solves the problem I mention on the web site with the installation instructions.

I've not worked out the import tool yet. I have a framework in place for one. The skin importer I was writing was based upon reading WindowBlinds files. But I realized after being pretty deep into the project that they have specific restrictions on writing importers of skins written to their specs into products that are not WindowBlinds. So some steam got lost on that project while a search for a liberal specification for skins that can be adopted for importing is found. I'm guessing that some effort looking into the format of the Gnome or KDE or any of those Linux GUI variants should yield a format that is both usefull and conflict free. Anyone who has knowledge of skin file formats and knows which ones we can safely adopt with Squeak please publish the information so that this work can be done. Here's some links where I've started digging:

Customize

Themes

I've also added textured backgrounds to row buttons and the like. Someone has posted a message on the mailing list about wanting bitmapped dialog backgrounds and I realized it was easy to add to what I already had so that was quick to write. I haven't published an update however.

The current activity is based around doing a more elegant approach to skins application to the Squeak base image. For instance, my original skins framework supported MVC, vector based skins and bitmap/form based skins. A big and noble goal. I backed off a bit and published the later release to focus on Morphic bitmap based skins first. But what I really want is a way to make the skins application more transparent and less invasive. With that goal in mind, I'm viewing the current release as a prototype of ideas but not really reflective of how I think it should actually be done. What exists today shows what it can look like. What I am working on is the framework that makes it clean and even more extensible. I also want to go back to including vector based skins as well. For that matter, I've also looked carefully at the Eye Candy work you've done and want to incorporate some of the cool things I've seen there as well as the "fur" project that is on the SWIKI.

I've sketched out the framework in my notebook so the worst part is over. Now it's just finding the "heartbeats" or time to focus on it. I also want to update all of my tools to work with 2.7 as well as 2.8a. There will probably variations to cover both bases.

THE REAL ISSUE right now is I'm swamped with work. I'm recently inherited project management for a substantial Java project that is consuming a lot of my energy. Once that gets on even keel I'll be back into Squeak with swift and useful updates.

Hmm. This conversation should be shared on the SWIKI where I describe what's going on with Skins. So I'll copy it out there now. (It's the message you are reading now).

FOR THE LATEST UPDATE on my Skins work see Customizing the Squeak UI.

- Steve

also see Customizing the Squeak UI