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
- :
- hi can someone paste the code for writing a sample custom code panel
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 21, 2008
07:54 AM
hi can someone paste the code for writing a sample custom code panel
hi,
i am using the install anywhere feature of get user input advanced and i give the choice of text fields but my problem is that the alignment of text fields are not proper.
So the only option left for me is writing a custom code panel.
Can someone post the code for writing a custom code panel wherein
i need five text fields say:
First james:
Second james:
Third james:
Fourth james:
Fifth james:
And after that i need to give a label which gives some message like:
Note:All fields marked as * are required
I want the text fields to be properly aligned so that the text fields appear one below the other.
I saw the sample custom code panel in the installanywhere but getting stuck up somewhere,so need your help.
Any help is appreciated.
james.
i am using the install anywhere feature of get user input advanced and i give the choice of text fields but my problem is that the alignment of text fields are not proper.
So the only option left for me is writing a custom code panel.
Can someone post the code for writing a custom code panel wherein
i need five text fields say:
First james:
Second james:
Third james:
Fourth james:
Fifth james:
And after that i need to give a label which gives some message like:
Note:All fields marked as * are required
I want the text fields to be properly aligned so that the text fields appear one below the other.
I saw the sample custom code panel in the installanywhere but getting stuck up somewhere,so need your help.
Any help is appreciated.
james.
(4) Replies
‎Feb 22, 2008
08:03 AM
Create one html file for your requirement and add that file to your pannels using
AddAction->pannel->displayHtml .I think this solves your problem.
AddAction->pannel->displayHtml .I think this solves your problem.
‎Feb 22, 2008
09:23 AM
hi,
i want to create a panel using custom code panel and my problem is if i use the built in feature given by installanywhere i am unable to align the text fields so i want to use swings and do it.
Any sort of help is eagerly awaited.
james.
i want to create a panel using custom code panel and my problem is if i use the built in feature given by installanywhere i am unable to align the text fields so i want to use swings and do it.
Any sort of help is eagerly awaited.
james.
‎Feb 22, 2008
10:53 AM
You can write your custom panel, or you can try this way instead. This is how I do it because I don't want to write many custom panels...
When you use the Get User Input - Advanced, and Configure Textfield, use the Caption instead of the Label. The only real downside to this is if you have many text fields or you have many File Choosers. In that case, I change the default size of the installer to be a little bigger, or try to break up the prompts.
When you use the Get User Input - Advanced, and Configure Textfield, use the Caption instead of the Label. The only real downside to this is if you have many text fields or you have many File Choosers. In that case, I change the default size of the installer to be a little bigger, or try to break up the prompts.
‎Mar 17, 2014
06:40 AM
IA variable is not passed to html panel . is there any way to replace in html panel