Just started playing with your app, quite nice work ,and had a though. Because XP displays a mix of colors for the background value (grey and white) perhaps...
... I must admit I have a very vague idea of how the WinXP gui looks like and how it can be customized. Does anyone have screen shots or a spec of all (and I...
http://www.stink.net/theguiloft.jpg Link to screenshot on XP of the controls provided by the control toolbar. radio buttons, checkboxes, buttons, progress...
I am thinking of upgrading, but need to make sure I can still use/build windows. Joe Frazier, Jr. Technical Support Engineer Peopleclick Service Support Tel:...
Frazier, Joe Jr
joe.frazier@...
Oct 7, 2003 3:05 pm
449
... Yes you can. The TGL binary is built with Perl 5.6.1 and Win32::GUI 0.0.558, but .gld files created with it should work with any combination of Perl and ...
Trying to format carriage returns, tabs in long help message with the gui builder. I've tried \r\n, \n, \c, and just about anything else I could think of in...
I'd like to change the font a list box to a fixed-width font. What's the easiest way to this? Thanks. John...
John Morgan
jmorgan@...
Oct 9, 2003 10:12 pm
452
This works for me: $control->SetFont( Win32::GUI::GetStockObject(11) ); # ANSI_FIXED_FONT Where $control is my ListBox control. I am using (for this) just...
dclarke@...
Oct 14, 2003 8:43 am
453
hey there, am new to this site - I am a program enthusiats and was trying to play a bit with GUI-LOFt before doing some code. I have installed the binary...
In the resource folder within your Gui Loft Directory , rename the file window_640x480.xml to window.xml. Then restart TGL.exe. ... From: "phoenix_privacy"...
Hey there, I am trying to contribute something to SAproxy - but I thought I would like to get the existing code to work and it worked fine. When I tried to...
... Um... what did you change? ... The window probably wasn't created at program startup, but I think there is error checking for that. However, the error...
I'm trying to reinstall the Loft and AdHoc modules after upgrading to XP & Perl 5.8.0. The bat/pl install files wouldn't work, so I tried the manual install...
... Try to figure out whether Perl thinks the "Win32" module is installed. It should be. What if you try and remove "Win32" from the ppd files? It's the line: ...
PPM search * does not show a separate Win32 module (just Win32-GUI and Win32-API), but /perl/site/lib does contain a Win32 folder with its own modules as well...
Hi I'm have just stared trying to use "The Gui Loft:" binary version on windows 2K. I have noticed that when using the properties window to Change / Set the...
... First off, sorry for your delayed e-mail, it got lost in the messages pending moderation mailbox. No, the Font property isn't actually implemented the...
Thanks for the reply Johan. I look forward to the next release. I think you have created a great app and enjoy using it. P.S. sorry for the delay in reply. ...
Release theme: Keeping up This release is a recommended upgrade if you're using Win32::GUI 0.0.670. It's a recommended non-upgrade if you aren't. Cred to the...
Johan, Firstly, may I thank you for all the work you've put into the Loft. I hope you do not find the rest of this message to be rude! There is a minor problem...
Leigh Hebblethwaite
LHebblethwaite@...
Jan 13, 2004 2:45 pm
465
Re: GUI feature: The Toolbar window is now resizable so you can position it vertically or horizontally or however you like. GUI feature: The Toolbar window...
Frazier, Joe Jr
joe.frazier@...
Jan 13, 2004 10:14 pm
466
Hi all, I am keen to get started using GUILoft but I'm running into some difficulty installing it on my XP machine. I am using ActivePerl 5.8, and have...
... Please download and try and run the applications here: http://www.darserman.com/Perl/temp/ tgl: The GUI loft without the -gui option win32gui: a simple...
I'm using the latest version of TGL v0.21 -- r2004-01-03 on Windows 2000. I can't set any checkbox properties using the gui.. ("Enable" or "Visible" properties...
... Could be. It's also one of the things I touched in the latest release. What is it that doesn't work? Is there no checkbox? Doesn't it change? Doesn't it...
Johan, A couple of things are not working... 1) I can't enable/disable or make visible/hide any checkbox properties using the PROPERTIES dialog box in TGL. 2)...
Hi, I have a quick question about keyboard shortcuts in my design. How do I get them to work? I have set the Text properties on some of the buttons in the...
Leigh Hebblethwaite
LHebblethwaite@...
Jan 19, 2004 3:10 pm
472
Hi All, There is more things I've noticed regarding this issue. There is a strange thing going on in any text box (properties dialog), while you are trying to ...
Grzegorz Uszynski
grzesu69@...
Jan 19, 2004 10:56 pm
473
Johan, Another thing.... doesn't look like the horizontal scroll bars (ScrollAutoH / ScrollH) are working anymore for RichEdit fields?? Angelo. ... From:...
Just as a quick fix I was able to make my simple "dialog box" type app look O.K. - meaning the colors of the background and controls matched. I Placed a blank...