[perl-win32-gui-users] Re: [perl-win32-gui-hackers] CVS: New statusbar methods added

2004-01-14 Thread Jez White
Hi, I just tried to build from the CVS - but the latest changes I can see (both from the web and my CVS client) is six days ago. according to the docs: "Issues formerly encountered due to the SourceForge.net CVS infrastructure have now been resolved. Pserver connections are no longer globally ca

[perl-win32-gui-users] CVS: New statusbar methods added

2004-01-14 Thread Steve Pick
Hi, You'll all be pleased to know that I've enhanced the StatusBar object greatly. Here's the documentation for all the new methods for your status bars: Parts([x1, x2, x3...]) # Divides the statusbar into sections. The list of co-ordinates define the # right-hand edge of each part. #

Re: [perl-win32-gui-users] GroupBox tabbing

2004-01-14 Thread Glenn Linderman
On approximately 1/14/2004 6:41 AM, came the following characters from the keyboard of Chris Wearn: Hi All, When using AddGroupbox with RadioButtons, we have to use -group with -tapstop. However I am trying to use a Groupbox to contain a number of Textfields and other controls, and have not bee

RE: [perl-win32-gui-users] Re: Intermediate release of Win32::GUI

2004-01-14 Thread Stephen Pick
Oh and you need to do nmake install after compiling to install the module. Sorry, forgot to add that. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Levin Sent: 14 January 2004 14:19 To: perl-win32-gui-users@lists.sourceforge.net Subject: [pe

RE: [perl-win32-gui-users] Re: Intermediate release of Win32::GUI

2004-01-14 Thread Stephen Pick
You should already be able to add the WS_EX_STATICEDGE style to buttons. use the -pushexstyle => 0x0002 option for your button and the style will be applied. WS_EX_STATICEDGE is not exported by Win32::GUI (most Win32 constants arent), so you have to use the numeric instead. Steve -Or

[perl-win32-gui-users] GroupBox tabbing

2004-01-14 Thread Chris Wearn
Hi All, When using AddGroupbox with RadioButtons, we have to use -group with -tapstop. However I am trying to use a Groupbox to contain a number of Textfields and other controls, and have not been able to tab at all. Using the Groupbox works perfectly as a container and by using -parent, resize e

[perl-win32-gui-users] Re: Intermediate release of Win32::GUI

2004-01-14 Thread Levin
I AM VERY GLAD because now can there will be rebirth PERL for Windows, thanks! If will allow me I want to offer some themes for creativity;) I do not know as it to carry out: ( It will be very good to use: Styles for buttons (and for others), for example WS_EX_STATICEDGE, Hints for controls, For

RE: [perl-win32-gui-users] Button control. Is this a bug?

2004-01-14 Thread Stephen Pick
Can you post this on the sourceforge tracker as a suggestion if you haven't already? It's much more useful to put suggestions and bug reports there since otherwise they just lie around on the list and nobody can verify if they've been seen to or not :) Steve -Original Message- From: [

RE: [perl-win32-gui-users] The rebar control

2004-01-14 Thread Frazier, Joe Jr
That sounds great. I am sure there are limits to what it can do. It would be nice to have them fully documented along with some test cases ad you have suggested and volunteered for. Joe Frazier, Jr. Technical Support Engineer Peopleclick Service Support Tel: +1-800-841-2365 E-Mail: mailto:

[perl-win32-gui-users] Button control. Is this a bug?

2004-01-14 Thread Jez White
Hi, A common newbie problem is creating a button with a bitmap. Typically you would start by creating a button and then use the SetImage method to associate the image to the button. When you run the program, nothing happens. After reading the list, and looking at examples you realise you have t

Re: [perl-win32-gui-users] The rebar control

2004-01-14 Thread Jez White
Nice. Had a little play - is there a way to add more than one control to a band? I also found a problem with adding a toolbar... I'm thinking of adding documentation for this control, as well as creating a couple of examples (and tracker items for for various problems). Thoughts? jez. ---

Re: [perl-win32-gui-users] Updated sourceforge tracker

2004-01-14 Thread Jez White
Glenn, Just for completeness I've included your comments that you added to this item. I've tried your steps, and it works for me!:) Cheers, jez. Windows 2000 and Windows XP have a "new" feature not seen in prior versions of Windows. I suspect people experiencing this problem are attributing it