Re: [perl-win32-gui-users] Win32-GUI-1.12

2015-06-03 Thread Robert May
Thank you very much On 3 June 2015 at 14:35, kmx k...@atlas.cz wrote: Win32-GUI-1.12 is available on CPAN with perl-5.22.0 compatibility fix. -- kmx -- ___

Re: [perl-win32-gui-users] Win32-GUI-1.07 released + migrated from CVS to GIT

2014-10-09 Thread Robert May
Indeed, thanks to KMX for this. I believe that Activestate generally pull source from CPAN and build their PPMs from that. Rob. On 9 October 2014 10:19, Jeremy jez_wh...@hotmail.com wrote: Good job. Do you have any plans for additional functionality/fixes etc? Also, do you know how this

Re: [perl-win32-gui-users] Win32-GUI-1.07 released + migrated from CVS to GIT

2014-10-09 Thread Robert May
, Robert May roberte...@users.sourceforge.net wrote: Indeed, thanks to KMX for this. I believe that Activestate generally pull source from CPAN and build their PPMs from that. Rob. On 9 October 2014 10:19, Jeremy jez_wh...@hotmail.com wrote: Good job. Do you have any plans for additional

Re: [perl-win32-gui-users] Can't Find Win32_GUI.ppd

2014-05-01 Thread Robert May
Hi Bert, I tried to reply to your direct email to me a couple of weeks ago, but my email to your sourceforge email address bounced. Here's what I said: Links to the latest project built PPMs (for Actrivestate 5.6 qand 5.8 series) are in the Dowloands section on the website at

Re: [perl-win32-gui-users] Can't Find Win32_GUI.ppd

2014-05-01 Thread Robert May
Hi Bert, I have found some Win32-GUI PPMs online at http://www.bribes.org/perl/ Follow the links at the bottom of the page depending on whether you have 32- or 64-bit Perl installed. I have not used these myself, but they claim to be compiled for Perl 5.16. Rob. On 1 May 2014 12:00, Robert

Re: [perl-win32-gui-users] Is it possible to work on toolbar controls with win32::GUI

2010-05-27 Thread Robert May
Windows will only marshal messages in the range 0..WM_USER across processes. The messages you are trying to use here are above WM_USER. So you are passing to the other process an address (in the lParam of the SendMessage) in your memory space - you are lucky not to crash the other process :-)

Re: [perl-win32-gui-users] 64bit version of Win32::GUI is here.

2010-04-09 Thread Robert May
On 9 April 2010 08:32, Jeremy White jez_wh...@hotmail.com wrote: All, I have just checked in some changes that will allow the building of Win32::GUI with 64 bit perl. The resulting dll's are all 64 bit meaning they run native on 64 bit machines with all the advantages (access to more memory

[perl-win32-gui-users] Announce: Win32::GUI::SplashScreen V0.04

2009-07-18 Thread Robert May
I just pushed Win32::GUI::SplashScreen V0.04 to CPAN. V0.03 was shipped with debugging turned on. I also found a report of a bug with obtaining the bitmap from an executable packed with PAR (pp - a ) - this is now fixed. Regards, Rob. 2009/7/17 Robert May roberte...@users.sourceforge.net

[perl-win32-gui-users] Announce: Win32::GUI::SplashScreen V0.03

2009-07-17 Thread Robert May
Hi again, While I am in a releasing mood, there's a new version of Win32::GUI::SplashScreen on CPAN. The only change is to fix up the build process a litte. No new functionality. It will be at http://search.cpan.org/~robertmay/Win32-GUI-SplashScreen-0.03/ once search.cpan.org catches up.

[perl-win32-gui-users] ANNOUNCE: Win32::VisualStyles V0.02

2009-07-15 Thread Robert May
[For some reason this appears not to have reached the list - retrying.] All, Back in May there was a discussion on this list about Visual Styles (aka XP Styles).  Up to now we have been coping with applying style by copying a manifest file into the perl bin directory.  This is unsatisfactory for

Re: [perl-win32-gui-users] ANNOUNCE: Win32::GUI::OpenGLFrame V0.01

2009-07-15 Thread Robert May
2009/7/15 eros-9 erosol...@hotmail.com: when i close any of the examples in the demos, i get a message: (in cleanup) Can't call method FETCH on an undefined value at c:/perl/site/lib/Win32/GUI/OpenGLFrame.pm line 108 during global destruction. What version of Win32::GUI? When this error

Re: [perl-win32-gui-users] Win32::GUI + OpenGL

2009-05-22 Thread Robert May
I have also experimented with OpenGL and Win32::GUI. I started to write a module to integrate the two, but never completed it - I did get it running though, and successfully ported most of the examples that some with the OpenGL module. I'll make make my code available sometime next week, once I

Re: [perl-win32-gui-users] Refresh the taskbar

