1. RE: Manifest or Win32lib Problem?

Hello Derek,
It is actually groups that seem to conflict with winXP and Manifest. As
the radio buttons only become unreadable if they are in a group. Once I
move them to the window itself all is ok.

Regards
Tony

> -----Original Message-----
> From: Derek Parnell [mailto:ddparnell at bigpond.com]
> Subject: Re: Manifest or Win32lib Problem?
> 
> 
> ----- Original Message -----
> From: "Tony Steward" <tsteward at dodo.com.au>
> To: "EUforum" <EUforum at topica.com>
> Sent: Saturday, May 31, 2003 8:34 PM
> Subject: Manifest or Win32lib Problem?
> 
> 
> > Hello all,
> > Below is the manifest file I use so if a user runs my program on a
winxp
> > machine. This allows it to take on the visual style.
> >
> > All works well except for Radio Buttons. They just become black.
> > Any Idea how to fix this?
> > Is this a compatibility issue with xp or a fault in win32lib?
> >
> 
> I can't help as I don't have access to XP.
> 
> 
> 
> TOPICA - Start your own email discussion group. FREE!
>

new topic     » topic index » view message » categorize

2. RE: Manifest or Win32lib Problem?

Hi Derek,
With windows XP if you create a manifest file as below and name it the
same as your program executable such as runme.exe you would create a
file runme.exe.manifest. This then changes the appearance of older
programs or programs just using plain buttons etc. to match the current
visual style or theme being used.

Hope that helps
Regards Tony Steward

Manifest file:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86"
name="HybridDesign.WindowsXP.Example" type="win32" />
<description>An example of windows XP theming.</description>
<dependency><dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
version="6.0.0.0" processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df" language="*" />
</dependentAssembly></dependency>
</assembly>


> -----Original Message-----
> From: Derek Parnell [mailto:ddparnell at bigpond.com]
> Sent: Monday, 9 June 2003 9:05 PM
> To: EUforum
> Subject: Re: Manifest or Win32lib Problem?
> 
> 
> ----- Original Message -----
> From: "Tony Steward" <tsteward at dodo.com.au>
> To: "EUforum" <EUforum at topica.com>
> Sent: Monday, June 09, 2003 8:27 PM
> Subject: RE: Manifest or Win32lib Problem?
> 
> 
> > Hello Derek,
> > It is actually groups that seem to conflict with winXP and Manifest.
As
> > the radio buttons only become unreadable if they are in a group.
Once I
> > move them to the window itself all is ok.
> 
> Excuse my ignorance, but what is Manifest?
> 
> --
> Derek
> 
> 
> 
> TOPICA - Start your own email discussion group. FREE!
> 
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu