Tuesday, August 18, 2009 at 7:55 PM.

lifeLinerSuite.openMyOutline

on openMyOutline () {
	<<Changes
		<<7/12/09; 10:20:49 AM by DW
			<<Created.
	local (adrdata = lifeLinerSuite.init (), adroutline = @adrdata^.outline);
	edit (adroutline, adrButtonTable:@lifeLinerSuite.buttons, windowTitle: "My LifeLine");
	local (oldtarget = target.set (adroutline));
	window.attributes.setone ("adrRightClickMenu", @lifeLinerSuite.rightClickMenu);
	window.attributes.setone ("type", "lifeLinerWindow");
	target.set (oldtarget)};
	<<myTwitterProfileSuite.setWindowFontAndSize ()
	<<bundle //set window attributes, 2/9/09 by DW
		<<local (adrwindow = window.frontmost ())
		<<Frontier.tools.nodeTypes.callbacks.opRightClick looks for this attribute
		<<window.attributes.setOne ("adrRightClickMenu", @instantOutlineSuite.rightClickMenu, adrwindow)
bundle { //test code
	openMyOutline ()}



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.