Author Topic: Additional font/color preferences for CHM/Archived files  (Read 5052 times)

0 Members and 1 Guest are viewing this topic.

Padanges

  • Newbie
  • *
  • Posts: 179
Additional font/color preferences for CHM/Archived files
« on: August 23, 2016, 01:36:43 PM »
Hi,
please, consider implementing Edit>Preferences>Appearance options (font/color changes) for ScanGrid items depending on file type and whether the entry is archived. It would very be useful to be able to change the font color, at least. It's a good and quick info feedback.
Color changes depending on a predefined regular expression? That would be interesting! ;D


Regards.

RTT

  • Administrator
  • *****
  • Posts: 907
Re: Additional font/color preferences for CHM/Archived files
« Reply #1 on: August 24, 2016, 01:07:03 AM »
Better with a GetCellDrawAttributes scripted function, that can be defined with each grid layout, able to return the text font, color, etc. for a specific grid cell. And a GetRowDrawAttributes, to define for all cells of each row at once.
In the todo list for some time, but not a priority right now. I need to check grid performance implications.

Padanges

  • Newbie
  • *
  • Posts: 179
Re: Additional font/color preferences for CHM/Archived files
« Reply #2 on: September 07, 2016, 11:29:56 AM »
Could you share sample code for GetCellDrawAttributes to run some tests with this function?

RTT

  • Administrator
  • *****
  • Posts: 907
Re: Additional font/color preferences for CHM/Archived files
« Reply #3 on: September 09, 2016, 12:07:11 AM »
That's just a possible function name I come up when posting. This functionality is, right now, no more than a bunch of ideas in the todo list, as I wrote in my previous reply.

Padanges

  • Newbie
  • *
  • Posts: 179
Re: Additional font/color preferences for CHM/Archived files
« Reply #4 on: September 09, 2016, 09:33:36 AM »
Having this, we could create "dynamic text mark-ups". Can't wait to get this feature to play around ;D