[perl-win32-gui-users] Re: Splitter control [DC bug?]

2005-12-09 Thread ~greg
rd to explain) artifact problem for me. (They seemed to be echoes of the splitter.) ~Greg. ps: my problem now is I don't know how to make the splitter visible - with color, or 3-D styles. )

[perl-win32-gui-users] Re: Splitter control [DC bug?]

2005-12-09 Thread ~greg
lease method (called "do_splitter" in the example) solved the weird (hard to explain) artifact problem for me. (They seemed to be echoes of the splitter.) ~Greg. ps: my problem now is I don't know how to make the splitter visible - with color, or 3-D styles. )

[perl-win32-gui-users] Re: Splitter control [DC bug?]

2005-12-10 Thread ~greg
it's applied to should at least cover the echo of the splitter, in order to eliminate that artifact. ~Greg.

[perl-win32-gui-users] InvalidateRect problems

2005-12-12 Thread ~greg
The script below shows the problems I'm having with InvalidateRect(). The script makes a RichEdit move in tandem with a splitter. When no InvalidateRect() is called in the Splitter_OnRelease(), and the splitter is moved into the RichEdit area, echoes of it are created in the RichEdit. When $Main

[perl-win32-gui-users] How do I get a list of all checked items in a TreeView?

2001-10-26 Thread Greg Johnston
Is there an easy way to get all of the checked items in a TreeView? Looking at the documentation it seems like my only option is to search through all the nodes testing them with ItemCheck.

Re: [perl-win32-gui-users] File Monitoring Script

2003-10-09 Thread Greg Pendlebury
Have you thought about setting up a separate thread when the process first starts? It could do all the work and dump output into a socket or pipe. The receiving thread then just checks the socket (I have more experience there, than with pipes) occasionally for waiting input. Greg [EMAIL

Re: [perl-win32-gui-users] hostname

2003-10-27 Thread Greg Pendlebury
l system address, use the environment variable... $ENV{'computername'} Ta, Greg *** This email message (and any accompanying file attachments) may contain confidential or privileged information and is intended for the sole use of the addressee

[perl-win32-gui-users] Bitmaps with buttons/labels

2004-08-17 Thread Greg Osborne
Hello :-) I'd like to apologize in advance if the answer to this is posted somewhere already. I've done several websearches, dove into the documentation, and even searched this group's archives looking for answers, but if they're out there, I missed them. I'm trying to load a bitmap image and

Re: [perl-win32-gui-users] Bitmaps with buttons/labels

2004-08-18 Thread Greg Osborne
I'm using Active State's perl 5.8.3. I've got 6.7.1 of the Win32::GUI installed (supposedly anyways, I'll play with removing/reinstalling it).

Re: [perl-win32-gui-users] Bitmaps with buttons/labels

2004-08-18 Thread Greg Osborne
It seems I did have a corrupted version of 6.7.1 installed. Thanks for the suggestion, and sorry for the posts :-)

[perl-win32-gui-users] Interfacing DLLs

2004-08-31 Thread Greg Osborne
5.1, if I could find out the class IDs to interface with the Win32::OLE or what not. Regards, Greg

[perl-win32-gui-users] SetImage isn't working.

2004-09-01 Thread Greg Osborne
phics work properly. If I wait, and use the SetImage method after creation, the button/label doesn't show the bitmap. Regards, Greg

Re: [perl-win32-gui-users] SetImage isn't working.

2004-09-17 Thread Greg Osborne
I'm sure I really shouldn't be responding to this. It seems an open invitation to start trouble, and that's not truly my intent. I have to wonder why Glen wanted to be so knit-picky on my bug report. Obviously, there isn't a 6.xx version out there, and won't be for a long time, so how many 0

Re: [perl-win32-gui-users] SetImage isn't working.

2004-09-17 Thread Greg Osborne
es. Open email client, insert foot. Have a good one folks, and again, sincerely, sorry. - Greg

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

2005-02-16 Thread Greg Dance
elease of win32:gui off the source forge web site. Greg

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

2005-02-17 Thread Greg Dance
Yes, it is repeatable on the other users machines. I'm running 2000 and I've checked it on other 2000 machines and also on XP machines. It has the graphical problem on both of those OS's. I put in a couple of hide() and show() sequences to try and see if that would do anything but

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

2005-06-01 Thread Greg Dance
ne oddity with PerlApp, I'd take it over perl2exe. Greg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy White Sent: Wednesday, June 01, 2005 7:28 AM To: [EMAIL PROTECTED]; perl-win32-gui-users@lists.sourceforge.net Subject: RE: [perl-win32-gui

[perl-win32-gui-users] Listview/interaction

2005-08-12 Thread Greg Osborne
I am having some trouble figuring out how to capture an enter/return event in a listview and treat it like a click event. I have noticed the KeyDown event, and figure that is what I'd need to use to capture the backspace and delete keys, but am not sure where to gather the values to capture th

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

2006-03-21 Thread Greg Dance
ll and wide to make sure everything from normal to large fits? Greg

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

2006-04-05 Thread Greg Dance
question of those familiar with the directory browsing functions: Does WIN32::GUI simply use much of the OS's functions for browsing directories and thus suffer the same SLOW response over a VPN connection? If anyone knows of a browser that is faster over a VPN connection (no need to re-invent the wheel) please let me know. Greg

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

2006-05-24 Thread Greg Dance
n->BuildView->SelectCount() and $Main->BuildView->SelectedItems() All seem to return a 0 no matter what. Greg

[perl-win32-gui-users] -singlesel

2006-06-01 Thread Greg Dance
the GUI Loft to see if it would work correctly there, but I get the same results. It doesn't seem to matter if you enable or disable this option, you can always pick multiple items in a listview. Greg

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

2006-06-01 Thread Greg Dance
paste from a sample I had found on the web. What I found is that the -style line is the culprit. When this is included the -singlesel option doesn't do anything. I'm not sure what the -style option is specifically doing, but that is the source of the problem. Thanks! Greg -O

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