2008-12-08 Thread Robert May
(but you might get lucky). Rob. 2008/12/8 Robert May [EMAIL PROTECTED]: 2008/12/8 Perl Rob [EMAIL PROTECTED]: It turns out that editing the registry is not necessary. I simply had to send the WM_COMMAND message (which means a command was selected from a menu) and a specific message number (which

Re: [perl-win32-gui-users] Text size

2008-07-18 Thread Robert May
2008/7/18 Roode, Eric [EMAIL PROTECTED]: On 17 July 2008, Sean Healy wrote: ($x, $y) = $Label-GetTextExtentPoint32($string); Upon further experimentation, there is something not quite right with that. The width it returns is too wide. There seems to be some sort of per-character skew --

Re: [perl-win32-gui-users] right click on RichEdit control

2008-05-14 Thread Robert May
2008/5/14 peter [EMAIL PROTECTED]: how can we enable the mouse right click on the Win32::GUI::RichEdit control, it is not enabled by default. Yes it is {1]. (There is probably a better way of doing what you want [2].) #!perl -w use strict; use warnings; use Win32::GUI 1.05

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

2008-05-01 Thread Robert May
2008/4/30 Steven Vasilogianis [EMAIL PROTECTED]: I have been having some trouble getting my scroll bars to work well. I have been modifying an example I found on Rob May's weblog (http://blog.robmay.me.uk/search/label/perl-win32-gui). Sample code is included below. The problems I am having

Re: [perl-win32-gui-users] Handling WM_MOUSEWHEEL or other arbitrary windows messages

2008-05-01 Thread Robert May
2008/4/15 E. Westbrook [EMAIL PROTECTED]: I have a Win32-GUI app with a scrollable window area, and it uses the -onScroll = \scrollfn model to handle manipulation of the scrollbar (and other normal messages). It's working well, such as it is. Now I'd like to add handling for the

Re: [perl-win32-gui-users] How to catch/process mouse clicks on a balloon?

2008-05-01 Thread Robert May
2008/4/15 Ilya BANDORIN [EMAIL PROTECTED]: Does anybody know if it is possible to execute a subroutine when user clicks on a popup balloon of NotifyIcon? Now it just closes on mouse click. Can't find any solution for this. Yes, it's possilbe. Look at the code for the NotifyIcon.pl sample

Re: [perl-win32-gui-users] How to combine tool- and rebars properly?

2008-03-03 Thread Robert May
On 24/02/2008, M2U Germany [EMAIL PROTECTED] wrote: On Thursday, February 14, 2008 6:27 PM Robert May wrote: I'd be interested in the solution to this! With the code below I see the toolbar jumping from 1 to 3 rows, despite the fact that the buttons only appear on 2 rows

Re: [perl-win32-gui-users] tutorials use strict? use warnings? globals? sender and eventargs? $self?

2008-03-03 Thread Robert May
On 21/02/2008, David Christensen [EMAIL PROTECTED] wrote: perl-win32-gui-users: I'm a Win32::GUI newbie who went through the tutorials the other night: http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=tutorial and was shocked to see: 1. No use strict nor use warnings.

Re: [perl-win32-gui-users] Win32 GUI 1.06 PPM 5.10 x64 and Source Distribution

2008-03-03 Thread Robert May
On 21/02/2008, Cloud Strife [EMAIL PROTECTED] wrote: I'm tried to compile Win32 GUI 1.06 for Active Perl 5.10 x64 on Windows XP Professional 64 bit Edition (Using Platform SDK and Windows SDK v6.0). After failing many times, it was successfully done. But AxWindow and Grid have problems.

Re: [perl-win32-gui-users] Process list on Vista

2008-03-03 Thread Robert May
On 01/03/2008, Bhupendra G J [EMAIL PROTECTED] wrote: I wanna get the list of processes and the following function in WIn32 Gui package is being used. Win32::PerfLib::GetCounterNames('', \%counter); On windows xp, am getting the process list but on vista this subroutine doesn't return any

Re: [perl-win32-gui-users] Missing constants for ListView HitTest

2008-02-23 Thread Robert May
On 22/02/2008, Gareth John [EMAIL PROTECTED] wrote: I'm using Perl v5.10.0 and Win32::GUI 1.0.6 - I'm trying to import the following constants: LVHT_ABOVE LVHT_BELOW LVHT_NOWHERE LVHT_ONITEMICON LVHT_ONITEMLABEL LVHT_ONITEMSTATEICON LVHT_TORIGHT LVHT_TOLEFT but they don't

Re: [perl-win32-gui-users] How to combine tool- and rebars properly?

2008-02-16 Thread Robert May
the toolbar, but I've don it according to MS docs which say: If you want your application to match the Microsoft Windows interface, use the flat transparent style toolbar. Regards, Rob. # Author: Robert May - [EMAIL PROTECTED] # # Copyright (C) 2005 Robert May # # This script is free software; you can

Re: [perl-win32-gui-users] How to combine tool- and rebars properly?

2008-02-14 Thread Robert May
On 14/02/2008, Jeremy White [EMAIL PROTECTED] wrote: There is an issue in your code - just ran out of time to fix it! If you can't find it let me know - should have time tomorrow. I'd be interested in the solution to this! I thought that the problem was going to be the fact that the code got

Re: [perl-win32-gui-users] Announce: v1.06 RC2 available for download.

2008-02-12 Thread Robert May
On 12/02/2008, M2U Germany [EMAIL PROTECTED] wrote: I have made a second release candidate for V1.06 (1.06 RC2 aka v1.05_91) available for download from: Please could those who reported problems with RC1 download again, and confirm that their problems are resolved. The WS_POPUP style

Re: [perl-win32-gui-users] Win32-GUI 1.06 for activePerl 5.10 - 64 Bit

2008-02-12 Thread Robert May
On 12/02/2008, peter [EMAIL PROTECTED] wrote: hi the new win32GUI 1.06 is fine and working well, i have tried it on windows xp 32bit and vista 32 bit, with perl 5.10.1002 Thank you for the report. today i have installed windows xp 64-bit on a different primary partition in my hard disk,

Re: [perl-win32-gui-users] Marquee-style progress bar?

2008-02-08 Thread Robert May
On 08/02/2008, Perl Rob [EMAIL PROTECTED] wrote: Is Win32::GUI() capable of creating a marquee-style progress bar for indicating activity instead of overall progress? Yes, it's possible. It will only work on WinXP and later, as it requires the (non-distributable) ComCtl32.dll V6 and above.

Re: [perl-win32-gui-users] Win32::GUI 1.06 RC1 release candidate available for download

2008-02-08 Thread Robert May
On 07/02/2008, M2U Germany [EMAIL PROTECTED] wrote: I just updated my perl version to 5.10.0.1001 and therefore also tried the new Win32::GUI files. First of all thanks for all the great work! So far I have only expirienced one problem: Some of the constants don't seem to be exported

[perl-win32-gui-users] Win32::GUI 1.06 RC1 release candidate available for download

2008-02-02 Thread Robert May
All, I have made source and binary[1] distributions of the first release candidate available for download. Win32::GUI v1.05_90 (aka v1.06 RC1) can be found here: http://www.robmay.me.uk-a.googlepages.com/win32-gui-1-06-rc1 This download page cannot cope with high volume downloads, is temporary

Re: [perl-win32-gui-users] Win32::GUI:Window clipboard/buffer limit?

2008-02-01 Thread Robert May
From the sound of it you'll be interested in these 2 threads - I'm a bit confused by your 29781 byte limit, as I though the default limit was 64K. Anyway, if you replace (what I assume to be) your Win32::GUI::Textfield with a Win32::GUI::RichEdit the maximum size is about 2GB. You need to set it

Re: [perl-win32-gui-users] Win32::GUI:Window clipboard/buffer limit?

2008-02-01 Thread Robert May
, -autovscroll = 1, -keepselection = 1, -font = $EditFont, ); Regards, - Lincoln -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert May Sent: Friday, February 01, 2008 10:39 AM To: Mennuti, Lincoln: IT UK - QA (NYK) Cc: perl-win32

