Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

PRB: Custom Browse Dialog


2 replies to this topic

Stefan Secker

Stefan Secker
  • Members
  • 46 posts

Posted 22 August 2002 - 17:01

Hi folks,

I try to reuse the standard dialog InstallChangeFolder
which i want to call from a custom dialog, that has no
SelectionTreeControl.
Usualy the dialog is called by the SelectionBrowse
event which passes the value of the property
_BrowseProperty to it.

When calling the InstallChangeFolder myself i tried to
write a value into this property with a custom
action ( which works! ), but the InstallChangeFolder always
comes up with error 2343 ( "Specified path is empty").

Does anybody know something about this? Do I have
to build a Browse Dialog myself ?

TIA & Cheers
          Stefan

terickson@ssinews.com

terickson@ssinews.com
  • Members
  • 2 posts

Posted 12 December 2002 - 22:56

I had a similar problem however I was getting a 2727 error.  This was caused by the fact that the property that I was passing as an argument to the [_BrowseProperty] event when I spawned InstallChangeFolder was not in the directory table.

cmahood

cmahood
  • Members
  • 28 posts

Posted 21 June 2004 - 19:32

Thanks. Fixed my recent problem.