Re: [perl-win32-gui-users] Continued Window Background Color Problems]

2005-08-22 Thread Brian Fredette
Hi Jason, Thanks for the reply. I may try to recompile ... just need to find the time. I assume the fix is in the latest source? Do you know what the actual fix is and/or if there is a simple way to correct it without recompiling? Regards, Brian On 8/22/05, Jason P. [EMAIL PROTECTED] wrote:

Re: [perl-win32-gui-users] Continued Window Background Color Problems]

2005-08-22 Thread Jeremy White
Thanks for the reply. I may try to recompile ... just need to find the time. I assume the fix is in the latest source? Do you know what the actual fix is and/or if there is a simple way to correct it without recompiling? It's a straightforward process to recompile - the fix is in CVS, so

[perl-win32-gui-users] SW_SHOWNA and SW_SHOWNOACTIVATE

2005-08-22 Thread Jason P.
Submitting these values to Show in regards to a window does not always work appropriately $win-Show(SW_SHOWNA); Herein lies an example sccript, along with an attached .ico file for use with said script. Sometimes it fires the Activate, sometimes it doesnt...odd, and annoying to have it

[perl-win32-gui-users] Re: [Vertical Slider?

2005-08-22 Thread Robert May
Jason P. wrote: Steven Lloyd wrote: I know that a horizontal slider can by created but is there a way to create a vertical slider control using Win32::GUI? Does AddSlider have such an option? Steve Lloyd http://www.basgetti.com -horizontal=0 snatched from Splitter.xs Or possibly,

Re: [win32gui] [perl-win32-gui-users] Continued Window Background Color Problems

2005-08-22 Thread Robert May
Brian Fredette wrote: I read in the group there was a bug submitted regarding the setting of window background colors (http://sourceforge.net/tracker/index.php?func=detailaid=1236053group_id=16572atid=116572) I'm still having this problem but the bug tracker says the problem has been fixed.

Re: [win32gui] [perl-win32-gui-users] Continued Window Background Color Problems

2005-08-22 Thread Brian Fredette
Hi Rob, Thanks for the clarification. Regards, Brian On 8/22/05, Robert May [EMAIL PROTECTED] wrote: Brian Fredette wrote: I read in the group there was a bug submitted regarding the setting of window background colors