Re: Bug#55325: pgaccess: Preferences can't be set when using large fonts (fwd)

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: PostgreSQL Interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: Bug#55325: pgaccess: Preferences can't be set when using large fonts (fwd)
Date: 2000-01-16 12:58:07
Message-ID: 3881C05F.D14FB7F8@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Oliver Elphick wrote:
>
> I have verified this report; the main problem is that the size of the
> preferences
> window should take into account the increased size of the fonts. At least it
> should be resizable.

I'm modifying now PgAccess in order to let Preferences window be
resizable!

If you don't want to get again over 300 Kb of archive, just do the
following!

Edit the file preferences.tcl in the lib directory under PgAccess
installation directory and search the line:

wm resizable $base 0 0

change it to

wm resizable $base 1 1

and that's all!

If you want, you can change the initial window geometry 4 lines above.

Changing form geometry based on font size isn't so easy!

Hope it helps

Teo

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andy Harrah 2000-01-16 16:26:36 info
Previous Message Oliver Elphick 2000-01-16 12:42:40 Bug#55325: pgaccess: Preferences can't be set when using large fonts (fwd)