Test Page
function protect(ext, name, address, display){
var link = name + "@" + address + ext
if(!display) { display = link; }
document.write("" + display + "");
}
var first = 'ma';
var second = 'il';
var third = 'to:';
var address = 'customer.service';
var domain = 'thumanns';
var ext = 'com';
document.write('');
document.write('Click here to send us an email');Please note: some of this information is outdated... Quick Start for Whim Starkits First you need a Tclkit. A Tclkit is a standalone version of Tcl/Tk with a builtin Virtual File System (VFS). The .kit (Starkit) files that Whim is distributed as are a VFS image that tclkit can understand. This means there are only ever 2 files to install if you want to run Whim. We suggest you use 8.5a4 for now, because it tends to work better. The binaries of Tclkit are available here: See also: http://www.patthoyts.tk/tclkit.html If you have Xnest installed (part of X11) you can start Whim without changing your existing configuration with: tclkit8.5 Whim433.kit That should start Xnest, and Whim, so that you can try it. There is also this alternative way: From a console (no X running), execute the command: tclkit8.5 Whim400.kit Whim will start X for you with a default set of options without modifying any of your existing window manager settings. Changing the available Whim Desktops Create a file in your home directory named .whim_desktops. Add contents to ~/.whim_desktops like this: list Work "My Fancy Desktop" "Another Fancy Desktop" Whim with Tile for a Fancy Appearance A multi-platform Tile Starkit that works with Whim is available here: To use the Tile Starkit you need to put the tile.kit/tile07.kit into a directory in your $PATH. Whim should find it, and use it. Using Whim as Your Default WM For an ~/.xinitrc you can use: tclkit8.5 /path/to/Whim308.4.kit That should work with startx. |
A few features:
See also: Changelogs |
George Peter Staplin: That's odd, because it does for me. I right-click on the window and select "Take Screenshot" and the entire frame including window decorations is taken.
George Peter Staplin: There is a slight delay (1 second IIRC) before it's taken after the file dialog appears. I just verified that you can move into the window or click it to activate the window before Whim's screenshot.tcl applet takes the screenshot. I'm not sure if there is an easy way to enable this automatically, yet. screenshot.tcl could possibly get the $::active_window from Whim, and restore it with activate.window or entered.window. SRIV One future feature I've been thinking about may solve the problem. How about a selectable size focus memory, that keeps track of the order of windows comming into focus, so that when a dialog pops up, then is dismissed, the previous window regains focus. Perhaps a memory of 4 to 8 would be valuable. I'm curious to see how Windows or other window managers handle this. George Peter Staplin - We now use a sorted list of window ids for each desktop. So if you create windows A B C, and the focus order is A B C, and C is destroyed, then B gets focus, and so on. The list is resorted as focus patterns change, so the focus order should be correct in all cases now. |
mailto:webdesign.guide@about.com?subject=here is a mailto link&cc=webdesign.guide@about.com">testing mailto
| +eval Known Issues | Whats New | Cell 0.2 | Steve