Anyone has success with compiling Win32::GUI::Loft perl programs with Perl2exe at http://www.indigostar.com/perl2exe.htm. I successfully compiled the perl to...
Although I got it compiled successfully there is a conflict with the library p2x561.dll. I am running Win98 OSR2 with ActivePerl Build 628 (multi-threaded)....
... I've not had any such problems sofar. I'm using build 623. Do you have the correct perl2exe for your build? Otherwise, you might need to contact...
With win32gui I insert a root item into the tree like this: my $TV1 = $TV->InsertItem( -text => "Fruit" ); and a branch: my $TV2 = $TV->InsertItem( -parent =>...
... -snip- ... TGL basically does one thing for you at runtime: it builds your window. It builds the window the same way you would have built the window...
Johan Lindstrom
johanl@...
Jan 8, 2002 2:14 pm
152
Hi, I am trying to run some of the sample programs. They all fail trying to find Win32::API. Apparently Win32::API doesn't come with Win32::GUI and I can't ...
Thanks for the link. However my issue is that I can't get it to build on Active State's latest perl. I was looking for a pre-built PPM package. Here is the...
Hello I have a problem with the ComboBox. When i create a Combo with the GUI Loft and i test it, it workes well, but when i build the window from a Perl...
... You can create a little window with textfields for the search criteria, and then open up a browser window with the search criteria in the query string. It...
Johan Lindstrom
johanl@...
Feb 1, 2002 5:51 pm
159
Dear Johan, How do I compile a *.gld to an exe? And could you give me some *.gld-hint for a start for doing that task in...
... Read the User Manual and the Programmer's Reference. Look at the Demo programs. Write your own Perl program using them as a base. Then you can download a...
Johan Lindstrom
johanl@...
Feb 1, 2002 6:30 pm
161
Dear Johan, Thanks for educating me. Now i understand the acronym RTFM. Sorry, Henk [Non-text portions of this message have been removed]...
... There is a reason why you should read the manual; if you need to know, that is where to find the information. If the documentation is unclear on any topic,...
Johan Lindstrom
johanl@...
Feb 2, 2002 6:06 pm
163
Hello I would like change a ListView option! How can i use the ControlInspector? Thanx Gabor...
... What is it that you want to do? (working Perl code preferred) If you think it's worth doing, maybe other people think it's worth doing. Maybe it belongs in...
Johan Lindstrom
johanl@...
Feb 12, 2002 5:12 pm
165
... doing. ... is if I ... way. ... process. ... Hi I wanted to do a Right_Click PopupMenu (Properties). First i wanted to do it with the class option, but i...
Johan, [and the rest of the list:-) ] I'm pretty sure you wont recall me or my question from a time back, so I'll do a little refresher...Traping "quick keys"...
Johan, [and the rest of the list:-) ] I'm pretty sure you wont recall me or my question from a time back, so I'll do a little refresher...Traping "quick keys"...
Hi You can find some "hexadecimal value" for the object's style on the http://www.vbapi.com/ref/index.html page. When you have problems with the combobox...
Very slick, thank you! Fixed my combobox vscroll style (and I already had 0.0.558 Win32::GUI). This basically fixes my current problem, but as far as the...
Hi Joe! I tried too to add classes after the Loft's building process, but it didn't work, so i found a Loft function ControlInspector, when you open the...
Thank you I'll peek about in there too...as it stands now, I have a complete GUI with keyboard hot keys for my Richedit control. Scroll bars are working for...
Hi! How can i make visible a cluster, that is not the default visible cluster in my *.gld file? Can everybody write me a piece of code, that do this? Thank...
Good question :) What I am currently doing is looping through the controls on that cluster. so, I have an array: my @clusterAControls = qw/retext1 tfText1...
... Look at this post (it describes hiding the controls, call the Show() method instead): http://groups.yahoo.com/group/theguiloft/message/63 and this section...
Johan Lindstrom
johanl@...
Feb 28, 2002 9:33 pm
176
Release theme: Class, Style and the Inspector The ControlInspector class is now documented and has an example in the FetchURL Demo program. Using it, you can...