Hannan Satopay

Results 2 comments of Hannan Satopay

Hello @jamesbeerbower Here is a simple fix: Wrap the datetime.now() call in a string like this - str(datetime.now()) I have tested it and it works without any issue!

Hello @bartlomiejduda Doing something like this would help serve your purpose: TableCanvas(self.tframe,read_only=True) The above functionality helps make your table read-only!