I need to create a menu in which the selectable items (MenuItemMorphs)<br>are sometimes active and sometimes inactive.&nbsp; <br>For inactive items nothing is done when they are selected from the menu.<br><br>Currently, I plan to indicate the difference by using a line (MenuLineMorph) 
<br>to separate the items into two groups with the active items above.<br>I consider this to be a poor solution for various reasons.&nbsp; I wonder if anyone can propose<br>a better solution and preverably a more standard solution to this problem.
<br>The simpler and more portable the solution the better.<br><br>Currently, I am using Squeak&nbsp; 3.6.&nbsp; I will soon be porting to&nbsp; 3.7 so I can use a Squeak 3.7 solution.<br>Porting to 3.8 has been delayed because displaying a method in the debugger
<br>displays the wrong text in a method.&nbsp; The displayed text is off by one character for each assignment<br>operator preceding the displayed text.&nbsp; <br>(The displayed text is the text of the current message send in the method)
<br><br>I am using the Linux version of Squeak.<br><br>Thanks<br><br>Ralph Boland<br><br>