[perl-win32-gui] Version 0.0.502

2001-01-04 Thread Joel Oliveira

Aldo (or anyone),

Can you put the compiled version of win32-gui available by ppm?
Thanks,


Joel Oliveira





[perl-win32-gui] BrowseForFolder?

2001-01-04 Thread Joel Oliveira

Hello All,
Can I get something like BrowseForFolder in the Win32:GUI?
Thanks,

Joel Oliveira





RE: [perl-win32-gui] BrowseForFolder?

2001-01-04 Thread Joel Oliveira

Where can I get this file (documentation)?

# cut from methods.html
# BrowseForFolder( OPTIONS )
# Displays the standard ``Browse For Folder'' dialog box. Returns 
# the selected
# item's name, or undef if no item was selected or an error occurred.
# 
# Note that BrowseForFolder must be called as a standalone 
# function, not as a
# method.
# 
# Example:
# 
# $folder = Win32::GUI::BrowseForFolder(
# -root = "C:\\Program Files",
# -includefiles = 1,
# );
# end cut
# 
# --Yoda
# PlanetUnreal
# 
# -Original Message-
# From: [EMAIL PROTECTED]
# [mailto:[EMAIL PROTECTED]]On Behalf Of Joel Oliveira
# Sent: Thursday, January 04, 2001 9:18 PM
# To: [EMAIL PROTECTED]
# Subject: [perl-win32-gui] BrowseForFolder?
# 
# 
# Hello All,
# Can I get something like BrowseForFolder in the Win32:GUI?
# Thanks,
# 
#   Joel Oliveira
# 
# 
# 



[perl-win32-gui]

2000-12-26 Thread Joel Oliveira

It's already possible to install the version 502 with ppm?

Joel Oliveira





Re: [perl-win32-gui] Patch for 0.0.340 on Threaded Perl 5.005.03

1999-07-16 Thread Joel Oliveira

Im interested...
 This attached patch includes all 3 of Paul Moores patchs and one of my
 own which fixes build 340 for compilation under threaded perl 5.005.03
 and adds in 2 additional events and one method:

 BN_PUSHED,
 BN_UNPUSHED,
 GetDlgItem

 I made the diff using Cygwin's diff. If there is a better utility to
 use, let me know.

 If anyone is interested in binaries, email me.

 [EMAIL PROTECTED]