RE: [perl-win32-gui-users] CALL FOR BUGS (was: The status of win32::gui)

2003-04-08 Thread Maksim Golunov
Provide support for WinXP: - WinXP control look - Window color (just run some window with labels on WinXP with standard theme and you'll see) Regards, Max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Calpini Sent: Monday, April 07, 2003 7:36 PM

Re: [perl-win32-gui-users] CALL FOR BUGS (was: The status of win32::gui)

2003-04-08 Thread Aldo Calpini
Jeremy White wrote: Aldo, How do you want them submitted - via this list or via sourceforge? if you have access to SourceForge, this is certainly the preferred way. but a quick note on this list will help, too :-) cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;

Re: [perl-win32-gui-users] CALL FOR BUGS (was: The status of win32::gui)

2003-04-08 Thread Aldo Calpini
Maksim Golunov wrote: Provide support for WinXP: - WinXP control look what do you mean by this? - Window color (just run some window with labels on WinXP with standard theme and you'll see) I know, the white background. this is fixed now (I *really* do hate Microsoft technical

Re: [perl-win32-gui-users] CALL FOR BUGS (was: The status of win32::gui)

2003-04-08 Thread Jeremy White
Maksim Golunov wrote: Provide support for WinXP: - WinXP control look what do you mean by this? I assume he means that buttons and other controls in the standard XP theme have different colours, curved edges etc. Also, under XP, the window is a physically a different size than the one

Re: [perl-win32-gui-users] CALL FOR BUGS (was: The status of win32::gui)

2003-04-08 Thread Aldo Calpini
Jeremy White wrote: I assume he means that buttons and other controls in the standard XP theme have different colours, curved edges etc. Also, under XP, the window is a physically a different size than the one specified (due to the larger boarders of the window I guess), which means the

RE: [perl-win32-gui-users] CALL FOR BUGS (was: The status of win32::gui)

2003-04-08 Thread Maksim Golunov
Perhaps, this may be of interest for you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/h tml/winxpintro.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/h tml/xptheming.asp Max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [perl-win32-gui-users] CALL FOR BUGS (was: The status of win32::gui)

2003-04-08 Thread Aldo Calpini
Maksim Golunov wrote: Perhaps, this may be of interest for you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/h tml/winxpintro.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/h tml/xptheming.asp interesting, but don't work for me. I've

[perl-win32-gui-users] RE: CALL FOR BUGS

2003-04-08 Thread Garside, Trevor
Aldo, You may want to consider adding the following function to the RichEdit control: ### # (@)METHOD:TextLength() # Returns the text length of the RichEdit control LRESULT TextLength(handle) HWND handle

[perl-win32-gui-users] obtaining contents of another app's ListBox control

2003-04-08 Thread Jonathan Epstein
Hi, I need to grab some data from a commercial third-party application's listbox. Assuming that I know the window handle (later on I'll find it with FindWindow, but a single fixed window will work fine for now), how do I do this? I've tried stuff like: use Win32::GUI; my $lb = 0x002a01b6;

Re: [perl-win32-gui-users] RE: CALL FOR BUGS

2003-04-08 Thread burakgursoy
Also, a richedit control in a treeview can be good :) at least, can we have a word-wrap option in a treeview control? Also, It looks like there is a character limit in a treeview. Long texts are truncated... Aldo, You may want to consider adding the following function to the RichEdit