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
- :
- Re: console input dialog problem
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
‎Nov 06, 2008
09:30 AM
console input dialog problem
I use a console input dialog to ask for another directory.
The default value is $USER_MAGIC_FOLDER_1$ and the result should be stored into $USER_MAGIC_FOLDER_1$.
I type into the console: /home/foobar
but when I use the $USER_MAGIC_FOLDER_1$ e.g. inside a rule after this input, then the value is
"/home/foobar"
With this " around the answer, the directory-checks inside the rules fails. How to avoid these "?
(This problem only appears inside the console input dialogs. With the window user input panes no problem.)
The default value is $USER_MAGIC_FOLDER_1$ and the result should be stored into $USER_MAGIC_FOLDER_1$.
I type into the console: /home/foobar
but when I use the $USER_MAGIC_FOLDER_1$ e.g. inside a rule after this input, then the value is
"/home/foobar"
With this " around the answer, the directory-checks inside the rules fails. How to avoid these "?
(This problem only appears inside the console input dialogs. With the window user input panes no problem.)
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 06, 2008
03:53 PM
I too ran into this problem and ended up writing my own console panel so i could replace the double quotes with nothing to get my value the way I wanted it.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 10, 2008
03:54 AM
The solution is to use $USER_MAGIC_FOLDER_1_1$ inside the rules. I tested it and it seems to work.