[perl-win32-gui-users] Tree view and select.

2002-10-17 Thread Ismail Mutlu
Hi all, new to win32::gui. Working with treeview, and can't seem to get the "Select" method to work the way I think it should. In my NodeClick sub, I am doing Select to select a node on the tree, and right after that I am looking at the SelectedItem and it shows '0' for the handle. Any

Re: [perl-win32-gui-users] LWP + Fork + Win32::GUI

2002-10-17 Thread markd
i was under the impression that forking didn't work at all under windows.some problem with svtypes(? ). perl 5.8.0 threads and win32::gui seem to work wonderfully tho.

Re: [perl-win32-gui-users] (no subject)

2002-10-17 Thread Johan Lindstrom
At 09:02 2002-10-16 -0700, Rodriguez, Peter wrote: I do not have a 'C' compiler on the NT machine I need to run perl on. I downloaded the NT executables for 5.8 from cpan. Is there a similar distribution for the GUI interface? Not for 5.8. ActiveState haven't released a Perl 5.8 yet, and the

Re: [perl-win32-gui-users] toolbar gui loft

2002-10-17 Thread Johan Lindstrom
At 15:24 2002-10-16 -0400, Magnone, Angelo wrote: Has anyone had any success with creating a toolbar using The GUI LOFT and then act upon the different buttons clicked? How can I tell which button has been clicked? I have never used it myself, I basically positon ordinary buttons so they loo

Re: [perl-win32-gui-users] Double events with DoEvents

2002-10-17 Thread Johan Lindstrom
At 00:25 2002-10-18 +0200, Johan Lindstrom wrote: sub ::mnu_tray_config_open_Click { return(1) if(!$workaround_handler_semaphore++); Hrmm... Thinko. Remove the ! for a more solid solution :/ /J -- --- -- -- -- -- - - - Johan LindströmSourc

Re: [perl-win32-gui-users] Double events with DoEvents

2002-10-17 Thread Johan Lindstrom
At 16:51 2002-10-17 -0400, Morbus Iff wrote: >Using 0.0.558, I call Win32::GUI::DoEvents() manually from a main loop . I I've noticed it as well. I just check to see if I've $already_called: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/amphetadesk/AmphetaDesk/ lib/AmphetaDesk/OS/Windows.pm?

Re: [perl-win32-gui-users] Double events with DoEvents

2002-10-17 Thread Morbus Iff
>Using 0.0.558, I call Win32::GUI::DoEvents() manually from a main loop . I I've noticed it as well. I just check to see if I've $already_called: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/amphetadesk/AmphetaDesk/ lib/AmphetaDesk/OS/Windows.pm?rev=1.7&content-type=text/vnd.viewcvs-markup

[perl-win32-gui-users] Double events with DoEvents

2002-10-17 Thread Johan Lindstrom
Weird effect. Using 0.0.558, I call Win32::GUI::DoEvents() manually from a main loop . I have a popup-menu on a NotifyIcon, nothing else. This is the weird thing. When I select something in the menu, the event handler gets called twice. The main loop is basically: IO::Select->select($readab

Re: [perl-win32-gui-users] LWP + Fork + Win32::GUI

2002-10-17 Thread Alex Lee
Did you try using: Win32::Shell::Execute instead of fork. I had a lot of problem with fork under win32 in the past and finally found this little gem. Alex ;) = ** * END OF MESSAGE * __ Do you Yahoo!? Faith Hi

[perl-win32-gui-users] Calculator Control

2002-10-17 Thread Eric Hansen
I need a control that will allow my users to key in a number(qty) or decimal number (money amount) using just their mouse. A calculator control with numbers 0-9 btns, plus these btns: sign toggle, clear, clear entry, decimal. Has anyone made one of these with GUI and can you share the code plea

Re: [perl-win32-gui-users] LWP + Fork + Win32::GUI

2002-10-17 Thread Johan Lindstrom
At 10:37 2002-10-17 -0400, Michael Alaly wrote: off-list I would apprecaite it. I am new to Win32::GUI and forking and am trying to do something very similar to what it looked like you were trying to do. I am attempting to take a list of links from a ListView and send them each to a child for dow

[perl-win32-gui-users] Win32::GUI and Fork - Page Faults

2002-10-17 Thread Michael Alaly
I am using perl 5.61 from ActiveState. I am using Win32::GUI .558 binary install from ActiveState. The following is a modified code snippet that I took from a post in the Win32::GUI archived mailing list. The original post concerned crashing with a simple Win32::GUI and fork. I simplified the orig

Re: [perl-win32-gui-users] LWP + Fork + Win32::GUI

2002-10-17 Thread Kevin . ADM-Gibbs
Michael, I did quite a bit of experimenting with Fork and Win32::GUI a while ago. The main problem I hit was perl crashed when the window closed. I guessed there was some sort of memory management problem but couldn't figure out what. Eventually I gave up and used a doevents approach (I did try

[perl-win32-gui-users] I'M BACK!!!

2002-10-17 Thread Aldo Calpini
hello people! finally I'm back on this list (I had lost any hope it would happen again :-). to make a long story short, this is what happened: 1. at some point, SourceForge decided to refuse receiving mail from servers that didn't allow null sender (don't ask me why, it's some SMTP stuff th

[perl-win32-gui-users] LWP + Fork + Win32::GUI

2002-10-17 Thread Michael Alaly
Hello, I don't know how to continue a thread that started before I joined the list so I apologize in advance: "Is possible to modify LWP module in order to avoid a frozen window ?" I have spent the morning searching for some solutions involving LWP, Fork and Win32::GUI. I saw in the archives for

RE: [perl-win32-gui-users] Minimized window inactive

2002-10-17 Thread Motesicky Alojz
Try this: #- use strict; use Win32::GUI; my $count = 0; my $W = new Win32::GUI::Window( -left => 558, -top=> 122, -width => 300, -height => 255, -name => "W", -text => "Test" ); $W->AddLabel( -text