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

Changing the value of text field dynamically


2 replies to this topic

kirann_hegde

kirann_hegde
  • Full Members
  • 93 posts

Posted 21 July 2010 - 12:12

Hello,

I am using InstallShield 2008, basic msi project. I have a custom dialog on which i have a check box and another edit field.

Upon initialization of the dialog, i am pre-populating this edit field with a value.
However i now have a requirement wherein if the check box is clicked, the value in the edit field should get refreshed and updated.

How do i accomplish this in basic msi project? I am desperately in need of help here.

Any ideas would be very much appreciated.

Regards,
Kiran Hegde

kirann_hegde

kirann_hegde
  • Full Members
  • 93 posts

Posted 22 July 2010 - 01:26

Hello,

Any ideas here?

Thanks,
Kiran Hegde

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 22 July 2010 - 09:21

I'm not sure if a control subscription would work in this scenario.

What should work is showing/hiding a control based on check box selection. So as a workaround you could have two edit boxes on top of each other and show only one, depending on the checkbox state.