[Orca-users] Re: html layout

Blair Zajac blair at orcaware.com
Tue May 14 10:28:42 PDT 2002


mbanker1966 wrote:
> 
> I see that by default orca lists the available targets 9 accross...
> how do i modify this?  Can it be set to automatically adjust to a
> standard page width?
> 
> Thanks.

Look in orca for the following lines:

  # This variable sets the number of groups to place into a single row.
  my $table_number_columns = 9;
  my @table_columns;

and change 9 to X.

We can make this a configuration parameter.  Patches welcome.
lib/Orca/Config.pm would need to be updated, which shouldn't be
too hard, along with src/orca.pl.in to add the documentation for
this configuration parameter.

Best,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/



More information about the Orca-users mailing list