Re: pgaccess: backgroud colors

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Re: pgaccess: backgroud colors
Дата
Msg-id 3D3B301B.2050202@flex.ro
обсуждение исходный текст
Ответ на pgaccess: backgroud colors  (Salustiano Villanueva <salusv2@arnet.com.ar>)
Список 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 по дате отправления:

Предыдущее
От: Salustiano Villanueva
Дата:
Сообщение: pgaccess: backgroud colors
Следующее
От: "John L. Turner"
Дата:
Сообщение: pgaccess: Form's Query usage