"Roger Upole" wrote in message news:...
> J.D. Main wrote:
>> (repost of previous message apparently HTML'd by my mailer...sorry)
>>
>> Hello,
>> I have been hunting for a solution to this one for some time. I've
>> already tried all the easy stuff. I have IIS 5 on a WinXP Pro machine.
>> I rec
"Greg Ewing" wrote in message
news:4d7401e6.2070...@canterbury.ac.nz...
> Roger Upole wrote:
>
>> The conversion in win32ui has changed since 212. At one time it
>> was negating the height that was passed in:
>>
>> if (PyInt_Check (v))
>> pLF->lfHeight = -PyInt_AsLong(v);
>
> Ah, that expla
Roger Upole wrote:
The conversion in win32ui has changed since 212. At one time it
was negating the height that was passed in:
if (PyInt_Check (v))
pLF->lfHeight = -PyInt_AsLong(v);
Ah, that explains it all!
You can also extract the version embedded in the pyd's using
win32api.GetFileV
J.D. Main wrote:
> (repost of previous message apparently HTML'd by my mailer...sorry)
>
> Hello,
> I have been hunting for a solution to this one for some time. I've
> already tried all the easy stuff. I have IIS 5 on a WinXP Pro machine.
> I recently posted this to the Python WEB sig - apparent
Mark Hammond wrote:
news:4d731ec1.4060...@gmail.com...
> On 6/03/2011 3:07 PM, Greg Ewing wrote:
>> I think I've narrowed down what's going on with the font
>> sizes a bit more. It has to do with the interperetation
>> of the nHeight parameter to CreateFont.
>>
>> It appears that you can specify
(repost of previous message apparently HTML'd by my mailer...sorry)
Hello,
I have been hunting for a solution to this one for some time. I've
already tried all the easy stuff. I have IIS 5 on a WinXP Pro machine.
I recently posted this to the Python WEB sig - apparently not many windows