1. 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?

Regards
Tony Steward

<?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>

new topic     » topic index » view message » categorize

2. Re: Manifest or Win32lib Problem?

----- Original Message ----- 
From: "Tony Steward" <tsteward at dodo.com.au>
To: "EUforum" <EUforum at topica.com>
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.

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

3. Re: Manifest or Win32lib Problem?

----- Original Message ----- 
From: "Tony Steward" <tsteward at dodo.com.au>
To: "EUforum" <EUforum at topica.com>
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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu