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

Refresh Masked Edit


1 reply to this topic

coco

coco
  • Members
  • 2 posts

Posted 31 March 2004 - 14:06

Does anyone know if it is possible to refresh the contents of a *masked* edit box in an MSI dialog, when pressing a button?

I can get this to work with a standard edit box, by having control events for the push button which (1) set the box's property via a CA, and (2) update the property with the new value. It does not work for masked edits, though.
Regards,[br]Steve Moss.

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 20 April 2004 - 08:24

I dont think that Windows Installer provides functionality to do this.

I think that the only way to achieve this woudl be to create a custom action that executes on the button push.

You woudl have to write code to access the windows dialog (outside of Windows installer) and refresh's it for you.