[perl-win32-gui-users] New folder option on Browse for folder

2010-08-30 Thread Hulley, Rob (APJ GCC Storage TPM)

Hi Everyone,

I am using "Win32::GUI::BrowseForFolder" .
I cannot work out how to add the "create new" option as seen on other "browse 
for folder" windows.

Is this feature available?

Thanks

Rob


<>--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Re: [perl-win32-gui-users] New folder option on Browse for folder

2010-09-22 Thread Kevin Marshall




Rob,

Unfortunately, the 'Create New' button is not available for the
BrowseForFolder() function. Perhaps it is something that you could
mention to the developers.

Kevin.

  
  
  
  
  
  Hi Everyone,
   
  I am using “Win32::GUI::BrowseForFolder” .
  I cannot work out how to add the “create new”
option as seen on other “browse for folder” windows.
   
  Is this feature available?
   
  Thanks
   
  Rob
   
   
  
  

--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
  

___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/




--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Re: [perl-win32-gui-users] New folder option on Browse for folder

2011-07-16 Thread Aldo Calpini
On 31.08.2010 01:12, Hulley, Rob (APJ GCC Storage TPM) wrote:
> Hi Everyone,
>
> I am using “Win32::GUI::BrowseForFolder” .
>
> I cannot work out how to add the “create new” option as seen on other
> “browse for folder” windows.
>
> Is this feature available?

hi,

I just added two options to the BrowseForFolder function:

-newui => 0/1 (default 0)
 use the "new" user interface (which has a "New folder" button)
-nonewfolder => 0/1 (default 0)
 hides the "New folder" button (only meaningful with -newui => 1)

those will be available with the next release of Win32::GUI. or if you 
don't want to wait, you can checkout the cvs and build Win32::GUI 
yourself :-)

cheers,
Aldo

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/