Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Browse to a folder instead of an file using the template engine

Hello,

 

I want to be able to select a folder from my local drive and add it to the source locations as a linked folder in a new project wizard page. In my template I added the following property:

 

<property

id="comproot"

label="Components root"

description="Select components root"

type="browse"

mandatory="true"

persist="true"

> 

</property>

 

The problem now is that I can’t select a folder in the browse dialog that appears, I can only select a file. How can I change this behaviour? Or do I have to implement a folder browse dialog on my own?

 

Thanks,

Thomas

 
*******************************************
Harman Becker Automotive Systems GmbH
Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael Mauser, Regis Baudot
Chairman of the Supervisory Board: Ansgar Rempp | Domicile: Karlsbad |
Local Court Mannheim: Register No. 361395
 
*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************

Back to the top