Does the Listview control have an option for keeping the up/down scroll bar visible even when there is nothing to scroll? I find it kind of annoying when I...
Frazier, Joe Jr
joe.frazier@...
Oct 8, 2001 1:46 am
76
I've created a splash window using Loft, but I can't find out how to get rid of the menubar. I discovered some code in another application which creates the...
Marcus
lists@...
Oct 8, 2001 5:49 am
77
... Not sure. A quick browsing of the Win32 SDK didn't produce anything. If you know how it can be implemented using vanilla Win32::GUI and/or Win32::API I can...
Johan Lindstrom
johanl@...
Oct 8, 2001 8:10 am
78
... Yeah, I remember posting to win32-gui-users about that :) ... I can be done, because I built the buildWindow() method to be extendable. But it's currently...
Johan Lindstrom
johanl@...
Oct 8, 2001 8:10 am
79
... Okay, I'll see if anybody knows on the Win32::GUI list. It's a pity the archives there are not accessable. Marcus...
Marcus
lists@...
Oct 8, 2001 5:52 pm
80
I've got a feature request. I just used Hyperlink.pm, and it works nicely. Could a hyperlink control be added to the toolkit? It's very tricky to get the...
Marcus
lists@...
Oct 8, 2001 5:53 pm
81
... Yeah, I just saw it on win32-gui-users and put in on the todo-list. ... No. Yes. Mostly no. It depends :) The most time consuming part is writing the paint...
Johan Lindstrom
johanl@...
Oct 8, 2001 6:12 pm
82
Release theme: Windows without borders Kind of like Doctors Without Borders, only... eh... windows (since this is a GUI builder that makes more sense, no?). *...
Johan Lindstrom
johanl@...
Oct 8, 2001 10:46 pm
83
Currently, you have Align->width and Align->Height on the right click menu, and the Edit menu. However, both of these increase the size on the selected...
Frazier, Joe Jr
joe.frazier@...
Oct 8, 2001 11:09 pm
84
... The code posted on the win32-gui-users list for Hyperlink.pm worked fine. Note, you do have to get the latest builds of the following for it to work. My...
Marcus
lists@...
Oct 9, 2001 2:10 am
85
... .20, ... I downloaded "Auktionator" and it was included, but Aldo is the author, so maybe it's on Aldo's site or in the latest Win32::GUI build? Copying...
Marcus
lists@...
Oct 9, 2001 2:10 am
86
... Thanks. Works great. ... Another goodie. ... the ... Haven't tried this one yet. It leads me to another feature request though: A history list of recent ...
Marcus
lists@...
Oct 9, 2001 3:16 pm
87
... It's already on the todo-list. I'll probably make a module out of it (Win32::GUI::MRUMenu or something). Also coming up: a module to store/restore window...
Johan Lindstrom
johanl@...
Oct 9, 2001 4:36 pm
88
Howdy, I think Ive found a unimportant bug with GUI loft and the button align property, the following can be seen with test windows try 2 char text eg OK. If...
Rogers, John
rogersjohn@...
Oct 10, 2001 11:18 am
89
... This is something that concerns most controls with the Align/Valign property. It actually only happens when you have changed the value to something and...
Johan Lindstrom
johanl@...
Oct 10, 2001 11:47 am
90
The additional modules, Hyperlink, BitmapInline, can be found here: http://www.jeb.ca/cgi-bin/exchange/display.cgi?cat=Modules HTH, Marcus...
Marcus
lists@...
Oct 10, 2001 3:32 pm
91
Release theme: Color me controls From the User Manual: *** COLOR MANAGEMENT The color stuff is highly experimental and possibly not forwards compatible (good...
Johan Lindstrom
johanl@...
Oct 10, 2001 10:44 pm
92
After updating to the latest build, label bitmaps are shown in WYSIWYG mode but not in preview mode, and not when run. Can anybody else confirm this? Marcus...
Marcus
lists@...
Oct 11, 2001 6:55 pm
93
... I can. It's a bug. It's fixed (ugly as bug fixes go, but it's 11.55PM here so...). No new release, but download and reinstall the PPMs and it should work. ...
Johan Lindstrom
johanl@...
Oct 11, 2001 9:55 pm
94
I'm not sure why this doesn't work (the binary nor the source.pl) on my win2000 box. On my box at work, which is win 98, all is great. Same versions of Perl...
When I add a textbox control to my program using the GUI Loft, I can't seem to make it multiline...I set the multiline property for it, and in the actual ...
... Sounds like... I don't know what. What happens? You double-click and then... nothing? ... What is that line in your version? Is it perhaps the...
Johan Lindstrom
johanl@...
Oct 12, 2001 7:54 am
97
... Can't reproduce that one, it works fine for me. Note that you need to have the Wantreturn property set to 1 unless you want to use Shift-Return to produce...
Johan Lindstrom
johanl@...
Oct 12, 2001 8:00 am
98
When I double click the binary, nothing happens. When I try to run it via command prompt, nothing happens, I just get the command prompt again. Line 41 in...
Ok, the problem was my fault...it was to do with the -style constants I was adding to it after it's creation. Now i know that's bad practice, but I couldnt...
evank40767@...
Oct 13, 2001 2:31 am
100
The label bitmaps are now displayed when an application is run, but not in GUILoft's preview mode (test mode). Marcus...
Marcus
lists@...
Oct 13, 2001 5:30 am
101
Is extra code neccessary to get tabs to work for Radiobuttons and Checkbuttons? I have the tab property set to 1, but tabbing still does not select those...
Marcus
lists@...
Oct 13, 2001 5:30 am
102
... Are you sure it doesn't work because it's not working in Win32::GUI? Using bitmaps along with some values of Align will fail fore some reason, and e.g....
Johan Lindstrom
johanl@...
Oct 13, 2001 1:23 pm
103
... No. ... I have noticed that some controls, e.g. RichEdit have a problem with letting the user leave the control with Tab. The control seems to process that...
Johan Lindstrom
johanl@...
Oct 13, 2001 1:32 pm
104
... Yes, although I don't know how to implement that.<< I'd think that would be something interesting to suggest to Aldo and the Win32::GUI dev team... ...