getTitle() error?

    if self.Settings["Title"] != self.wp.getTitle():
AssertionError: has_title() at line 201 of c:\buildslave\release_sdk_win32\build
\panda3d\panda\src\display\windowProperties.I

v. 1.7.2

It just means you queried a WindowProperties object for which no title had been specified. Hence, it is an error for you to call getTitle(). You should check wp.hasTitle() before you call wp.getTitle().

David

Just want to say thanks (seeing as I haven’t on my last few post)! I been busy reworking this really old code I did many years ago with panda.

Thanks again :slight_smile: