Search the web
Sign In
New User? Sign Up
theguiloft · The GUI Loft - a Win32::GUI Design Tool
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 269 - 298 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
269
When A listview I have generated by guiloft recieves more than its current visible size it vanishes. That is it does not redraw itself. I tried...
Talwyn
Offline Send Email
Jul 3, 2002
9:28 pm
270
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...
gunthersc
Online Now Send Email
Jul 9, 2002
3:47 pm
271
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...
szorgitorp
Offline Send Email
Aug 5, 2002
9:08 am
272
... 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@...
Send Email
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...
szorgitorp
Offline Send Email
Aug 5, 2002
3:17 pm
274
... 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@...
Send Email
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 ...
Steven Swenson
Talwyn
Offline Send Email
Aug 5, 2002
9:35 pm
276
Gabor , I forgot to include 'get_handle' here it is :) sub get_handle ($){ #($Windowobj) my $win = shift; #my $name = $win->Text(); my $hwnd =...
Steven Swenson
Talwyn
Offline Send Email
Aug 5, 2002
9:40 pm
277
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...
szorgitorp
Offline Send Email
Aug 6, 2002
9:49 am
278
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...
Steven Swenson
Talwyn
Offline Send Email
Aug 6, 2002
8:50 pm
279
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...
szorgitorp
Offline Send Email
Aug 7, 2002
9:24 am
280
I am getting similar errors since I installed ActivePerl 5.6.1. Loft no longer works. Suggestions PLEASE!...
jskatz00
Offline Send Email
Aug 8, 2002
5:12 pm
281
... Loft ... Note sure why but changing uses WIN32; to require WIN32; solve the problem. Explanations?...
jskatz00
Offline Send Email
Aug 8, 2002
5:21 pm
282
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Steven Swenson
Talwyn
Offline Send Email
Aug 8, 2002
8:18 pm
286
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@...> ...
szorgitorp
Offline Send Email
Aug 9, 2002
6:32 am
287
... 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...
jskatz00
Offline Send Email
Aug 9, 2002
12:53 pm
288
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@...
Send Email
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 ...
jskatz00
Offline Send Email
Aug 9, 2002
3:01 pm
290
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@...
Send Email
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...
jskatz00
Offline Send Email
Aug 12, 2002
1:23 pm
292
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@...
Send Email
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...
sr_sager
Online Now Send Email
Aug 12, 2002
6:32 pm
294
... 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@...
Send Email
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...
paul.barker@...
Send Email
Aug 14, 2002
8:01 am
296
... Is this a fix or a work around? Thanks...
jskatz00
Offline Send Email
Aug 15, 2002
12:25 am
297
... 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@...
Send Email
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...
jskatz00
Offline Send Email
Aug 16, 2002
3:47 pm
Messages 269 - 298 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help