[perl-win32-gui-users] Upcoming 1.06 release

2008-01-30 Thread Robert May
All, As you are probably aware from an earlier thread that leak over from the hackers list to list list I am planning a V1.06 release. It's mostly bug fixes. I've got a couple of things let to sort out - the most important is fixing the build against ActiveState Perl when using gcc, but I now

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Scintilla crashes at DoEvent_Scintilla

2008-01-28 Thread Robert May
On 28/01/2008, Reini Urban [EMAIL PROTECTED] wrote: Attached are my tests. Many thanks. I'll tidy them up and apply them. Knowing what the problem was, with a bit of code inspection I was able to get the crash to happen reliably with this one-liner: perl -mWin32::GUI -mWin32::GUI::Scintilla

Re: [perl-win32-gui-users] No events for enterkey in the TextField control?

2008-01-27 Thread Robert May
On 11/01/2008, Michael [EMAIL PROTECTED] wrote: Our team used Win32::GUI modules for several weeks and we made beautifuly GUI windows by this excellent module. But there still had been a confusion: is there any event designed to catch Enter Key pressed in Win32::GUI::TextField control? We

Re: [perl-win32-gui-users] why are the prompts of my textfields not shown?

2008-01-27 Thread Robert May
On 12/12/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi rob, thanks for your support. I've created a small working example of my script. Sorry I took so long to get round to looking at this. I cut your script down to be *short* and something that I could run without having to install

Re: [perl-win32-gui-users] Adding a bitmap to a label

2008-01-27 Thread Robert May
On 17/10/2007, Glenn Linderman [EMAIL PROTECTED] wrote: On approximately 10/16/2007 11:58 PM, came the following characters from the keyboard of Brian Rowlands (Greymouth High School): Hi there I'm resubmitting a variation on my previous cry for help (to which I got no answers sadly) but

