fpp

Results 26 comments of fpp

_re: event listener/handler_: I recently realized that my ideas above for Table interaction APIs are probably wrong, a legacy of the ugly hacks I did in Kivy, for lack of...

Great, thanks ! PS: some people may need row titles, too :-)

Bit busy right now, will give it a spin tonight, thanks !

Okay, found some time to hack on that _table_api_ branch (had to fork my own script too, because it's still on the old API, this is getting complicated :-). What's...

Forgot to mention these: In this ""fork"" I tested two more things I hadn't got around to yet, the refresh of a tab caption and the global theming with the...

Actually I did sort of figure it out myself in the end :-) What I wanted to do in the handler would be like this: ``` python def table_handler(self, table,...

No, I didn't mean to say it's a good idea, it certainly isn't :-) I was just trying to see if I could find the col value for the tableitem...

Sorry, I don't even understand what you mean :-) I do understand that without this information I can't use Table for even very basic needs. And I don't recall ever...

**@nzjrs**: as for me, I certify that I have strictly _no religion_ in these matters... I don't design frameworks, I have enough trouble using them to make apps :-) I'm...

Okay, got that, thanks. So does the REMI internal plumbing make it impossible for you to mask these differences, and show a common user-level API for the two widgets ?...