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...
You need to set the range to match the number of iterations and then increment it with each iteration. Here is a more complicated example from somthing I...
Hi guys/girls, I have made one window with the GUI Loft and I have different clusters which contain all the controls that I want to display/hide at one time....
... If you compare it to the example at: <http://www.darserman.com/Perl/Loft/reference.html#clustered%20controls> you can see that this line is missing from...
Thanks Johan, I have been very silly. I actually had the line you said, but it was in my main routine where I load and build my window. the reason why it...
I am very new to scripting in the Win32 environment. I wanted to ask if it was possible to compile a GUI executable using par if the GUI code was developed...
DW
dw@...
May 4, 2004 10:04 pm
517
... Is this an error message from the compilation, or from running the compiled program? ... Could you try and see if it's a The GUI Loft problem, or possibly...
... compiled ... After compiling without '-g', I was able to get this output when I run the exe from the command line: Can't load ...
DW
dw@...
May 5, 2004 11:58 pm
519
I think I may be doing something wrong here, as I have looked throught the previous messages and can't see any other mention of it... I installed TGL and after...
... Let me try to get a beter picture of your experience. In what way does it not work? Is the textbox gone? Is it disabled? Is it read-only? When you click...
... I think, I know where the problem is, but I don't know the solution (probably in design properties box, but I also haven't fiddled around with code - use...
Grzegorz Uszynski
grzesu69@...
May 24, 2004 5:06 pm
522
hi there, i really don't know anythink about browser-implementation, because normally i'm CGIing. here's the problem: i would like to make a GUI which will...
... If what you want is an embedded web browser, check out Laurent Rocher's AxWindow, it can contain arbitrary ActiveX controls (like the IE browser engine): ...
... Excellent, manty thanks! I've fixed it with a slight redesign of the Properties dialog box and will release it shortly. In the meantime, just widen your...
... It's weird, but it seems like your local Perl installation iterferes with the PAR source. That's probably some kind of bug on PAR's part I would think....
... A common problem on Windows is that the filesystem is case insensitive, so you can "use" a module with the wrong case (load the file), but then the symbols...
Release theme: Late, not never The recently discussed things should work in this release. Have fun! I also tried to make the installation a bit easier by...
I am a complete noob and while this question is super simple it is one that I can not find an answer to. Is this using perl tk as the code once the GUI has...
... It does not. It uses Win32::GUI only at this time. /J ... Johan Lindström Sourcerer @ Boss Casinos johanl AT DarSerMan.com Latest bookmark: "Tripwire...
Hi al, I have made a listview lvwBackups1a using the GUIloft> I want to show all the files that are in the current directory in that listview. This is the code...
Grzegorz and Johann, Thanks - That does indeed sort the problem and all of a sudden I think it's a brilliant program again :) Thanks for that, because I...
The purpose of the hash is to allow you to control various parameters in the listview. If you're just trying to set a text field, the you want this: ...
Greetings all, I'm having difficulty using PAR (pp) to create a stand-alone binary executable of a perl program along with its .gld design file from Loft....
Crenshaw, Benjamin Ed...
b.e.crenshaw@...
Jun 29, 2004 8:32 pm
534
... I don't know if PAR allows for external files to be included in the .exe file. Does it? That's really a PAR issue, not a TGL issue, but please let me know...