cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Juhana
Level 3

Custom code questions

I need to know how to perform the following things


1. I need to put standard Choose/Browse button functionality in a custom panel. How to do this?

2. I need to store InstallAnywhere variables from the custom code. How I can say that store this java variable to InstallAnywhere under the same e.g $something$

3. Is it possible to put multiple hyperlinks in custom panels? how about simple popup dialogs?, how about tooltips?

Any help with those questions is much appriciated.
Labels (1)
0 Kudos
(1) Reply
MEinstaller
Level 7

1. JFileChooser

2. Use the setVariable method to set IA variables.

3. You design the panel so you decide what goes in it. I am not sure about tool tips though. It's all java so just about anything is possible.
0 Kudos