[ Jose: this is cross posted to the mailing list so other people can benefit from the Q&A. Others: For an introduction to the Custom Controls issue, see: ...
I support a library with 118 computers and we would like to prevent the users from getting access to ANY Windows tools. I need a GUI interface that replaces...
Hiya everyone, I have browsed the archives and couldn't find a solution I was able to make work for what I think is a failure of my compiled exe to load the...
I am having this exact problem, were you able to find a solution you could share by any chance? Or could any info from my results be of help? ... not be ... ...
... I see you don't check return values there, so I'll just assume that you don't check the return value of newLoad() either. That's the method that fails to...
... share ... to make use of a bound .gld file use the following example: # note: this will work for both inside and out of PerlApp (aka, test and production...
Hello, I tried to run my new love desing with my New_window.pl below. use strict; use Win32::GUI; use Win32 (); use Win32::GUI::Loft::Design; my $fileWindow =...
Hi, I have a question about the toolbars. I see my toolbar, and i can click onthe buttons, verything works fine as far. But, how can i add code when a button...
Ströbitzer Andreas
a.stroebitzer@...
Jan 26, 2005 9:40 am
625
Try this syntax: sub ::btn2_Click () { &click ('2'); } Where btn2 is the name I assigned to the button in question and &click is of course a subroutine . The...
Jayjay, You need to install the two modules included in the Loft download. When you extract the Loft tar file you will find a PPM folder in the folders you ...
... I haven't actually used a Toolbar myself, so this is mostly speculation. I don't know what that (0) does at the end of your sub name, it looks somewhat...
Thanks for this, it works!!! My gui gets better and better beacuase of your fantastic tool! But now i have another question, using multiple windows and...
Ströbitzer Andreas
a.stroebitzer@...
Jan 26, 2005 1:31 pm
629
Yes i have done it this way and it works: sub ::tbToolbar_ButtonClick { defined(my $win = $Win32::GUI::Loft::window{winGREMain}) or return(1); my($index) = @_;...
Ströbitzer Andreas
a.stroebitzer@...
Jan 26, 2005 1:33 pm
630
... Those are called modal windows, and unfortunately Win32::GUI isn't blessed with them (yet?). That's a severe shortcoming IMHO, because it's a vital part of...
Thanks once again! I just tried it and it works wonderful for me. Regards ... Von: Johan Lindstrom [mailto:johanl@...] Gesendet: Mittwoch, 26....
Ströbitzer Andreas
a.stroebitzer@...
Jan 26, 2005 4:09 pm
632
... Modal windows is better supported in the later versions of Win32::GUI. See the window method DoModal. Cheers, jez....
Jeremy White
jez_white@...
Jan 26, 2005 4:11 pm
633
Hi! Is it possible to change the background color of for example a textield during runtime? This example code does not work, is there a workaround? sub...
Ströbitzer Andreas
a.stroebitzer@...
Jan 27, 2005 11:22 am
634
I've used the GUI Loft for a couple of projects and loved the bits I've managed to get working but I find the lack of documentation for the corresponding perl...
... I'm sure there is someone out there who could use another arm (I use Emacs nowadays, so my hands rarely need to leave the keyboard). Anyway... Have you...
Hi! The new FetchUrl.zip does not seem to work, the zip seems to be corrupted...... Regards ... Von: Johan Lindstrom [mailto:johanl@...] Gesendet:...
Ströbitzer Andreas
a.stroebitzer@...
Jan 28, 2005 7:32 am
637
Another question: Is there a chance to do something if a special key is pressed, like when you press the ALT key and you have a menu in your gui the you will ...
Ströbitzer Andreas
a.stroebitzer@...
Jan 28, 2005 10:25 am
638
Might want to check your version of winzip , or perhaps your downloaded was interrupted. I downloaded it and was able to open it with both Winzip and Winrar . ...
This might help, it’s the Win32::GUI Accelerator : http://jeb.ca/perl/win32-gui-docs/index.pl/win32-gui-acceleratortable which can be used to create keyboard...
I haven't used perl2exe with .gld files yet, but according to their webpage: Perl2Exe for Win32 is available in "Lite" and "Pro" packages. The Pro version...
Hi, I've only jusr started looking at coding an app but the doco at http://jeb.ca/perl/win32-gui-docs/index.pl/ is really good and on page 2 or three mentions...
Well, hello again, I tried it with the accelerator table, but it doesn't work for me, perhapbs someone tried it already and got it working, then please help ...