Re: [perl-win32-gui-users] Memory leak (not really a leak at all)

2001-01-08 Thread Reini Urban
Have you tried Devel::Leak ? It works better with a -DDEBUGGING perl version which I currently don't have for MSVC. Sam wrote: > I believe there isn't a memory leak at all, it appears that the > memory usage reported by windows task manager includes a > portion of a windows cache allocated to th

[perl-win32-gui-users] URL Link Object?

2001-01-08 Thread timothy . b . thomas
Aldo or anyone else- Is there an object within Win32::GUI that will allow you to have a URL link in a GUI-window? When you click on the text it should open up your default browser and take you to that URL. You know, the kind that a lot of Apps have in their About screen. Or is there another way

RE: [perl-win32-gui-users] Memory leak (not really a leak at all)

2001-01-08 Thread ChristianL
I know from personal experience that there is a memory handling problem in win32-gui. I had an application that could be turned on or put into "pause" mode - which meant it would not do any processing until the start button was clicked. This application would drag any computer I put it on to a

Re: [perl-win32-gui-users] newbie - trying to get data from text box

2001-01-08 Thread Jonathan Southwick
FW: [perl-win32-gui-users] newbie - trying to get data from text boxYes that is also possible. Try this: To set the cursor in the textfield: $Frame->aTextField->SetFocus(); Jonathan Southwick Technical & Network Services Allegheny College, Meadville, PA [EMAIL PROTECTED] - Original Mess

FW: [perl-win32-gui-users] newbie - trying to get data from text box

2001-01-08 Thread Michael Solomon
Thanks for this I can now capture the text What I would also like to do is start with the cursor in the text box rather than having to click on it. Is that possible and if so how do I do it Regards Mike Solomon -Original Message- From: Anthony C. George [mailto:[EMAIL PROTECTED]

Re: [perl-win32-gui-users] Re: [perl-win32-gui] newbie query

2001-01-08 Thread Aldo Calpini
Reini Urban wrote: > Aldo, > i'm still trying to fool around with cygwin and mingw, > but at first have to build a new mingw-perl 5.6.1, because with > this it will be much easier. (it can use the msvc headers and > libs, and not the cygwin/w32api) > but at first I have the solve the current cygwin