From: Tom D. <td...@us...> - 2001-07-29 05:16:19
|
On Saturday 28 July 2001 07:22 pm, Oliver Goetz wrote: > Is there a way to make the colors, which are used configurable > by the user? I realise that this probably costs a few bytes > in program size, but I still think it would be worth it. The list view is implemented by a "grid widget" which is custom code and is not part of PalmOS proper. The development version includes support for changing the colors. By default, the colors should be initialized to whatever was in the PalmOS palette. Thus, the infrastructure for changing colors is in place. It just needs a user interface. The infrastructure to toggle the display of the list view header and column separators also exists but needs a user interface. |