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...
Show off your group to the world. Share a photo of your group with us.

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 250 - 279 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
250 Anufriyenko,Igor,SOLO...
igor.anufriyenko@...
Send Email
Jun 3, 2002
6:33 pm
251
Hello all, How to run TGL from source? If I start lib/tgl.pl, I get error : Wrong number of parameters: expected 0, got 1. -- Best regards, Eugeniy...
Eugeniy Ogloblin
ogloblin@...
Send Email
Jun 5, 2002
1:36 pm
252
... Most likely it's the resize code that TGL automatically creates for you. This only happens if you have specified a resize-something in your Design. So...
Johan Lindstrom
johanl@...
Send Email
Jun 5, 2002
10:33 pm
253
... Sounds like a Win32::API error. Could you please post the entire error message? Or is that it? What OS and version are you using? I'm not sure, but it...
Johan Lindstrom
johanl@...
Send Email
Jun 5, 2002
10:38 pm
254
... In TGL you should specify the relative file name to a .ico file. Note 1: Save your .gld file before you specify the .ico file name (otherwise there can't...
Johan Lindstrom
johanl@...
Send Email
Jun 5, 2002
10:47 pm
255
... BTW, here's a shortcut tip (also mentioned in the docs): When you want to enter an icon file name: 1. Click the WindowIcon property in the Properties...
Johan Lindstrom
johanl@...
Send Email
Jun 5, 2002
10:52 pm
256
Hello Johan, JL> And if it works for you using the binary on the same OS, I'm as mystified JL> as you are :) What version of Win32::API do you have installed?...
Eugeniy Ogloblin
ogloblin@...
Send Email
Jun 6, 2002
9:16 am
257
.\_....\_....\_....\_...\_\_\_.....\_\_\_.......\_\_\_ ..\_.....\_...\_\_..\_...\_...\_....\_.............\_....\_ ...\_\_\_\_...\_...
Hassan Naga
ishnaga
Offline Send Email
Jun 9, 2002
6:54 am
258
... If it's the property window, it may be because of your screen resolution. This is how to solve it: Quit The GUI Loft. Look in the resource/ directory for...
Johan Lindstrom
johanl@...
Send Email
Jun 9, 2002
10:01 am
259
Hi, I'n new to the GUI Loft, I would like to store the values of a cluster in a hash or array, so a can easily set the values back to the controls later. Is...
Niek
nieka@...
Send Email
Jun 21, 2002
11:24 am
260
... At runtime, you can access the Win32::GUI controls in a Cluster like this: <http://groups.yahoo.com/group/theguiloft/message/63> ...
Johan Lindstrom
johanl@...
Send Email
Jun 22, 2002
11:50 am
261
When I delete a control which is in a cluster, it's not really deleted, it will show up when iterating over the cluster. Best regards, -- Niek Albers...
Niek Albers
nieka@...
Send Email
Jun 28, 2002
1:50 pm
262
The Preview feature does not appear to work. The header is created but the columns are not displayed and the grid shows up but the preview data does not. ...
Talwyn
Offline Send Email
Jun 29, 2002
1:13 am
263
... True, thanks for spotting it! It's a bug. It's fixed. New release in a little while. /J ... Johan Lindström Sourcerer @ Boss Casinos...
Johan Lindstrom
johanl@...
Send Email
Jun 30, 2002
12:29 pm
264
... I can't really say without seeing what you entered as preview data, but I have a hunch it's that you forgot to specify the column width. /J ... Johan...
Johan Lindstrom
johanl@...
Send Email
Jun 30, 2002
12:33 pm
265
I fixed the bug with controls not being deleted from clusters and a few other things. Please let me know if the new distro doesn't work; I built it on a new ...
Johan Lindstrom
johanl@...
Send Email
Jun 30, 2002
12:59 pm
266
That was the problem in the preview! Thanks the docs say it was optional so I overlooked it. I am having a related problem in my actual script... I had...
Steven Swenson
Talwyn
Offline Send Email
Jun 30, 2002
2:33 pm
267
... The docs are (a litle more) clear about that now, so hopefully it won't pose a problem anymore. ... Note that the preview is _only_ there for the Test...
Johan Lindstrom
johanl@...
Send Email
Jun 30, 2002
3:00 pm
268
I appreciate it, attached is the script thus far and the window from guiloft. ... #Tape man is a tape location and condition database application tracking the...
Steven Swenson
Talwyn
Offline Send Email
Jun 30, 2002
3:05 pm
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
Offline 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
Messages 250 - 279 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