On 7/16/07, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Jul 16, 2007, at 9:38 PM, Nate Lowrie wrote: > > > def getPageCaption(self): > > return self.Editor.FileName > > Change that to: > > def getPageCaption(self): > print "FILENAME", self.Editor.FileName > return self.Editor.FileName > > ...and let me know what it prints out.
FILENAME Text1 FILENAME Text1 FILENAME Text1 Prints 3 times, all correct. No text in the tab. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
