Greg Dance wrote:
Just an FYI...
1) I originally had the -singlesel as the last option in the list (after
-style) and the problem still existed.
OK, I understand. This may have been the behaviour with older
Win32::GUI versions, but not anything since at least 1.0 (I've double
checked my memory against the current code, but could still be wrong).
2) When I first started this little project I was running on an older
version of Win32::GUI and it did not generate any depreciation warnings.
It wasn't until I updated to 1.03 that I saw the warnings. The warnings
when generated look like this:
Win32::GUI: the -style option is deprecated! at
C:/Perl/site/lib/Win32/GUI.pm line 603.
It didn't tell me the line of my code that the -style option was
depreciated and since I have a number of places where the -style option
was used (not always in a listview) I wasn't sure which one it was
complaining about.
Indeed. That problem is on the list of things to sort out.
Thanks again for the help.
You're very welcome.
Rob.