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

myTwitterProfileSuite.openMyOutline

on openMyOutline () {
	<<Changes
		<<5/19/09; 11:47:20 AM by DW
			<<Add right-click menu. Picked up in frontier.tools.nodetypes.callbacks.oprightclick.
		<<3/21/09; 10:18:37 PM by DW
			<<Created.
	local (adrdata = myTwitterProfileSuite.init (), adroutline = @adrdata^.outline);
	edit (adroutline, adrButtonTable:@myTwitterProfileSuite.buttons.profileWindow, windowTitle: "My Twitter Profile");
	local (oldtarget = target.set (adroutline));
	window.attributes.setone ("adrRightClickMenu", @myTwitterProfileSuite.rightClickMenu);
	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.