Re: [perl-win32-gui] Patch for 0.0.340 on Threaded Perl 5.005.03

1999-07-16 Thread Joel Oliveira
Im interested... This attached patch includes all 3 of Paul Moores patchs and one of my own which fixes build 340 for compilation under threaded perl 5.005.03 and adds in 2 additional events and one method: BN_PUSHED, BN_UNPUSHED, GetDlgItem I made the diff using Cygwin's diff. If there

[perl-win32-gui] text color

1999-07-16 Thread Khoa Doan
I created a DialogBox with a color text. The problem is when another window (e.g. command prompt shell) covered the DialogBox and is dragged it out so the DialogBox is shown up, the color text is disappeared. I can only see the DiaglogBox with the color text again, if I cover another window on

[perl-win32-gui] Color Picker Sample

1999-07-16 Thread Eric Hansen
# Eric Hansen, ITSi, Dallas, TX July 1999 use Win32::GUI; use Time::localtime; # Hide the Dos Window ($DOShwnd, $DOShinstance) = GUI::GetPerlWindow(); GUI::Hide($DOShwnd); $mm=localtime-mon()+1; $dd=localtime-mday(); @fields = split(/ /,ctime()); $lastfld=$#fields; $=$fields[$lastfld];