This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How can I do this?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 23, 2009
08:17 AM
How can I do this?
On an Internal Dialog Screen when text is entered in a Text Box, I would like the same text to display in a Label, character for character. Is this possible?
Thanks
Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 23, 2009
09:36 AM
What kind of project? InstallScript dialogs shouldn't be that difficult---see the SdRegisterUser source for an example of watching changes to an edit field.
Basic MSI, on the other hand, would be difficult. The Windows Installer engine doesn't report edit-field-changed messages, so some sort of external trickery would be required.
Basic MSI, on the other hand, would be difficult. The Windows Installer engine doesn't report edit-field-changed messages, so some sort of external trickery would be required.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 23, 2009
10:17 AM
It is a Basic MSI. And I kinda thought that it would be almost impossible but I had to ask anyway.
What I was trying to do is have the user enter a path in a text box, while displaying in another what the user was typing and what I had to append to the text (path). I've opted to supply a Verify button to check the user entry.
Thanks very much for the reply
What I was trying to do is have the user enter a path in a text box, while displaying in another what the user was typing and what I had to append to the text (path). I've opted to supply a Verify button to check the user entry.
Thanks very much for the reply