Yeah, but this method is OK only if users use XP’s standard color schemes and 
themes. In other case tabstrips could be not “white”.

 

At the moment I have two ideas but can realize none of them. :)

1.     According to the same problem in other programming environments, there 
should be some constants which allow us to determine if XP UI is enabled or 
not. Can’t find such a constant for Perl win32::GUl.

2.     The ideal solution is to have controls with transparent background. 
Maybe there is any -exstyle or something for that? Can’t find it yet also. :(

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, September 04, 2008 10:40 PM
To: Jeremy White
Cc: perl-win32-gui-users@lists.sourceforge.net
Subject: Re: [perl-win32-gui-users] (no subject)

 


Thanks Jeremy, 

Unfortunately I did not want yet ANOTHER widget piled up on top of the TabStrip 
:)  so I ended up using  -foreground => [252, 252, 252] for each offending 
control. 
I also had to revert from using the -prompt option of TextFields to using a 
TextField with a label instead. 

the [252, 252, 252] color rendered close enough to the background color of the 
tabstrip such that it is almost impossible to perceive any difference between 
the two. 
I'll stick with this for now, might change it later using your method if it 
proves more feasible. 

David J. Keith
Application Developer
Latham International ● 787 Watervliet-Shaker Rd. ● Latham, NY 12110
Office: 518.951.1063

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to