Forum: Poser - OFFICIAL


Subject: Try my new app/script

scourge opened this issue on Nov 25, 2005 ยท 34 posts


scourge posted Sun, 27 November 2005 at 2:21 PM

Here's another thing you could try. Replace line 170 (according to your text editor) with: self.file_menu.FindItemById(ID_SAVE).Enable(True) If that doesn't work you can try this line instead: self.GetMenuBar().FindItemById(ID_SAVE).Enable(True) They both work on my system.