I've seen the same problem. The plain ASCII version of password.gld works fine with Password.pl, but the binary version does not load. How do I "SaveAs" with...
... Check your Storable version: perl -MStorable -e "print Storable->VERSION" The ActiveState version is 2.13 (at least on my machine) and that's what is used...
Good Evening, I am returning to this group after quite a break. Folks, I need your help to make a business case for Win32::GUI and TheGUILoft as rapid...
... Well, you seem to know the strenghts of Perl already. What is your problem domain? Maybe CPAN is even more important (or not) for getting things done(tm). ...
Hi, ... I would ask this question to the Win32-GUI users list (see http://perl-win32-gui.sourceforge.net/), as I'm aware of several commercial projects (legal,...
Jeremy White
jez_white@...
Nov 27, 2005 1:12 pm
734
Target applications can be classified as small tools/utilities. My current project includes building Front-End interface for the admin- oriented shell tool,...
... So do some homework. You know what kinds of real-world problems you may face, so look for solutions on CPAN and figure out a way to present it to them....
Jeremy, Thanks for replying. There seem to be an interest growing in my group, specifically in Rapid Prototyping Abilities of the TGL. I have posted my...
Hi! I used GUI Loft a long time now but since about one week i have a strange problem: When I exit my Window with return(-1) I get the following error (pop up ...
Ströbitzer Andreas
a.stroebitzer@...
Dec 9, 2005 8:15 am
740
... This doesn't sound like a TGL thing, it sounds more like something deeper in the Win32::GUI XS code. Earlier versions of Win32::GUI together with some of...
Hm, strnage, I use Win32::GU version 1.0 I have not changed anything and this error occurs, very strange.... I will try Win32::GUI 1.03 which seems to be the...
Ströbitzer Andreas
a.stroebitzer@...
Dec 9, 2005 8:51 am
742
It helped!! With Version Win32::GUI 1.03 the error is gone! Thank you so much!! Andi ... Von: theguiloft@yahoogroups.com [mailto:theguiloft@yahoogroups.com] Im...
Ströbitzer Andreas
a.stroebitzer@...
Dec 9, 2005 9:19 am
743
Hello, Is it possible to change the options of an treeview element which is created with GuiLoft? I would like to add the double click functionality to the...
Ströbitzer Andreas
a.stroebitzer@...
Dec 17, 2005 6:57 pm
744
... This is something for the Win32::GUI list (which this is cross-posted to), because that's what the issue is: Is it possible to add a NEM event handler...
Hello, Thanks for the answers, i checked my mails now in the morning. I also found a solution after some time, it works: In my "GREInspector" package I added...
Ströbitzer Andreas
a.stroebitzer@...
Dec 18, 2005 7:27 am
747
Hello again, Another question: I have a listview with checkboxes enabled. Is it possible to check them at runtime with code? Normal Checkboxes have the...
Ströbitzer Andreas
a.stroebitzer@...
Dec 18, 2005 7:30 am
748
... I'd suggest you subscribe to the Win32::GUI mailing list for questions like this (runtime Win32::GUI coding). It is more focused on general Win32::GUI ...
I don't understand how I am supposed to dynamically add data to a combobox (or any control for that matter) after it has been loaded. Thank you, Durell...
Good Evening, I am getting "Argument "" isn't numeric in subroutine entry at C:/Perl/site/lib/Win32/GUI.pm line 603." error. Window is built OK and script...
Good Evening, Obviously, while moving multiple objects in TGL, I have modified a property that is not common among all objects, or something to that extend....
Hello, In TGL test design mode, Tree View Nodes show a tooltip with the -text property if node is not completely visible in the control's rectangle. However,...
... I've tried to replicate this myself but I can't see the tooltip anywhere... I run WinXP with the latest servicepack. This is perl, v5.8.6 built for...
... As a matter of fact, I cannot replicate this on my home PC either, however on my production box names of the obscured nodes are shown in tooltip-like boxes...
Hello, Here is the problem - a glimpse of DOS window at applicaiton's start up and every subsequent system() call though script has been compiled with -gui...
... This sounds more like a PerlApp issue. There is a PDK mailing list which seems active (I subscribed years ago and never managed to unsubscribe :) where you...
Well, source of the problem was neither PerlApp nor TGL. As a matter of fact it was my overlooking of 2 system calls left alone without setting ShowChild to 0...