On my Windows 2000 system with the latest versions of Win32::GUI, Win32::API and Win32::GUI::Loft installed, I get a bunch of warnings like the one below when...
Hi All! I work with multiple windows, and i want to destroy a window. I tried with PostQiutMessage(), but it terminated all of the windows and the application...
... That's the equivalent of exiting the main loop, and probably not what you want. Don't you just really need to hide the window so the user can't see it ...
Johan Lindstrom
johanl@...
Aug 5, 2002 2:26 pm
273
Hello Johan So, I want to use one window for more function, and I want to change the title of the window. So I must to reload the window. Have you got any...
... Try changing the Text() property of the window. $w->Text("My new title"); ... No idea, but I remember seeing the question on the perl-win32 mailing list. ...
Johan Lindstrom
johanl@...
Aug 5, 2002 4:12 pm
275
Hi Gabor, To destroy a window pass the object to this subroutine. You will then have cleared the memory used by that object and you have disposed of the ...
Hi Steven I will try your solution. I'm sure it will work. :-))) Do you ever use this SendMessage to add parameters to a window? Would you paste a little...
Gabor, I used it to dispose of a Dialog window I had created temporarily. In this case when the Dialog button was clicked. I hope this helps. --Steve sub...
Hi Steve I wasn't considering that, so I wanted to add some commands to another window. For example there are two opend windows. There is a button on the...
... Can't help you with "does not work" :) What do you do? What result do you expect? What happens instead? ... It "works" with WIN32 instead of Win32 because...
Johan Lindstrom
johanl@...
Aug 8, 2002 6:24 pm
283
Being that I am a newcomer to the guiloft, the following may only reflect my ignorance. I installed guiloft for the first time yesterday, and played with it...
Jan De Ryck
brabo@...
Aug 8, 2002 7:24 pm
284
... Yes, that's how the control works. Blame Microsoft if you wish :) ... That's a feature, actually :) You can compare two previews side-by-side. Also, as...
Johan Lindstrom
johanl@...
Aug 8, 2002 7:46 pm
285
Gabor, Sendmessage/Getmessage allow you to (sort of) use the Windows event message queuing system. If you just want to make things happen from one window to...
Hi Johan I'm realy sorry, that I don't know these so simple solutions. Now it's working properly. Thanks Gabor ... From: "Johan Lindstrom" <johanl@...> ...
... The demos do not work e.g. password.pl does not work with ActivePerl 5.6.1 installed. For example here is the error I get when I run the password.pl demo...
Hi Did you install 5.6.1 OVER your Win32 / Gui Loft install from 5.6.0 ? I have 5.6.1 and Win32::GUI 0.688 and Gui Loft and all of the demo's work fine for me....
paul.barker@...
Aug 9, 2002 1:32 pm
289
Thanks for the help. ... 5.6.0 ? No - 5.6.0 was removed and 5.6.1 was installed in a new directory. Then I re-installed the Loft PPMs. ... demo's work fine ...
On first glance the only difference is that you're running ActiveState 5.6.1 build 633 and I'm running build 630. I'll drop a 633 build onto my test machine ...
paul.barker@...
Aug 9, 2002 3:54 pm
291
... ActiveState 5.6.1 ... test machine Hi Paul, Did you find the same problem with ActivePerl 5.6.1 build 633? If yes, do you have a work around? thanks Syl...
Hi Syl Sorry, got 633 installed but didn't quite get to test the 'Loft. I'll have a look later today and let you know. Cheers Paul "jskatz00"...
paul.barker@...
Aug 12, 2002 2:27 pm
293
I have tried to get this Win32::GUI software to install for hours and can't get it to work. I downloaded the zip: Win32-GUI-0.0.665-PPM-5.6.zip and followed...
... Something with Perl 5.6.1 and/or Win32::GUI 0.0.665 seems to have messed up Win32.pm and Win32::GUI.pm living together in peace. Try replacing: use Win32; ...
Johan Lindstrom
johanl@...
Aug 12, 2002 6:39 pm
295
Hi Syl OK I can confirm that AS Perl Build 633, Win32::GUI 655 and TGL on my system creates the same errors as you posted. The demo still runs but it generates...
... It's a workaround until I take the time to look at the best way of using the important parts of Win32.pm. Off the top of my head, the only thing Win32.pm...
Johan Lindstrom
johanl@...
Aug 15, 2002 1:53 am
298
Could someone please give me a simple example of how to change the font for a label using the ControlInspector. thanks Syl...