Saturday, April 02, 2011 at 9:18 PM.

feedhoseSuite.client.openWindow

on openWindow (hosename) {
	<<Changes
		<<10/6/10; 3:03:38 PM by DW
			<<Created. 
	local (adrhose = feedhosesuite.client.inithose (hosename), now = clock.now ());
	local (adrbuttons = @feedhoseSuite.client.buttons, adroutline);
	adroutline = @adrhose^.outline;
	if not window.isopen (adroutline) {
		local (title = nameof (adrhose^));
		edit (adroutline, adrButtonTable:adrbuttons, windowtitle:title)}
	else {
		window.bringtofront (adroutline)}};
bundle { //test code
	openWindow ("hackernews")}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.