Topic
Custom OpenFile/Folder dialog for C# Addin
Startseite ' Community ' Allgemein ' Custom OpenFile/Folder dialog for C# Addin
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 12 Jahren von Olivier Baillard aktualisiert.
-
AutorBeiträge
-
13.05.2013 um 09:18 Uhr #34462Olivier BaillardTeilnehmer
Hi,
I would like to be able to use custom .NET forms to select either several files or several folders in the folder task window in Flexpro analog to the SelectFolder of the FPDatabaseAccess object.
Is there a control/form which I may inherit in the FlexPro COM object library? How can I access the browser capabilities of FlexPro in the folder task window?
Thanks.
13.05.2013 um 09:18 Uhr #34464Olivier BaillardTeilnehmerHi,
I would like to be able to use custom .NET forms to select either several files or several folders in the folder task window in Flexpro analog to the SelectFolder of the FPDatabaseAccess object.
Is there a control/form which I may inherit in the FlexPro COM object library? How can I access the browser capabilities of FlexPro in the folder task window?
Thanks.
14.05.2013 um 10:50 Uhr #34463Bernhard KantzTeilnehmerThere is no FlexPro COM control for access of the folder/objects in the project database. To simulate the explorer-like view of the folder window, one has to create a ListView with a custom data model representing the folders and other objects found in the project database.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.