RE: [win32-gui] [perl-win32-gui-users] -singlesel

2006-06-01 Thread Greg Dance
the -style option was used (not always in a listview) I wasn't sure which one it was complaining about. Thanks again for the help. Greg -Original Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 3:05 PM To: Greg Dance Cc: perl-win32-gui-users@lists.sourcefo

RE: [win32-gui] [perl-win32-gui-users] -singlesel

2006-06-01 Thread Greg Dance
riginal Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 12:59 PM To: Greg Dance Cc: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [win32-gui] [perl-win32-gui-users] -singlesel If I add -singlesel => 1, to the constructor for the listview_drag_dro

[perl-win32-gui-users] -singlesel

2006-06-01 Thread Greg Dance
I know that the FAQ says: How can I prevent the user from choosing more than one item in a Listview? You can use the -singlesel option on the ListView to achieve what you want. However, this option seems to do nothing. Has anyone ever been able to actually do this? I even tried loading up t

[perl-win32-gui-users] Listview selected count

2006-05-24 Thread Greg Dance
Anyone else having a problem with getting information about selected items in a listview? The following works fine to return a 0 or 1 to indicated checked status of an individual item in the list. $Main->BuildView->ItemCheck(0); However, $Main->BuildView->GetSelectedCount() $Main->BuildView->Sele

[perl-win32-gui-users] Window's Explorer over VPN

2006-04-05 Thread Greg Dance
I've looked on the web for something without finding it and was thinking of doing it myself but didn't want to re-invent the wheel: I work remotely and have a very fast internet connection, but Window's explorer requests so much un-necessary garbage that it is very, very slow when looking at drive

[perl-win32-gui-users] DPI and fonts

2006-03-21 Thread Greg Dance
I have a win-32 program I have used for a long time. Some users are adjusting their monitor settings to increase the DPI for fonts to make text larger when they move the monitor further from their eyes. Normal is apparently 96 and large is 120, but the user can customize it to about any value. Ha

RE: [perl-win32-gui-users] Compiled Win32::GUI scripts?

2005-06-01 Thread Greg Dance
I haven't tried the latest version of perl2exe (last time I used it was about 2 years ago) but at that time it didn't support icon's so on windows you always got this weird looking icon for all your exe's you created with it. I also found that while it worked OK for win32::gui it would choke on a

RE: [perl-win32-gui-users] Graphical problems when using exe file created with perlapp

2005-02-17 Thread Greg Dance
no luck. Greg -Original Message- From: Jez White [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 1:13 PM To: Greg Dance Cc: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Graphical problems when using exe file created with perlapp Quoting Gre

[perl-win32-gui-users] Graphical problems when using exe file created with perlapp

2005-02-16 Thread Greg Dance
I have an application that starts up with just a couple of buttons displayed in the main window. It all runs fine on my machine just running "perl ApplicationName.pl" and also running the exe file created using perlapp( with the options of -gui and -freestanding.) However on other machines, when