[perl-win32-gui-users] wishlist :)

2001-02-03 Thread Danny Zak
Dear perl-win32-gui-users, hm.. again .. i'm really happy with the win32 development.. i got some simple questions (or more like a wishlist :) ) * is there a spreadsheet (grid) look-a-like solution or component ? * is there a inline webbrowser somewhere ? or a HTML or XML parser ? * is

Re: [perl-win32-gui-users] Style Option Bug?

2001-02-03 Thread Erick J. Bourgeois
Jeremy, I didn't know that there was an -align option, but that is not really what I was concerned with, it's the colors. Why can't you use the two color options (ie. -background and -foreground) ALL the time, with any control? erick never stop questioning www.jeb.ca - Original Message -

Re: [perl-win32-gui-users] Style Option Bug?

2001-02-03 Thread Jeremy Blonde
Erick, It looks like it's only the ES_CENTER style that is not being handled/not being used properly. I tried adding "-align => center" and not modifying "-style", and it ends up with the same result. Perhaps others can give a little more insight as to why the style is not being applied correctl

[perl-win32-gui-users] Style Option Bug?

2001-02-03 Thread Erick J. Bourgeois
When I create a label and/or combobox, give them color attributes and then try and use the -style option, the colors are completely ignored. That is, if I just use the control without the -style option, then the colors work. For example, the following works great: use Win32::GUI; $MainWin = ne

Re: Antwort: Re: [perl-win32-gui-users] Tabstrips

2001-02-03 Thread Laurent ROCHER
Hello Yes, i have the same problem ;o) I made a new version with click event working. I remove Groupbox and use a specific class for the Page of the TabStrip. So, event react now. I have a problem for read or use elements in this class without a specific reference. For e

[perl-win32-gui-users] Ok I posted it once but now Im posting it in a different color

2001-02-03 Thread christopher sagayam
hi all I posted this question before and I didnt even get once response. So Im posting it in a different color. Please tell me if this question is totally off topic here . If it is , can anyone suggest a suitable mailing list for this question I thought since the finest win32 api minds hang out he

Re: [perl-win32-gui-users] AcceleratorTable

2001-02-03 Thread Erick J. Bourgeois
The subs that you supplied do not respond to the keys either. Any more ideas? erick never stop questioning www.jeb.ca - Original Message - From: Peter Eisengrein I may be wrong, but I've found that you cannot call a _Click() directly (you actually have to Click on something). I'