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

Control Directory Combo


2 replies to this topic

sanjoygr

sanjoygr
  • Full Members
  • 76 posts

Posted 29 March 2006 - 11:11

Dear All
In dialog InstallChangeFolder there is a directrory combo for look in.
I reduced it width and moved it little up & down on the dialog form. After doing so I found it stoped expanding while run time to show all available folder and drive in the installer machine.
I removed the control and added it again with property _BrowseProperty, but still it is having problem of expading and showing the foldders at run time. Please suggest to solve the problem

Thanks
Sanjoy


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 30 March 2006 - 09:09

Make sure the Height property of the combo box is set to a high value (default is 80 but you can as well try 800)

sanjoygr

sanjoygr
  • Full Members
  • 76 posts

Posted 30 March 2006 - 10:40

Thanks it works well with height =80