Re: pgaccess: backgroud colors - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: pgaccess: backgroud colors
Date
Msg-id 3D3B301B.2050202@flex.ro
Whole thread Raw
In response to pgaccess: backgroud colors  (Salustiano Villanueva <salusv2@arnet.com.ar>)
List 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



pgsql-interfaces by date:

Previous
From: Salustiano Villanueva
Date:
Subject: pgaccess: backgroud colors
Next
From: "John L. Turner"
Date:
Subject: pgaccess: Form's Query usage