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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- yes we have two versions 5.5 and 8.0
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 07, 2008
04:54 AM
hi can i control the fonts of the installer through some way
hi,
i want to know if i can control the font size of the letters appearing in the dialog boxes or panels,does any one have some idea
i want to know if i can control the font size of the letters appearing in the dialog boxes or panels,does any one have some idea
(12) Replies
‎Jan 07, 2008
05:47 AM
You can only control them in a HTML panel (or in a Custom one). But as it is Java, you can probably hack yourself in...
Best Regards,
Yves
Best Regards,
Yves
‎Jan 07, 2008
05:55 AM
hi,
i have a requirement in which i need to change the fonts of the alphabets to trebuchet-MS or some other font in the dialog boxes and in the installer panels,
can you please tell me how to hack in through java and achieve this feature.
i have a requirement in which i need to change the fonts of the alphabets to trebuchet-MS or some other font in the dialog boxes and in the installer panels,
can you please tell me how to hack in through java and achieve this feature.
‎Jan 07, 2008
07:05 AM
I never tryed it, you need to find out yourself...
Best Regards,
Yves
Best Regards,
Yves
‎Jan 11, 2008
08:40 AM
hi,
i found out that there is a installanywhere variable called $FONT$ in windows can through some means by manipulating it can the fonts of the alphabets appearing in the title menu,dialog boxes etc .
Please guide me i am trying to write the custom code for this .
Regards,
James
i found out that there is a installanywhere variable called $FONT$ in windows can through some means by manipulating it can the fonts of the alphabets appearing in the title menu,dialog boxes etc .
Please guide me i am trying to write the custom code for this .
Regards,
James
‎Jan 14, 2008
09:10 AM
can anyone suggest me what does this mean and how can i control this through some means to control the font of the alphabets which appear in the title menu,
and in the text fields and the labels which i am going to use.
any suggestions are eagerly awaited.
and in the text fields and the labels which i am going to use.
any suggestions are eagerly awaited.
‎Jan 14, 2008
11:28 AM
You probably can't as it only contains the directory in which the font files are.
Best Regards,
Yves
Best Regards,
Yves
‎Jan 16, 2008
05:10 AM
hi,
does this mean there is no way for changing the fonts of the text fields and in the install title and in other dialog boxes and i am bound to use the fonts provided by installanywhere.
Regards,
james
does this mean there is no way for changing the fonts of the text fields and in the install title and in other dialog boxes and i am bound to use the fonts provided by installanywhere.
Regards,
james
‎Jan 16, 2008
07:49 AM
hi,
i have IA 5.5 and and IA 8.0
IS there any way out if this problem,any suggestions are eagerly awaited.
i have IA 5.5 and and IA 8.0
IS there any way out if this problem,any suggestions are eagerly awaited.
‎Jan 16, 2008
09:33 AM
‎Jan 21, 2008
05:47 AM
hi,
my problem is not with the custom code panel but my problem is with install anywhere panels that is i mean to say in the introduction panel or any panel which appears ,i am not satisfied with the fonts which appear in the title or field box and so on.
How to change the fonts in the installanywhere panels ?
what shall i do regarding these?
By the way which font is the installanywhere using ???????????????/
Regards,
James.
my problem is not with the custom code panel but my problem is with install anywhere panels that is i mean to say in the introduction panel or any panel which appears ,i am not satisfied with the fonts which appear in the title or field box and so on.
How to change the fonts in the installanywhere panels ?
what shall i do regarding these?
By the way which font is the installanywhere using ???????????????/
Regards,
James.
‎Jan 21, 2008
06:53 AM
If you read the thread linked in my previous post, I think it is pretty clear that there is no way to control the fonts in the standard IA panels. The only way to do is to use custom code (and maybe recreate standard panels via custom code). As I've also stated in that thread, one can find standard IA panels that do even not share the same fonts! So I'm afraid only someone from Macrovision can say what fonts are used for each panel.