Damien Farrell

Results 86 comments of Damien Farrell

This should only appear the first time you use the package. Unless it can't save the preferences file for some reason. It won't really matter if you just use the...

where is this error triggered. @jessepink

Some of these warnings arise because when values not of the same type as the column were entered they were just cast and the column type usually becomes object. Now...

I can't replicate this as you appear to be creating the new column in code. I imagine its because the table has not been properly updated in some way even...

I might be able to do this. I'll have to look into it. But if yours is a commercial product I am not sure I would see any reason to...

there's now a method to do this in the querydialog class `addFilterRow(self, column=None, operator=None, value=None, booleanop='AND')` ``` table.queryBar() table.qframe.addFilterRow('label', 'equals', 'high') ```