Conditional row coloring in a PocketPyGUI table (PythonCE)
Posted
by PabloG
on Stack Overflow
See other posts from Stack Overflow
or by PabloG
Published on 2010-04-21T21:29:13Z
Indexed on
2010/04/21
21:33 UTC
Read the original article
Hit count: 277
I'm working on a an PythonCE application, using the PocketPyGUI toolkit.
I'm using the gui.Table control to display a large list of choices (addresses, codes and data associated), and I want to assign a different color to the rows that have been completed.
Is there any way to colorize the rows given certain conditions?
TIA, Pablo
© Stack Overflow or respective owner