Re: pgaccess: backgroud colors

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: Salustiano Villanueva <salusv2(at)arnet(dot)com(dot)ar>
Cc: postgresql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: pgaccess: backgroud colors
Date: 2002-07-21 22:05:15
Message-ID: 3D3B301B.2050202@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Salustiano Villanueva wrote:
> Hey there!
>
> Is it possible to give some background color to Pgaccess windows ?
> (just to soften the glare of the white surfaces).
> If so, would somebody tell me how to do it?

I think you mean the background of table windows.
You should enter into the source (possible)

/usr/share/pgsql/pgaccess/lib/tables.tcl

or search for the source

locate tables.tcl

then learn a drop of Tcl and change the canvas background color when
creating new windows in procedure createWindow

canvas $base.c -background #fefefe

change #fefefe to other color

teo

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Constantin Teodorescu 2002-07-21 22:31:08 Re: pgaccess: Form's Query usage
Previous Message Salustiano Villanueva 2002-07-21 18:54:21 Re: pgaccess: backgroud colors