Hi Vesko, Your problem may be different from mine because I am using W2K, but just in case.. I downloaded the ActiveState Perl version 5.8.x and could not...
I need to know how to add a control that is not already listed. In this case, I need to add the currently unsupported DateTime control to a window I am...
Frazier, Joe Jr
joe.frazier@...
Mar 4, 2004 5:51 pm
483
Can anyone help? I created a window using tgl with a tabstrip and some clusters. If I click on the individual tabs with the mouse, the associated "cluster /...
Dear All, I have window with two ListView controls - one on the left and one on the right side. Window is resizable and I'd like both controls to resize ...
Grzegorz Uszynski
grzesu69@...
Mar 8, 2004 3:09 pm
485
... The code for managing the TabStrip is in the event handler, and it seems it isn't called by doing a manual Select(). So try calling the event handler after...
... You are of course correct in that it doesn't work. I must have been extra smart the day I wrote that section of the manual, beacuse today... well I don't...
Release theme: Full circle This is a release forced by the inability for WinXP users to use the binary distro. PAR doesn't seem to play nice on that platform...
... with ... I've tried to do it earlier - using your 'FileDisplay(manual_resize)' example, but somehow I couldn't. Today I've menaged and it's OK - except one...
Grzegorz Uszynski
grzesu69@...
Mar 11, 2004 3:51 pm
489
yes... thank you! /Angelo ... From: Johan Lindstrom [mailto:johanl@...] Sent: Wednesday, March 10, 2004 6:08 PM To: theguiloft@yahoogroups.com ...
I have prepared a dialog box with the design tool and am now trying to implement the dialog in my Perl program. I have use Win32::GUI; at the start of the...
John Mason
John@...
Mar 22, 2004 8:02 am
491
All, Accordingly to instructions I have to run install.bat files for both Loft and AdHoc. While attempting to install those I get the following error message: ...
... Make sure you install the Win32::GUI module correctly. Get it here: <http://perso.club-internet.fr/rocherl/Win32GUI.html#WinGui> /J ... Johan Lindström...
Download the package into your computer, it should be alright http://search.cpan.org/CPAN/authors/id/A/AC/ACALPINI/Win32GUI-Beta.zip And look at this page to...
.: Michael
michael@...
Mar 23, 2004 8:24 am
494
... Actually, from the date of that file it looks like it's five years old, probably one of the first releases of Win32::GUI. Laurent Rocher released...
Hi, I'm using guiloft to build my GUI. I have built the window, added some text fields and decorations. My problem is, TAB is not working in order to jump...
... If you deselect all controls so the Window object is focussed, and then look at the DialogUI property, is it checked? If it is checked and it still doesn't...
... textfield ... then ... send me the ... Oracle..." ... The DialogUI property is checked, test is working fine. When I run it using the perl script, tab is...
... So it seems it works with the embedded version of Perl 5.6.1 and Win32::GUI 0.0.670. What versions do you use? Run: perl -v perl -MWin32::GUI -e "print...
Hi, I want to create a kind of common dialog using Perl but I got a problem. I want to display all the drives (the zip drive, disk drive, D drive, ...) and...
... This is something I posted on the general Win32::GUI list: (but note that you need 5.8.3 or something to run IThreads fairly reliably) ... There are a...
Hi Eric, I'm having good luck with the Thread::Queue module and perl 5.8.3. I tried spawning a thread for every click, and found sometimes this was slow, and ...
... Hi! I think the lack of responses for your question has to do with the audience. This list is targeted on Win32::GUI and The GUI Loft in. I think you will...
There seems to be a bug or incompatibility between TGL and win32:GUI. If you create a new TGL window and add a HyperLink control and then try to preview it,...
Just curious, Is there any plan to update the loft so that it supports the date picker control? I've been adding them manually, but it would be so much...
... Not per se, but now that you asked... :) The date picker is probably pretty simple even, since it looks almost like a combo box. Actually, adding support...
Thanks Johan, I found what I was looking for on that forum. The way to implement it using a GUI Loft listbox is something I should be able to do on my own ;-) ...
After having created several Win32::GUI enabled perl utilties I have hit a poblem due to my fundamental lack of knowledge of Objects and their programming in...
dclarke@...
Apr 25, 2004 4:38 pm
510
Hi, I am trying to get a progress bar working. I want him to stop at 100% when the sub zipfiles (who zips 2 files) is succesfully completed. Now he keeps...