Re: OSX Status

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: OSX Status
Date: 2005-04-07 10:46:32
Message-ID: 42550F88.8020909@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Please stay on the list!

> Here is the relevant Part of the log:
> 2005-04-07 12:09:25 INFO : Using fontmetrics 7/13, 11 Point
> 2005-04-07 12:09:25 INFO : Native Description '0;11;70;90;90;0;Lucida
> Grande;0'
> 2005-04-07 12:09:25 INFO : Draw size of 'M': w=10, h=13, descent 2,
> external lead 0.
> 2005-04-07 12:09:25 INFO : Draw size of 'g': w=7, h=13, descent 2,
> external lead 0.
> 2005-04-07 12:09:25 INFO : Draw size of 'Mg': w=17, h=13, descent 2,
> external lead 0.

looks ok.
>
> Attached is the complete log, and a screenshot of how the "Add Server"
> Dialog looks on osx.

Apparently there's something wrong with the wxNotebook sizing. It is
designed to be 145d high, and the button's position are at 150d, which
is just twice as much as the difference between the username and the
address textbox vertical position (80d-5d). OTOH, on my screen the
button position 150d equals 66mm, where the textbox difference 75d are
40.5mm, that is not consistent.
The calculation of the dialog size is done in dlgclasses.cpp
pgDialog::PostCreation, but I doubt that the problem is there, because
the button positions look good.

Please use the attached xrc file, and post the resulting image.

Regards,
Andreas

Attachment Content-Type Size
dlgServer.xrc text/xml 3.9 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2005-04-07 13:01:31 Re: OSX Status
Previous Message Andreas Pflug 2005-04-07 10:04:52 gAdmin III and wxWidgets 2.5.5