|
From: Kevin A. <al...@se...> - 2002-01-25 19:16:39
|
Actually, I just commented out the menu item in the resource file:
#{ 'type':'MenuItem',
# 'name':'menuEditStackInfo',
# 'label':'Stack Info...',
# 'command':'editStackInfo'},
The stack name doesn't actually do anything in the framework since most of
the stack attributes were moved to the background. The stack still has a
name, since it is defined in the template.rsrc.py file and any other
resource file you edit with the resourceEditor, but the value has no impact
on an app. If it turns out we still need the stack info dialog and stack
name attribute later it will be easy to put support back in.
ka
|