Re: [aswin32] MDI Windows and Icons

2005-12-17 Thread Chris Rogers
Rob, Thanks for the quick answer. I don't know how I missed the SetIcon method. Thanks also for the info on subclassing. Chris On 12/16/05, Robert May [EMAIL PROTECTED] wrote: Chris Rogers wrote: I have been trying to set an icon for an MDIFrame.I also need to set different icons for the

RE: perldoc

2005-12-17 Thread Chris Wagner
At 09:03 PM 12/15/2005 -0800, Suresh Govindachar wrote: 1) What does the following line do? eval 'exec C:\opt\perl\bin\perl.exe -S $0 ${1+$@}' if 0; In perl it does nothing. Under bash it executes perl with itself as an argument. Although my tests indicate that

Re: Formatting a Date in a Cell in Excel

2005-12-17 Thread Chris Wagner
If u precede the data with an apostrophe then Excel will not try to autoformat it. At 03:35 PM 12/15/2005 -0800, Glen Plantz wrote: I want to force the contents of a Cell that has a DATE value ( Dec 2005 ) to be a string. What happens is the Date value 'DEC 2005' in converted into 'Dec-05'.

Re: Sort question

2005-12-17 Thread Chris Wagner
I'm a little amazed this works but it does. :) @nums = qw(55_20051202 56_20051203 57_20051204 101_20051205 59_20051206 10_20051207 61_20051208 62_20051208 63_20051208 64_20051209 65_20051209 66_20051210 67_20051211 68_20051212 69_20051213 70_20051214); print join \n, (map {join _, @{$_}} (sort

Re: Sort question

2005-12-17 Thread Sisyphus
- Original Message - From: Chris Wagner [EMAIL PROTECTED] To: perl-win32-users@listserv.ActiveState.com Sent: Sunday, December 18, 2005 9:26 AM Subject: Re: Sort question I'm a little amazed this works but it does. :) @nums = qw(55_20051202 56_20051203 57_20051204 101_20051205

How to disable a control without changing appearance

2005-12-17 Thread Chris Rogers
I'm looking for a way to disable a control (widget) without changing it's appearance. I would like to be able to do this for any type of control. Any help would be greatly appreciated. Thanks, Chris ___ Perl-Win32-Users mailing list

Even after runtime eval with no __DIE__, can't avoid dying inside perldoc

2005-12-17 Thread Suresh Govindachar
=head Hello, I have been trying to not die when calling perldoc, but the code below keeps dying inside perldoc. The code below does show that eval is happening at runtime, and that the syntax used for shutting off __DIE__ does work when perldoc is not involved. So how can

Re: How to disable a control without changing appearance

2005-12-17 Thread Lynn. Rickards
Chris Rogers wrote: I'm looking for a way to disable a control (widget) without changing it's appearance. I would like to be able to do this for any type of control. Any help would be greatly appreciated. Thanks, Chris Tk? Win32? Either way, what comes to mind instead of disabling, is