Re: [perl-win32-gui-users] Characters in other languages than english?

2008-01-27 Thread Robert May
On 13/10/2007, Octavian Rasnita [EMAIL PROTECTED] wrote: I know that Win32::GUI doesn't support UTF-8 characters and maybe it won't support it very soon, but is it possible to use characters in other european languages in a Win32::GUI program? I just want to use the charset ISO-8859-2 instead

[perl-win32-gui-users] Transparent buttons [Was: How to dynamically combine bitmaps in toolbar]

2008-01-27 Thread Robert May
On 27/01/2008, Waldemar Biernacki [EMAIL PROTECTED] wrote: Thank you Robert, Now I resolved the problem putting many square bitmap buttons. The result is OK. But I would be more happy if I cound put transparent (for instance ico files) instead od bmp files. Is it possible? (I've tried to use

Re: [perl-win32-gui-users] Modify the behavior of Win32::GUI::BitmapInline

2008-01-13 Thread Robert May
On 09/08/2007, Robert May [EMAIL PROTECTED] wrote: On 26/06/07, Robert May wrote: On 26/06/07, Glenn Linderman wrote: On 6/26/2007 10:57 AM, Perl Rob wrote: I'm using Win32::GUI::BitmapInline and I have just one problem with it: the requirement that my script have write access

Re: [perl-win32-gui-users] why are the prompts of my textfields not shown?

2007-12-09 Thread Robert May
On 22/11/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I've a small application with a configuration window. this window is created with a for-loop and some textfields with prompt for the values. this window is shown with an Animate(). but the prompts aren't shown until i focus it

Re: [perl-win32-gui-users] WHERE IS THE LOGIC?

2007-12-07 Thread Robert May
On 05/12/2007, Brian Millham [EMAIL PROTECTED] wrote: Waldemar Biernacki wrote: Hello! At the end I've enclosed the little code of Perl/Win32:GUI. If you start the code you can notice that the sequence is the following: 1. Window appears on the screen. 2. An incomplete field1

Re: [perl-win32-gui-users] RadioButton checked or not checked

2007-12-07 Thread Robert May
On 07/12/2007, merryxmas [EMAIL PROTECTED] wrote: i have a form with two radiobuttons, and i want one of them to be checked when the form launched. i can't make this by the -check option. what should i do -checked = 1 is the option that you are looking for. Regards, Rob.

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-03 Thread Robert May
On 03/12/2007, Jeremy White [EMAIL PROTECTED] wrote: It seems the option --dyndll with perlapp causes the problem - I dont know why... I've not used perlapp, but might it be related to this bug: http://bugs.activestate.com/show_bug.cgi?id=36715 --dyndll causes (some of?) the bundled libraries

Re: [perl-win32-gui-users] Method for Clicking Menu Items?

2007-11-10 Thread Robert May
On 10/08/2007, Veli-Pekka Tätilä [EMAIL PROTECTED] wrote: Is there a method I can call to programmatically click a menu item? I'm planning on calling it in the Ctrl+N handler in my accelerator table. Not that I'm aware of. I guess I could call the underlying subs that my menu items call, but

Re: [perl-win32-gui-users] FindWindow and SendMessage

2007-11-10 Thread Robert May
On 16/08/2007, Perl Rob [EMAIL PROTECTED] wrote: Well, I answered my own question, so I thought I'd post the answer in case it helps someone else who wants to close a window in this manner. Turns out I had to create a quoted word list and add WM_CLOSE to it (as a part of my use Win32::GUI

Re: [perl-win32-gui-users] Kbd Fires Click Twice for Radiobuttons, Why?

2007-11-10 Thread Robert May
On 06/09/2007, Veli-Pekka Tätilä [EMAIL PROTECTED] wrote: Hi list, I think I might have found a bug in the event handling of Radio Buttons, or else have just somehow misunderstood how their event handling works. EIther way, I'd appreciate any comments and clarifications. Issue: if I create

Re: [perl-win32-gui-users] Listview mental block

2007-11-10 Thread Robert May
On 19/09/2007, Brian Rowlands (Greymouth High School) [EMAIL PROTECTED] wrote: I've used TheLoft to create a gui interface for a program I'm writing. A button I click is meant to read a selected line from a listview pane and display the results in a selection of tf / cb controls: #

Re: [perl-win32-gui-users] How to wait for a Dialogbox to continue the program?

2007-11-10 Thread Robert May
On 26/09/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want to make an input with a dialogbox. but I've the problem that the program continues while the dialogbox is open. how can i make the script waiting for closing the dialogbox? As you haven't posted a *short* and *complete* example

Re: [perl-win32-gui-users] my labels are only shown after clicking an them or resizing the window

2007-11-10 Thread Robert May
On 26/09/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've the problem that my labels are only shown after clicking on them or after resizing the window. do I have to implement a repainting or something? No, but you have to process the event queue somewhere in your code. You example is

[perl-win32-gui-users] My continued absense

2007-11-06 Thread Robert May
All, Apologies for the lack of my presence in this group, and the lack of progress on a new version of Win32::GUI. I am in the middle of a move from the UK to Bangalore, and it is taking me longer than expected to be up and running again. Rest assured that I haven't forgotten about you or

Re: [perl-win32-gui-users] Scrollbar articles

2007-09-03 Thread Robert May
On 30/08/07, Robert May [EMAIL PROTECTED] wrote: Part 1: http://blog.robmay.me.uk/2007/08/scrolbars-part-1-scratch-program.html Part 2: http://blog.robmay.me.uk/2007/08/scrolbars-part-2-adding-large-control.html part 3: http://blog.robmay.me.uk/2007/08/scrollbars-part-3-adding

Re: [perl-win32-gui-users] Scrollbar articles

2007-08-30 Thread Robert May
Part 1: http://blog.robmay.me.uk/2007/08/scrolbars-part-1-scratch-program.html Part 2: http://blog.robmay.me.uk/2007/08/scrolbars-part-2-adding-large-control.html part 3: http://blog.robmay.me.uk/2007/08/scrollbars-part-3-adding-scrollbars.html And now part 4:

Re: [perl-win32-gui-users] how to have scrollbars in the main-window if it is too small?

2007-08-29 Thread Robert May
On 28/08/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want to create a window with some buttons, labels, and textfields. but the window is too small - how can I realize working scrollbars? Scrollbars are quite a complex topic, and I can't do them justice in a quick response to your email.

Re: [perl-win32-gui-users] how to have scrollbars in the main-window if it is too small?

2007-08-29 Thread Robert May
On 29/08/2007, Robert May [EMAIL PROTECTED] wrote: The first article (which only starts to set the scene) can be found at: http://blog.robmay.me.uk/2007/08/scrolbars-part-1-scratch-program.html I'll post more over the next days. The series will probably run to 12 or so short articles. Part

[perl-win32-gui-users] Scrollbar articles [Was: how to have scrollbars in the main-window if it is too small?]

2007-08-29 Thread Robert May
The first article (which only starts to set the scene) can be found at: http://blog.robmay.me.uk/2007/08/scrolbars-part-1-scratch-program.html Part 2 is now available at: http://blog.robmay.me.uk/2007/08/scrolbars-part-2-adding-large-control.html And now part 3 at:

Re: [perl-win32-gui-users] PL_memory_wrap...

2007-08-26 Thread Robert May
On 24/08/07, Marco Hofmann [EMAIL PROTECTED] wrote: I have problems with pp and win32::gui() package. If I pack a script containing only the line use Win32::GUI(); with pp -o test.exe test.pl I get the error message, when starting test.exe: The procedure entry point PL_memory_wrap

Re: [perl-win32-gui-users] How to dynamically combine bitmaps in toolbar

2007-08-26 Thread Robert May
On 22/08/07, Waldemar Biernacki [EMAIL PROTECTED] wrote: Hello everyone! I've found usefull notes on toolbar. However I have not found how to combine different images to get one toolbar. Later on is my code. I have three bitmaps: one, two and both. If you call the script as follows: perl

Re: [perl-win32-gui-users] PL_memory_wrap...

2007-08-26 Thread Robert May
On 27/08/07, marco hofmann [EMAIL PROTECTED] wrote: As script the report is: Can't call method VERSION on an undefined value at perlversion.pl line 2. Sorry, that should have been: print $]\n; print ActivePerl-VERSION(), \n; Can you try again - if I got it right this time, the second line

Re: [perl-win32-gui-users] Modify the behavior of Win32::GUI::BitmapInline

2007-08-09 Thread Robert May
On 26/06/07, Robert May wrote: On 26/06/07, Glenn Linderman wrote: On 6/26/2007 10:57 AM, Perl Rob wrote: I'm using Win32::GUI::BitmapInline and I have just one problem with it: the requirement that my script have write access to the current directory. Indeed. If you were

Re: [perl-win32-gui-users] Why is my GUI hanging?

2007-08-02 Thread Robert May
On 02/08/07, Robert May [EMAIL PROTECTED] wrote: On 02/08/07, Jan Dubois [EMAIL PROTECTED] wrote: On Wed, 01 Aug 2007, Robert May wrote: On 31/07/07, Robert May [EMAIL PROTECTED] wrote: I'll post another version as soon as I've shown that it tests clean (hopefully tomorrow). I

Re: [perl-win32-gui-users] Timer not being fired when using threads

2007-08-02 Thread Robert May
On 02/08/07, Brian Fredette [EMAIL PROTECTED] wrote: Thanks for the explanation. Now that you mentioned it I recall reading somewhere OEM versus NEM. Guess I forgot about that. Thats what I get for using old code without deeper reading. No problem. Reading may not have got you very far -

Re: [perl-win32-gui-users] Why is my GUI hanging?

2007-08-01 Thread Robert May
On 31/07/07, Robert May [EMAIL PROTECTED] wrote: I'll post another version as soon as I've shown that it tests clean (hopefully tomorrow). Attached patches implement the same functionality against AS build 819 and, probably more importantly, perl 9.5.9. Tests run without failures (well

Re: [perl-win32-gui-users] Why is my GUI hanging?

2007-08-01 Thread Robert May
On 02/08/07, Jan Dubois [EMAIL PROTECTED] wrote: On Wed, 01 Aug 2007, Robert May wrote: On 31/07/07, Robert May [EMAIL PROTECTED] wrote: I'll post another version as soon as I've shown that it tests clean (hopefully tomorrow). I don't quite get the list of test failures. Are you

Re: [perl-win32-gui-users] Why is my GUI hanging?

2007-07-26 Thread Robert May
On 26/07/07, Marc Nürnberger [EMAIL PROTECTED] wrote: Hi there, first of all thanks for your quick answers. Geoffrey Spear wrote: I don't have a solution for your freezing problem, but you should be able to replace C:/Docume~1/$ENV{'USERNAME'}/Anwendungsdaten with $ENV{'APPDATA'} and have

Re: [perl-win32-gui-users] Accelerator Scoping Oddity, Gridlayout Suggestions

2007-07-26 Thread Robert May
On 25/07/07, Salvador Ortiz García [EMAIL PROTECTED] wrote: On Wed, 2007-07-25 at 16:29 +0300, Veli-Pekka Tätilä wrote: Hi list, I think I've found a bug or oddity in Win32::GUI::AcceleratorTable ... Yes, right now only the internal handlers are stored in the associated window, a bug IMHO.

Re: [perl-win32-gui-users] Accelerator Scoping Oddity, Gridlayout Suggestions

2007-07-26 Thread Robert May
On 25/07/07, Veli-Pekka Tätilä [EMAIL PROTECTED] wrote: Secondly, I know this is much easier said than done, but would be great if the GridLayout control could be improved to be more like layout managers are in other UIs. I'd like to see a family of layout modules, offering capabilities from

Re: [perl-win32-gui-users] Why is my GUI hanging?

2007-07-26 Thread Robert May
On 26/07/07, Marc Nürnberger [EMAIL PROTECTED] wrote: H... I found a strange behavior after adding some debugging prints. The delay occurs when the last command is executed. That `links.html` one. Everything works fine up to that point. But that's only the case when I use the GUI version.

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

2007-07-11 Thread Robert May
On 04/07/07, pcourterelle [EMAIL PROTECTED] wrote: Rob, thanks for that...that drove me nuts for a while...what does SetTopIndex() do if it does ensure the value of the index is visible in the Listbox? The info says: SetTopIndex SetTopIndex(INDEX) Ensure that a particular item is visible in the

Re: [perl-win32-gui-users] accelerator which fires evertime

2007-07-11 Thread Robert May
On 11/07/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a small program which can be minimized to the tray. Now I want to have an accelerator which fires to minimize the program to the tray = this works fine. But now I want to restore the window with an accelerator anytime. It should work

Re: [perl-win32-gui-users] accelerator which fires evertime

2007-07-11 Thread Robert May
On 11/07/07, Robert May [EMAIL PROTECTED] wrote: On 11/07/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a small program which can be minimized to the tray. Now I want to have an accelerator which fires to minimize the program to the tray = this works fine. But now I want to restore

Re: [perl-win32-gui-users] How to catch unwanted Win32::Printer errors

2007-07-03 Thread Robert May
On 03/07/07, Perl Rob [EMAIL PROTECTED] wrote: When I run my code to print an image file, the standard Print dialog appears as expected, and my file is printed without problems if I click OK. However, if I click Cancel on the dialog, Win32::Printer opens a dialog box with a cryptic error (about

Re: [perl-win32-gui-users] Layering lines.

2007-07-03 Thread Robert May
On 03/07/07, Steven Lloyd [EMAIL PROTECTED] wrote: Is there a way to draw a line over a label? Mine keeps disappearing. I cannot seem to get the DC lines thing to work, even without a label... Steve, I think you have a misunderstanding about how drawing works in windows. Windows doesn't

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

2007-07-02 Thread Robert May
On 02/07/07, Octavian Rasnita [EMAIL PROTECTED] wrote: Is it possible to display a Flash annimation in a window created with Win32::GUI? If yes, please tell me how. I think that it should be possible to do it using Win32::GUI::AxWindow but I don't know what control name to use in the -control

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

2007-06-28 Thread Robert May
On 28/06/07, Jacques Choquette XX (QB/EMC) [EMAIL PROTECTED] wrote: I am trying to see the first item in the list that I have built for a combobox. When I run the script, the combobox is there but I cannot see the item like 'info'. What am I doing wrong? I am using Perl 5.8 on Windows 2000

Re: [perl-win32-gui-users] Modify the behavior of Win32::GUI::BitmapInline

2007-06-26 Thread Robert May
On 26/06/07, Glenn Linderman [EMAIL PROTECTED] wrote: On approximately 6/26/2007 10:57 AM, came the following characters from the keyboard of Perl Rob: I'm using Win32::GUI::BitmapInline and I have just one problem with it: the requirement that my script have write access to the current

Re: [perl-win32-gui-users] creating a child window

2007-06-20 Thread Robert May
On 20/06/07, Octavian Rasnita [EMAIL PROTECTED] wrote: I have tried to create a child window, but when I close it, the entire application closes. I open it with an option from the menu of the parent window that has a -onClick = \Config, and I returned 0 or 1 from the sub Config {} subroutine,

Re: [perl-win32-gui-users] Radio Buttons

2007-06-13 Thread Robert May
On 13/06/07, Brian Rowlands (Greymouth High School) [EMAIL PROTECTED] wrote: I've a design with 8 radio buttons named rb7, rb8, … rb14. What I want to do is determine which one has the focus. Can someone pease help me find an efficient way to do this please? Two was that I can think to do it.

Re: [perl-win32-gui-users] memory management and Win32: :GUI

2007-06-13 Thread Robert May
From: pcourterelle [EMAIL PROTECTED] I've created several some simple scripts with Win32::GUI where there is little more than a window, button and listview and the script is using 6 MB of memory. The memory usage increase dramatically each time a button is clicked or the listview is populated.

Re: [perl-win32-gui-users] Tabstrip and clusters issue

2007-06-13 Thread Robert May
On 10/06/07, Brian Rowlands (Greymouth High School) [EMAIL PROTECTED] wrote: I have a tabstrip with several tabs and a cluster that should appear on tab index 3 only. When the gui runs the the cluster shows on index 0 which is the default tab on opening whereas it should be invisible on that

Re: [perl-win32-gui-users] Deprecated Constants

2007-06-05 Thread Robert May
On 05/06/07, Brian Rowlands (Greymouth High School) [EMAIL PROTECTED] wrote: I've written my first GUI using The GUI Loft and all works fine except I get the following warnings: 'use Win32::GUI;' is currently exporting constants into the callers scope. This functionality is deprecated. Use 'use

[perl-win32-gui-users] Drawing (Part 1) [Was: Refreshing the Window]

2007-06-04 Thread Robert May
On 30/05/07, George [EMAIL PROTECTED] wrote: thanks for the response, but where should we insert the invalidate function, i am lost completely. and many discussions in the forum are complicated and for experts only, i have tried many variations with no success. the available examples in the

Re: [perl-win32-gui-users] Drawing (Part 2) [Was: Refreshing the Window]

2007-06-04 Thread Robert May
On 04/06/07, Robert May [EMAIL PROTECTED] wrote: I'll follow-up with a second example showing how to create a memory DC as a backing store that you only need to draw into when things change. #!perl -w use strict; use warnings; use Win32::GUI qw( CW_USEDEFAULT RDW_VALIDATE RDW_NOCHILDREN

Re: [perl-win32-gui-users] tool tips Win32::GUI::GetOpenFileName

2007-05-30 Thread Robert May
On 30/05/07, Fleming, John M [EMAIL PROTECTED] wrote: Does anyone know how to disable tooltips in a GetOpenFileName window? I'm not aware of any way to do this I have a problem that I think it related to tool tips. You may be right, but it's more likely that we have a problem in

Re: [perl-win32-gui-users] drawing a Polygon

2007-05-24 Thread Robert May
On 24/05/07, George [EMAIL PROTECTED] wrote: i am trying to draw a polygon , in the code below wich is adapted from the Draw.pl demo in the win32-Gui package, the program run successfully if we uncomment the line : $DC-Rectangle(100, 100, 300, 200); and comment the line: $DC-Polygon(10, 10, 10,

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

2007-05-24 Thread Robert May
On 24/05/07, Geoffrey Spear [EMAIL PROTECTED] wrote: $path = $ENV{PAR_TEMP} . /inc if exists $ENV{PAR_TMP}; I'd be interested to know if it still works :-) It does, except you've got a typo in the second PAR_TEMP that just hurt my brain trying to figure out why $path wasn't getting set. It

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

2007-05-23 Thread Robert May
Geoffrey Spear wrote: I hate to bring back a nearly 6 month old thread, but is there some sort of trick to getting Win32::GUI to find icons bundled with a pp-built .exe? I built one using pp script.pl -o script.exe -a icon.ico but the icon only displays properly if there's a copy of it in the

Re: [perl-win32-gui-users] Using custom controls/widgets

2007-05-16 Thread Robert May
Roode, Eric wrote: Okay, I've done pretty much what you said: I've loaded the DLL (successfully). I've created a class to represent my control. In that class's new() function, I invoke Win32::GUI-_new. In my main program, I position the control as usual. The control is not

Re: [perl-win32-gui-users] Toolbar bitmaps

2007-05-09 Thread Robert May
On 09/05/07, mikemc [EMAIL PROTECTED] wrote: You are right it was a typo. I it is spelt wrong in the documentation, i just cut and pasted it. Although that was not the cause of my problem Is that typo in Win32::GUI documentation? If so, can you let me know where, so I can fix it. Thanks,

Re: [perl-win32-gui-users] EOL control in scintilla

2007-05-06 Thread Robert May
Sean Healy wrote: I tracked down the extra spaces problem. It turned out to be a space at the end of the line (after the EOL character(s)), not at the beginning, which is why it doesn't show up on the first line. Here's the cause of the problem: # How many characters are on a line, not

Re: [perl-win32-gui-users] Possible memory leak [Was: textfield looking like html/css input]

2007-05-06 Thread Robert May
Waldemar Biernacki wrote: Hi! Now I've got another problem. Memory one. [ Please start a new eamil, with an appropriate subject line for a new problem ] {edited] Here is an application ... After I create 10 windows Windows Task Menager reads that perl is using 6704K memory (I use WinXPHE

Re: [perl-win32-gui-users] Using custom controls/widgets

2007-05-04 Thread Robert May
) should have most of the detail that you need. Rob. -- Robert May Win32::GUI, a perl extension for native Win32 applications http://perl-win32-gui.sourceforge.net/

Re: [perl-win32-gui-users] long menus -- easy solutions I might be missing?

2007-04-27 Thread Robert May
Glenn Linderman wrote: So I have a menu that has dynamic entries, that can grow quite long. There seem to be no particular limits on how many entries a menu can have, but when it exceeds the size of the screen, you get these annoying up and down arrows at the top and bottom. They can be used

Re: [perl-win32-gui-users] Error in GUI.pm

2007-04-27 Thread Robert May
On 27/04/07, Tim Hansell [EMAIL PROTECTED] wrote: [edited] While playing around with the AnimateWindow.pl program discovered error saying that bltr was an unrecognized direction. line 441 (GUI.pm) the regex that is used to recognize directions has 'blrt' instead of 'bltr'. (also the comment

Re: [perl-win32-gui-users] textfield looking like html/css input

2007-04-25 Thread Robert May
Waldemar Biernacki wrote: I have two input fields (in html/css dialect): 1. input style=border:groved #ff 2px; value=groved field / 2. input style=border:solid #ff 2px; value=solid border field / The first one is a normal textfield in Win32::GUI. I would be very, very pleased I

Re: [perl-win32-gui-users] Bug bug bug

2007-04-24 Thread Robert May
On 07/04/07, Glenn Linderman [EMAIL PROTECTED] wrote: I turned on -dropdown = 1 for a Combobox, and got a -dropdownlist style instead. The bottom two bits should be a 2-bit mask, for three values: simple = 1, dropdown = 2, dropdownlist = 3. I'm not sure what 0 does... looks/acts a lot like

Re: [perl-win32-gui-users] Installing Win32::GUI (cpan) on perl/mingw/dmake

2007-04-24 Thread Robert May
On 23/04/07, Reini Urban [EMAIL PROTECTED] wrote: Hi Waldemar, 2007/4/22, Waldemar Biernacki [EMAIL PROTECTED]: 1. the file GUI.rc (in root install directory) has readonly attribute and installation stops. When I change it to read/write attribute all pass OK. Is it a very small bug or I did

Re: [perl-win32-gui-users] disabling the check on a checkbox???

2007-04-24 Thread Robert May
On 24/04/07, Glenn Linderman [EMAIL PROTECTED] wrote: $mw-AddCheckbox( -name = cb, -text = 'click me', -pos= [10, 20], -tabstop = 1, -onClick = sub { return 0; }, ); Why does the above program allow the checkbox to be checked and unchecked? Why doesn't

Re: [perl-win32-gui-users] Rich text field

2007-04-24 Thread Robert May
On 22/04/07, Sean Healy [EMAIL PROTECTED] wrote: I have already tried it, but I cannot store more than 32 KB of text in a Richedit field (using Win32::GUI::Richedit). Those 32 kb of text takes around 48 kb of rich text, but it cannot store more than that. Look at the Win32::GUI::RidhEdit

Re: [perl-win32-gui-users] Toggle always on top status

2007-04-24 Thread Robert May
On 16/04/07, Perl Rob [EMAIL PROTECTED] wrote: I'm using the -topmost option on my window to make it start out always on top. However, I'd like to provide a check box (labeled Always on top and checked by default) that allows the user to toggle whether the window stays on top or doesn't.

  1   2   3   4   >