Re: XRC Editting - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: XRC Editting
Date
Msg-id 3F8D5702.3050406@pse-consulting.de
Whole thread Raw
In response to Re: XRC Editting  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-hackers
Dave Page wrote:

>>>
>>>
>>I already posted a bug on that, with no answer for two weeks.
>>I'm testing this with pgAdmin3 itself; no need to restart it
>>if compiled for debugging.
>>
>>
>
>Oh yes, so you can :-)
>
>It also seems the you can get around it by simply removing the d from
>the dialogue size, and temporarily doubling the size values. It's only
>the d on the dialogue it doesn't like which the message doesn't make
>clear.
>
>
But that's dangerous, you could forget to recalc it.

>
>We definately need something as there are at least 2 systems on which it
>doesn't work well. I don't know about Hiroshi's system, but it looked
>like it was probably standrd w2k fonts, and mine is certainly standard
>XP fonts.
>
>
So what's your icon font?
in wx/src/msw/settings.cpp (one of my patches) around line 255 the font
is read from the system
SystemParametersInfo(SPI_GETICONTITLELOGFONT, sizeof(lf), &lf, 0);
This should be your desktop font. On my W2K it works as expected. What's
the returned logfont looking like on your system?

Regards,
Andreas


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: XRC Editting
Next
From: Jean-Michel POURE
Date:
Subject: Re: XRC Editting