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

SdShowDlgEdit1


4 replies to this topic

BlueMan

BlueMan
  • Members
  • 8 posts

Posted 18 April 2002 - 21:08

hi there,

i have a lil' problem with the SdShowDlgEdit1, i use it
for asking some detail information about the system.
but the "name", i mean the text in front of the line,
show only 8 letters, can i change it?
i am so sorry about my bad english.

thx blueman

EberhardH

EberhardH
  • Members
  • 137 posts

Posted 19 April 2002 - 07:21

Hello Blueman,

the only way to increase the size of the name or modify the text (apparently, you mean the default word "Folder:" in front of the edit field) or whatever, is to modify the _isres.dll file.

How to do: Go to where you installed InstallShield 6.x, go to \Redistributable\Compressed Files\0009-English\Intel32. Copy_isres.dll to your working area - never use the original file! Open the copied DLL with a resource editor (in Visual C++: open the DLL as "Resources" - this is important).

Modify dialogue #12017 and save the DLL. Copy it to your project under \SetupFiles\Compressed Files\0009-English\Intel32 and rename it there to _IsUser.dll.

After rebuilding your project the modfied dialog will be in effect.

Eberhard

CMartin

CMartin
  • Full Members
  • 32 posts

Posted 19 April 2002 - 07:27

Hallo
(nach dem ich gesehen habe, dass vonDir im GERMAN Forum bereits ein Eintrag steht, brauch ich mich ja nicht ins Englisch quaelen)
(My English is not better....   )   :D

Wenn Du mehr als die 8 Zeichen im 'Namen' anzeigen willst,
musst Du im Dialogeditor dieses Feld vergroessern.
In der Datei _isres.dll sind die SD-Dialoge abgelegt mit
einem Editor (z.B.:Developer Studio4.2) diese Datei oeffnen
und hier in Deinem Fall den Dialog mit der ID 12017 das Textfeld entsprechend der gewuenschten Groesse anpassen.

Da der Dialog nun veraendert ist sollte er eher in der Datei
_isuser.dll abgespeichert werden (benutzerdefinierte Dialoge)
(Diese Datei muss dann allerdings im InstallShield Projekt
unter der Lasche Setup-Dateien eingehaengt werden)

Das Medium neu erstellen, nun sollte der Dialog mit den
geaenderten Feldern auftauchen

Gruss
Chris
Gruss
CMartin

CMartin

CMartin
  • Full Members
  • 32 posts

Posted 19 April 2002 - 07:28

Tja da war wohl jemand schneller mit dem tippen?? :(  :(

BlueMan

BlueMan
  • Members
  • 8 posts

Posted 19 April 2002 - 13:59

hi there,

thanx for quick and useful help.

greetz BlueMan

hi,

danke für die schnell und nützliche hilfe

mfg BlueMan

P.S. a nice resource editor is the "Resource Tuner"
      www.restuner.com, only a shareware, but a
      real good tool.

      ein guter resourceeditor ist "Resource Tuner"
      www.restuner.com, ist zwar shareware aber
      trotzdem ein gutes tool.