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

how to create check box dialog dynamically?


3 replies to this topic

yp_patel

yp_patel
  • Full Members
  • 5 posts

Posted 09 June 2009 - 15:30

How to create a check boxes in dialog dynamically from reading a file to get the list of items to be displayed?

Ex. I have about 150 items to be displayed in a dialog box as check box selectable from reading a file.

can this be done?

Also what is the limitation of # of features you can create in a IS 12 professional project?


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 June 2009 - 15:46

You can create a "script created feature set" using FeatureAddItem and then use SdAskOptionsList.

yp_patel

yp_patel
  • Full Members
  • 5 posts

Posted 11 June 2009 - 14:03

SdAskOptionList shows very small window screen, and it would be too difficult for user to navigate through 150 to 200 items.

Is there a way I can show bigger screen and in multiple columns in same screen for user to select?



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 12 June 2009 - 12:16

You can modify the dialoh in the dialog editor. Not sure if the control supports multi column though.