Skip to content Skip to sidebar Skip to footer

Npyscreen - Errors Raised With The Use Of Npsappmanaged.switchform(formid) With Formbasenew Key Handler

I'm experiencing some issues with the use of the NPSAppManaged.switchForm(formid) method. I am attempting to create a welcome screen (refer to 'systemWelcomeScreenForm') which uses

Solution 1:

Found the issue.

defchange_form(self, name):

should be

defchange_form(self, name, *args, **keywords):

Post a Comment for "Npyscreen - Errors Raised With The Use Of Npsappmanaged.switchform(formid) With Formbasenew Key Handler"